@prefix rdfhtml: <https://ia2.dev/spec/rdf-html#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://ia2.dev/spec/rdf-html/examples/assignment#document>
    a rdfhtml:Document ;
    rdfhtml:base <https://ia2.dev/spec/rdf-html/examples/sources/assignment.html> ;
    dcterms:conformsTo <https://ia2.dev/spec/rdf-html/vocabulary/rdf-html-2026-07-18.ttl> ;
    dcterms:title "Assignment, Assumption, and Consent Agreement" ;
    dcterms:source <https://ia2.dev/spec/rdf-html/examples/sources/assignment.html> ;
    dcterms:license <https://github.com/ia2-dev/ia2/blob/main/LICENSE> ;
    dcterms:creator "IA² contributors" ;
    dcterms:description "Customer-distributable legal-document experiment carrying operative contract semantics, draft alternatives, document-local terms, and artifact lifecycle without internal review material." ;
    rdfhtml:children (
        [
            a rdfhtml:DocumentType ;
            rdfhtml:documentTypeName "html"
        ]
        [
            a rdfhtml:Html ;
            rdfhtml:lang "en" ;
            rdfhtml:attribute [
                a rdfhtml:Attribute ;
                rdfhtml:attributeName "rdf-version" ;
                rdfhtml:attributeValue "1.2"
            ] ;
            rdfhtml:children (
                [
                    a rdfhtml:Head ;
                    rdfhtml:children (
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Meta ;
                            rdfhtml:charset "utf-8"
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Meta ;
                            rdfhtml:name "viewport" ;
                            rdfhtml:content "width=device-width, initial-scale=1"
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Meta ;
                            rdfhtml:name "description" ;
                            rdfhtml:content "A customer-distributable contract assignment template with operative clauses carried directly in an IA² HTML/RDF dataset." ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "rdf-subject" ;
                                rdfhtml:attributeValue ""
                            ] ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "rdf-predicate" ;
                                rdfhtml:attributeValue "http://purl.org/dc/terms/description"
                            ]
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Meta ;
                            rdfhtml:name "ia2-format-note" ;
                            rdfhtml:content "This IA² HTML/RDF 0.1 example separates contract facts, DoCO structure, SHACL completion rules, Schema.org choices, sourced entity claims, artifact provenance, and document-local vocabulary into named graphs. Defaults are suggestions, and blank fields or unmade choices are not asserted as contract facts." ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "rdf-subject" ;
                                rdfhtml:attributeValue ""
                            ] ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "rdf-predicate" ;
                                rdfhtml:attributeValue "http://purl.org/dc/terms/abstract"
                            ]
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Title ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "rdf-subject" ;
                                rdfhtml:attributeValue ""
                            ] ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "rdf-predicate" ;
                                rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                            ] ;
                            rdfhtml:children (
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "Assignment, Assumption, and Consent Agreement"
                                ]
                            )
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Link ;
                            rdfhtml:rel "canonical" ;
                            rdfhtml:href "https://ia2.dev/spec/rdf-html/examples/sources/assignment.html"
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Link ;
                            rdfhtml:href "https://ia2.dev/spec/html-rdf" ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "rdf-subject" ;
                                rdfhtml:attributeValue ""
                            ] ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "rdf-predicate" ;
                                rdfhtml:attributeValue "http://purl.org/dc/terms/conformsTo"
                            ]
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Style ;
                            rdfhtml:children (
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n    :root {\n      color-scheme: light;\n      --canvas: oklch(94.5% 0.012 65);\n      --paper: oklch(99% 0.006 75);\n      --ink: oklch(20% 0.018 65);\n      --muted: oklch(45% 0.025 55);\n      --rule: oklch(79% 0.025 65);\n      --violet: oklch(39% 0.12 294);\n      --focus: oklch(58% 0.17 294);\n      --signal: oklch(80% 0.14 135);\n      --ui: \"Avenir Next\", Avenir, \"Segoe UI Variable\", \"Segoe UI\", sans-serif;\n      --legal: Georgia, \"Times New Roman\", Times, serif;\n    }\n\n    * { box-sizing: border-box; }\n    html { background: var(--canvas); scroll-behavior: smooth; }\n    body { color: var(--ink); margin: 0; }\n    a { color: inherit; }\n    :where(a, button, input, summary):focus-visible {\n      outline: 3px solid var(--focus);\n      outline-offset: 3px;\n    }\n    [hidden] { display: none !important; }\n\n    .skip-link {\n      background: var(--ink);\n      color: var(--paper);\n      font: 700 .85rem/1 var(--ui);\n      left: 1rem;\n      padding: .8rem 1rem;\n      position: fixed;\n      top: 1rem;\n      transform: translateY(-180%);\n      z-index: 20;\n    }\n    .skip-link:focus { transform: translateY(0); }\n\n    .document-tools {\n      align-items: center;\n      background: oklch(23% 0.04 294);\n      color: oklch(97% 0.01 294);\n      display: flex;\n      font-family: var(--ui);\n      gap: 1.25rem;\n      justify-content: space-between;\n      min-height: 4rem;\n      padding: .7rem clamp(1rem, 4vw, 3rem);\n      position: sticky;\n      top: 0;\n      z-index: 10;\n    }\n    .tool-identity { align-items: baseline; display: flex; gap: .8rem; min-width: 0; }\n    .tool-identity strong { color: var(--signal); font-size: 1.05rem; letter-spacing: -.04em; }\n    .tool-identity span { font-size: .78rem; font-weight: 650; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }\n    .tool-actions {\n      align-items: center;\n      display: flex;\n      flex-wrap: wrap;\n      gap: .5rem;\n      justify-content: flex-end;\n    }\n    .tool-link {\n      align-items: center;\n      border: 1px solid oklch(66% 0.04 294);\n      display: inline-flex;\n      font-size: .72rem;\n      font-weight: 700;\n      min-height: 2.5rem;\n      padding: .55rem .8rem;\n      text-decoration: none;\n    }\n    .tool-link:hover { background: oklch(31% 0.06 294); }\n\n    .document-shell { padding: clamp(1rem, 3vw, 3.5rem); }\n    .legal-surface {\n      background: var(--paper);\n      border: 1px solid var(--rule);\n      box-shadow: 0 18px 50px oklch(28% 0.03 60 / 9%), 0 2px 8px oklch(28% 0.03 60 / 5%);\n      margin: 0 auto;\n      max-width: 8.5in;\n      padding: clamp(1.4rem, 7vw, .85in);\n    }\n    .contract-head,\n    .recitals,\n    .signature-intro { max-width: 7.1in; }\n\n    .contract-head { font-family: var(--legal); margin-bottom: 2rem; text-align: center; }\n    .contract-head h1 {\n      font-size: clamp(1.35rem, 3.2vw, 1.82rem);\n      letter-spacing: .015em;\n      line-height: 1.25;\n      margin: 0 0 1.7rem;\n      text-transform: uppercase;\n    }\n    .opening { font-size: 1rem; line-height: 1.68; margin: 0; text-align: justify; }\n    .parties {\n      display: grid;\n      gap: .8rem;\n      margin: 1.2rem 0 0 1.1in;\n      text-align: left;\n    }\n    .parties p { font-size: 1rem; line-height: 1.55; margin: 0; }\n    .fill-in {\n      background: oklch(95% 0.025 80);\n      box-decoration-break: clone;\n      border-bottom: 1px solid oklch(65% 0.05 70);\n      padding: 0 .12em;\n      -webkit-box-decoration-break: clone;\n    }\n    [data-value-placeholder][data-value-state=\"filled\"] {\n      background: oklch(94% 0.06 135);\n      border-bottom-color: oklch(54% 0.13 135);\n    }\n    [data-value-placeholder][data-value-state=\"invalid\"] {\n      background: oklch(95% 0.035 25);\n      border-bottom-color: oklch(53% 0.16 25);\n    }\n\n    .recitals { font-family: var(--legal); margin-bottom: 2rem; }\n    .section-heading {\n      font: 780 1rem/1.35 var(--legal);\n      letter-spacing: .025em;\n      margin: 2rem 0 .85rem;\n      text-transform: uppercase;\n    }\n    .recitals p,\n    .clause-copy p,\n    .signature-intro {\n      font: 1rem/1.63 var(--legal);\n      margin: .75rem 0;\n      text-align: justify;\n    }\n    .recital { padding-left: 1.8rem; text-indent: -1.8rem; }\n    .consideration { font-variant: small-caps; letter-spacing: .015em; }\n\n    .clauses {\n      counter-reset: contract-section contract-subsection;\n      display: grid;\n      gap: 0;\n    }\n    .clause { display: block; padding-top: .2rem; }\n    .clause[data-section-start] {\n      counter-increment: contract-section;\n      counter-set: contract-subsection 0;\n    }\n    .clause-copy { min-width: 0; }\n    .clause-copy h2,\n    .clause-copy h3 {\n      font-family: var(--legal);\n      line-height: 1.35;\n      margin: 1.75rem 0 .55rem;\n    }\n    .clause-copy h2 { font-size: 1.02rem; letter-spacing: .02em; text-transform: uppercase; }\n    .clause-copy h3 { font-size: 1rem; }\n    .clause-copy h2[data-section-heading]::before {\n      content: counter(contract-section) \". \";\n    }\n    .clause-copy h3[data-subsection] {\n      counter-increment: contract-subsection;\n    }\n    .clause-copy h3[data-subsection]::before {\n      content: counter(contract-section) \".\" counter(contract-subsection) \" \";\n      font-weight: 400;\n    }\n    .clause-copy .option {\n      background: oklch(97% 0.018 80);\n      border: 1px solid oklch(86% 0.045 75);\n      padding: .7rem .85rem;\n      text-align: left;\n    }\n    .clause-copy .option[data-value-alternative] {\n      background: transparent;\n      border-color: transparent;\n      padding-inline: 0;\n    }\n\n    .signatures {\n      display: grid;\n      gap: 2rem;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      margin-top: 2.2rem;\n      max-width: 7.1in;\n    }\n    .signature { break-inside: avoid; font-family: var(--legal); }\n    .signature h2 { font-size: .95rem; margin: 0 0 1.4rem; }\n    .signature h2 a { text-decoration-thickness: 1px; text-underline-offset: .14em; }\n    .signature-fields { margin: 0; }\n    .signature-field {\n      border-bottom: 1px solid var(--ink);\n      display: grid;\n      gap: .35rem;\n      grid-template-columns: 4.6rem minmax(0, 1fr);\n      margin-top: 1.05rem;\n      min-height: 1.8rem;\n      padding-bottom: .2rem;\n    }\n    .signature-field dt,\n    .signature-field dd { font-size: .82rem; margin: 0; }\n    .signature-field dt { font-weight: 700; }\n    .signature-field dd { color: var(--muted); }\n\n    .legal-surface :target {\n      animation: referenced-target-arrival 1.8s cubic-bezier(.22, 1, .36, 1);\n      background-color: oklch(96% 0.045 90);\n      outline: 2px solid oklch(64% 0.13 80);\n      outline-offset: .45rem;\n      scroll-margin-top: 5.5rem;\n    }\n    @keyframes referenced-target-arrival {\n      from {\n        background-color: oklch(89% 0.11 90);\n        outline-color: oklch(57% 0.15 80);\n      }\n    }\n\n    .semantic-sources {\n      border-top: 1px solid var(--rule);\n      font-family: var(--ui);\n      margin-top: 4rem;\n      max-width: 7.1in;\n      padding-top: 1.2rem;\n    }\n    .semantic-sources h2 { font-size: .88rem; margin: 0 0 .55rem; }\n    .semantic-sources p { color: var(--muted); font-size: .72rem; line-height: 1.55; margin: 0; }\n    .semantic-sources a { color: var(--violet); }\n\n    @media (max-width: 720px) {\n      .document-tools { align-items: flex-start; flex-direction: column; gap: .55rem; position: static; }\n      .tool-actions { flex-wrap: wrap; }\n      .tool-link { min-height: 2.75rem; }\n      .document-shell { padding: 0; }\n      .legal-surface { border: 0; padding: 1.5rem 1.1rem 3rem; }\n      .parties { margin-left: 0; }\n      .opening,\n      .recitals p,\n      .clause-copy p,\n      .signature-intro { text-align: left; }\n      .signatures { grid-template-columns: 1fr; }\n    }\n    @media (prefers-reduced-motion: reduce) {\n      html { scroll-behavior: auto; }\n      .legal-surface :target { animation: none; }\n    }\n    @media print {\n      @page { margin: .72in .78in; size: letter; }\n      html,\n      body { background: var(--paper); }\n      .document-tools,\n      .skip-link { display: none; }\n      .document-shell { padding: 0; }\n      .legal-surface { border: 0; box-shadow: none; max-width: none; padding: 0; }\n      .legal-surface :target { animation: none; background: transparent; outline: 0; }\n      .clause { display: block; }\n      a { text-decoration: none; }\n      .semantic-sources { display: none; }\n    }\n  "
                                ]
                            )
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n"
                        ]
                    )
                ]
                [
                    a rdfhtml:Text ;
                    rdfhtml:data "\n"
                ]
                [
                    a rdfhtml:Body ;
                    rdfhtml:children (
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:A ;
                            rdfhtml:class "skip-link" ;
                            rdfhtml:href "#agreement" ;
                            rdfhtml:children (
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "Skip to agreement"
                                ]
                            )
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Header ;
                            rdfhtml:class "document-tools" ;
                            rdfhtml:children (
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n    "
                                ]
                                [
                                    a rdfhtml:Div ;
                                    rdfhtml:class "tool-identity" ;
                                    rdfhtml:children (
                                        [
                                            a rdfhtml:Strong ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "IA²"
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Span ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "Legal document experiment"
                                                ]
                                            )
                                        ]
                                    )
                                ]
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n    "
                                ]
                                [
                                    a rdfhtml:Nav ;
                                    rdfhtml:class "tool-actions" ;
                                    rdfhtml:attribute [
                                        a rdfhtml:Attribute ;
                                        rdfhtml:attributeName "aria-label" ;
                                        rdfhtml:attributeValue "Document views and related material"
                                    ] ;
                                    rdfhtml:children (
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:A ;
                                            rdfhtml:class "tool-link" ;
                                            rdfhtml:href "../assignment.ttl" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "RDF/HTML source"
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:A ;
                                            rdfhtml:class "tool-link" ;
                                            rdfhtml:href "assignment-review.html" ;
                                            rdfhtml:attribute [
                                                a rdfhtml:Attribute ;
                                                rdfhtml:attributeName "aria-label" ;
                                                rdfhtml:attributeValue "Open separate legal review document"
                                            ] ;
                                            rdfhtml:attribute [
                                                a rdfhtml:Attribute ;
                                                rdfhtml:attributeName "rdf-subject" ;
                                                rdfhtml:attributeValue ""
                                            ] ;
                                            rdfhtml:attribute [
                                                a rdfhtml:Attribute ;
                                                rdfhtml:attributeName "rdf-predicate" ;
                                                rdfhtml:attributeValue "http://purl.org/dc/terms/relation"
                                            ] ;
                                            rdfhtml:attribute [
                                                a rdfhtml:Attribute ;
                                                rdfhtml:attributeName "rdf-graph" ;
                                                rdfhtml:attributeValue "#artifact-graph"
                                            ] ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "Legal review"
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n    "
                                        ]
                                    )
                                ]
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n  "
                                ]
                            )
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n\n  "
                        ]
                        [
                            a rdfhtml:Div ;
                            rdfhtml:class "document-shell" ;
                            rdfhtml:children (
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n    "
                                ]
                                [
                                    a rdfhtml:Main ;
                                    rdfhtml:class "legal-surface" ;
                                    rdfhtml:id "agreement" ;
                                    rdfhtml:children (
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n\n      "
                                        ]
                                        [
                                            a rdfhtml:Header ;
                                            rdfhtml:class "contract-head" ;
                                            rdfhtml:id "contract-front-matter" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:H1 ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignment, Assumption, and Consent Agreement"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:P ;
                                                    rdfhtml:class "opening" ;
                                                    rdfhtml:id "opening" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#opening"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "This Assignment, Assumption, and Consent Agreement (this “"
                                                        ]
                                                        [
                                                            a rdfhtml:Strong ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Assignment"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "”) is made effective as of "
                                                        ]
                                                        [
                                                            a rdfhtml:Span ;
                                                            rdfhtml:class "fill-in" ;
                                                            rdfhtml:id "effective-date-value" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "[Effective Date]"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " (the “"
                                                        ]
                                                        [
                                                            a rdfhtml:Strong ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Effective Date"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "”), by and among:"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Div ;
                                                    rdfhtml:class "parties" ;
                                                    rdfhtml:id "party-list" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:P ;
                                                            rdfhtml:id "assignor-party-entry" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Span ;
                                                                    rdfhtml:id "assignor" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:id "AssignorRole" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Assignor:"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignor-name-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[Assignor legal name]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", a "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignor-jurisdiction-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[state/province]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignor-entity-type-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[entity type]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", with its principal place of business at "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignor-address-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[address]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " (“"
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Assignor"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "”)"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data ";"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:P ;
                                                            rdfhtml:id "assignee-party-entry" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Span ;
                                                                    rdfhtml:id "assignee" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:id "AssigneeRole" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Assignee:"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignee-name-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[Assignee legal name]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", a "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignee-jurisdiction-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[state/province]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignee-entity-type-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[entity type]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", with its principal place of business at "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignee-address-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[address]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " (“"
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Assignee"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "”)"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "; and"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:P ;
                                                            rdfhtml:id "counterparty-party-entry" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Span ;
                                                                    rdfhtml:id "counterparty" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:id "CounterpartyRole" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Counterparty:"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "counterparty-name-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[Counterparty legal name]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", a "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "counterparty-jurisdiction-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[state]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "counterparty-entity-type-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[entity type]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", with its principal place of business at "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "counterparty-address-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[address]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " (“"
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Counterparty"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "”)"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "."
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n      "
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n\n      "
                                        ]
                                        [
                                            a rdfhtml:Section ;
                                            rdfhtml:class "recitals" ;
                                            rdfhtml:id "recitals" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:H2 ;
                                                    rdfhtml:class "section-heading" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#recitals"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Recitals"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:P ;
                                                    rdfhtml:class "recital" ;
                                                    rdfhtml:id "recital-a" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#recital-a"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "A. Assignor and Counterparty are parties to that certain "
                                                        ]
                                                        [
                                                            a rdfhtml:Span ;
                                                            rdfhtml:class "fill-in" ;
                                                            rdfhtml:id "underlying-contract-title-value" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "[title of underlying agreement]"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data ", dated "
                                                        ]
                                                        [
                                                            a rdfhtml:Span ;
                                                            rdfhtml:class "fill-in" ;
                                                            rdfhtml:id "underlying-contract-date-value" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "[date]"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data ", including all amendments, order forms, statements of work, and exhibits thereto (collectively, the “"
                                                        ]
                                                        [
                                                            a rdfhtml:Strong ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Contract"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "”). "
                                                        ]
                                                        [
                                                            a rdfhtml:Span ;
                                                            rdfhtml:class "fill-in" ;
                                                            rdfhtml:id "exhibit-choice-value" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "[Choose whether a copy of the Contract is attached as Exhibit A.]"
                                                                ]
                                                            )
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:P ;
                                                    rdfhtml:class "recital" ;
                                                    rdfhtml:id "recital-b" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#recital-b"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "B. Assignor desires to assign its rights and delegate its obligations under the Contract to Assignee, Assignee desires to accept such assignment and assume such obligations, and Counterparty is willing to consent on the terms below."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:P ;
                                                    rdfhtml:class "consideration" ;
                                                    rdfhtml:id "consideration" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#consideration"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Now, therefore, in consideration of the mutual covenants set forth herein and other good and valuable consideration, the receipt and sufficiency of which are acknowledged, the parties agree as follows:"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n      "
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n\n      "
                                        ]
                                        [
                                            a rdfhtml:Div ;
                                            rdfhtml:class "clauses" ;
                                            rdfhtml:id "contract-sections" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-assignment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "data-section-start" ;
                                                        rdfhtml:attributeValue ""
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H2 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-section-heading" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-assignment"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Assignment"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-assignment"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Effective as of the Effective Date, Assignor irrevocably assigns, transfers, and conveys to Assignee all of Assignor's rights, title, and interest in, to, and under the Contract, and delegates to Assignee all of Assignor's duties and obligations under the Contract."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-assumption" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "data-section-start" ;
                                                        rdfhtml:attributeValue ""
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H2 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-section-heading" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-assumption"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Assumption"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-assumption"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Assignee accepts the foregoing assignment and assumes, and agrees to perform and discharge when due, all duties, obligations, and liabilities of Assignor under the Contract "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "liability-scope-choice-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[choose: arising on or after the Effective Date; or arising before, on, or after the Effective Date]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", as if Assignee were an original party to the Contract."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-consent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "data-section-start" ;
                                                        rdfhtml:attributeValue ""
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H2 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-section-heading" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Consent; Release"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-consent"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Consent."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-consent"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Counterparty consents to the assignment and delegation described above. From and after the Effective Date, all references to Assignor in the Contract shall be deemed references to Assignee."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-release-a" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-release"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Release. "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "release-choice-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[choose one option]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:class "option" ;
                                                                    rdfhtml:id "release-option-a" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#release-option-a"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://schema.org/description"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#template-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:id "release-option-a-label" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[Option A: Novation/full release.]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " Counterparty releases and discharges Assignor from all duties, obligations, and liabilities under the Contract arising on or after the Effective Date, and agrees to look solely to Assignee for performance thereafter. Nothing in this Section releases Assignor from liabilities arising out of acts, omissions, or events occurring prior to the Effective Date."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-release-b" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:class "option" ;
                                                                    rdfhtml:id "release-option-b" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#release-option-b"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://schema.org/description"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#template-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:id "release-option-b-label" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[Option B: No release.]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " Assignor is not released and remains "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "retained-liability-mode-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[choose: jointly and severally; or secondarily]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " liable for performance of the Contract notwithstanding this Assignment."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-conditions" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-conditions"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Conditions to Consent; Reservation of Rights."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-conditions"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Counterparty's consent under this Section 3 is conditioned on all fees and other amounts due and payable under the Contract as of the Effective Date having been paid in full"
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "debt-condition-choice-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data " [choose whether amounts may instead be assumed by Assignee under Section 2]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ". This consent applies only to the assignment described in this Assignment and does not constitute consent to any other or future assignment, delegation, or transfer, and does not waive any provision of the Contract restricting assignment. Counterparty does not waive, and expressly reserves, all rights, remedies, and claims arising out of acts, omissions, or events occurring prior to the Effective Date, whether against Assignor or Assignee."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-assignor-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "data-section-start" ;
                                                        rdfhtml:attributeValue ""
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H2 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-section-heading" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Representations and Warranties"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-assignor-reps"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Assignor."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-assignor-reps"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Assignor represents and warrants that: (a) the Contract is in full force and effect and, to Assignor's knowledge, no default or event that with notice or lapse of time would constitute a default exists under the Contract; (b) Assignor has not previously assigned or encumbered its rights under the Contract; and (c) it has full power and authority to enter into this Assignment."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-assignee-reps" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-assignee-reps"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Assignee."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-assignee-reps"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Assignee represents and warrants that: (a) it has full power and authority to enter into this Assignment and to perform the Contract; (b) it has the financial and operational capability to perform all obligations under the Contract, including payment obligations; and (c) it is an affiliate or successor of Assignor, and this Assignment is made in connection with "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "transaction-description-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[describe transaction, e.g., an internal reorganization, merger, or sale of substantially all of Assignor's assets]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-counterparty-reps" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-counterparty-reps"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Counterparty."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-counterparty-reps"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Counterparty represents and warrants that it has full power and authority to enter into this Assignment."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "data-section-start" ;
                                                        rdfhtml:attributeValue ""
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H2 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-section-heading" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Payments and Notices"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-payments"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Payments and notices after the Effective Date."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "From and after the Effective Date: (a) all amounts accruing under the Contract on or after the Effective Date shall be invoiced to and paid by Assignee"
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "prepaid-carveout-choice-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[choose whether to add the Prepaid Balance carveout under Section 5.2]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "; (b) within "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Data ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "billing-transition-days-value" ;
                                                                            rdfhtml:value "10" ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-subject" ;
                                                                                rdfhtml:attributeValue "#billing-transition-days-field"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-predicate" ;
                                                                                rdfhtml:attributeValue "http://www.w3.org/ns/shacl#defaultValue"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-datatype" ;
                                                                                rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-graph" ;
                                                                                rdfhtml:attributeValue "#template-graph"
                                                                            ] ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[10]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " days of the Effective Date, Assignee shall provide Counterparty with its billing contact, invoicing address, applicable tax documentation (e.g., W-9, W-8, or VAT/GST registration, as applicable), and any purchase order or vendor-onboarding information required for Counterparty to invoice Assignee; and (c) notices to Assignee under the Contract shall be sent to: "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "assignee-notice-address-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[Assignee notice address / email]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", which shall replace Assignor's notice details in the Contract. All pricing, fees, and payment terms under the Contract remain unchanged by this Assignment."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-prepaid-balance" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Span ;
                                                            rdfhtml:id "prepaid-operative-semantics" ;
                                                            rdfhtml:hidden "" ;
                                                            rdfhtml:attribute [
                                                                a rdfhtml:Attribute ;
                                                                rdfhtml:attributeName "aria-hidden" ;
                                                                rdfhtml:attributeValue "true"
                                                            ]
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-prepaid-balance"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#template-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Prepaid Balance."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "prepaid-clause-choice-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[choose: include or omit this clause]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " The parties acknowledge that Assignor has prepaid amounts under the Contract and that an unused balance may exist as of the Effective Date (the “"
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Strong ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Prepaid Balance"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "”). The Prepaid Balance shall equal the unused prepaid amount "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "prepaid-balance-unit-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[in $ / credits, hours, or units]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " as of the Effective Date, as determined from Counterparty's books and records, which shall be conclusive absent manifest error. Within "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Data ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "balance-statement-days-value" ;
                                                                            rdfhtml:value "15" ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-subject" ;
                                                                                rdfhtml:attributeValue "#balance-statement-days-field"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-predicate" ;
                                                                                rdfhtml:attributeValue "http://www.w3.org/ns/shacl#defaultValue"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-datatype" ;
                                                                                rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-graph" ;
                                                                                rdfhtml:attributeValue "#template-graph"
                                                                            ] ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[15]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " days after the Effective Date, Counterparty shall deliver to Assignor and Assignee (in accordance with the notice provisions of the Contract) a statement of the Prepaid Balance; the statement shall be final and binding on all parties unless Assignor or Assignee objects in writing on the grounds of manifest error, with reasonable detail, within "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Data ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "balance-objection-days-value" ;
                                                                            rdfhtml:value "10" ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-subject" ;
                                                                                rdfhtml:attributeValue "#balance-objection-days-field"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-predicate" ;
                                                                                rdfhtml:attributeValue "http://www.w3.org/ns/shacl#defaultValue"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-datatype" ;
                                                                                rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-graph" ;
                                                                                rdfhtml:attributeValue "#template-graph"
                                                                            ] ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[10]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data " days of delivery, in which case the parties shall promptly and in good faith reconcile their records and the reconciled amount shall be the Prepaid Balance. The Prepaid Balance transfers to Assignee as part of the assignment under Section 1 and may be applied solely against Assignee's use of the services under the Contract, subject to any expiration, non-refundability, or other terms of the Contract, which remain unchanged. Assignor irrevocably waives any right to a refund, credit, or repayment of the Prepaid Balance. Counterparty's application of the Prepaid Balance against Assignee's use fully discharges Counterparty's obligations with respect to the Prepaid Balance as to both Assignor and Assignee."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-further-assurances" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "data-section-start" ;
                                                        rdfhtml:attributeValue ""
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H2 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-section-heading" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-further-assurances"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Further Assurances"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-further-assurances"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Each party shall execute such further documents and take such further actions as may be reasonably necessary to give full effect to this Assignment."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-indemnification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "data-section-start" ;
                                                        rdfhtml:attributeValue ""
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Span ;
                                                            rdfhtml:id "indemnification-operative-semantics" ;
                                                            rdfhtml:hidden "" ;
                                                            rdfhtml:attribute [
                                                                a rdfhtml:Attribute ;
                                                                rdfhtml:attributeName "aria-hidden" ;
                                                                rdfhtml:attributeValue "true"
                                                            ]
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H2 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-section-heading" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-indemnification"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#template-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Indemnification "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "indemnification-choice-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[choose: include or omit]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-indemnification"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#template-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Each of Assignor and Assignee shall indemnify and hold harmless Counterparty from and against any losses, claims, and expenses arising out of or relating to the Contract to the extent attributable to the duties, obligations, and liabilities for which it is responsible under Sections 2 and 3."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-no-other-amendment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "data-section-start" ;
                                                        rdfhtml:attributeValue ""
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H2 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-section-heading" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Miscellaneous"
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-no-other-amendment"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "No Other Amendment."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-no-other-amendment"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Except as expressly set forth herein, the Contract remains unmodified and in full force and effect."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-governing-law" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-governing-law"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Governing Law; Venue."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "This Assignment is governed by the laws governing the Contract. If the Contract is governed by the laws of the State of New York, then: (a) this Assignment shall likewise be governed by, and construed in accordance with, the laws of the State of New York, without regard to conflict-of-laws principles; and (b) unless the Contract specifies a different exclusive forum (in which case that forum applies), each party irrevocably submits to the exclusive jurisdiction of the state and federal courts located in "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Data ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "new-york-venue-value" ;
                                                                            rdfhtml:value "New York County" ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-subject" ;
                                                                                rdfhtml:attributeValue "#new-york-venue-field"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-predicate" ;
                                                                                rdfhtml:attributeValue "http://www.w3.org/ns/shacl#defaultValue"
                                                                            ] ;
                                                                            rdfhtml:attribute [
                                                                                a rdfhtml:Attribute ;
                                                                                rdfhtml:attributeName "rdf-graph" ;
                                                                                rdfhtml:attributeValue "#template-graph"
                                                                            ] ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[New York County]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", New York, for any action arising out of or relating to this Assignment, and waives any objection to venue or forum non conveniens in such courts. If the Contract does not specify a governing law, this Assignment shall be governed by the laws of "
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Span ;
                                                                            rdfhtml:class "fill-in" ;
                                                                            rdfhtml:id "fallback-jurisdiction-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[jurisdiction]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data ", without regard to conflict-of-laws principles."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "clause-boilerplate" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:id "clause-entire-agreement" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-entire-agreement"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Entire Agreement; Amendment."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-entire-agreement"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "This Assignment constitutes the entire agreement of the parties regarding its subject matter and may be amended only in a writing signed by all parties."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:id "clause-counterparts" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-counterparts"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Counterparts; Electronic Signatures."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-counterparts"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "This Assignment may be executed in counterparts, including by electronic signature, each of which is deemed an original and all of which together constitute one instrument."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:id "clause-successors" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-successors"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Successors."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-successors"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "This Assignment binds and benefits the parties and their respective successors and permitted assigns."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:id "clause-severability" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-severability"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "Severability."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-severability"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "If any provision of this Assignment is held invalid or unenforceable, the remaining provisions shall remain in full force and effect, and the invalid provision shall be enforced to the maximum extent permitted so as to effect the parties' intent."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:id "clause-third-party-beneficiaries" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-third-party-beneficiaries"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "No Third-Party Beneficiaries."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-third-party-beneficiaries"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "This Assignment is for the sole benefit of the parties and their respective successors and permitted assigns, and nothing herein confers any right or remedy on any other person."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:H3 ;
                                                                    rdfhtml:id "clause-no-waiver" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "data-subsection" ;
                                                                        rdfhtml:attributeValue ""
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-no-waiver"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "No Waiver."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#clause-no-waiver"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "No waiver of any provision of this Assignment is effective unless in writing and signed by the waiving party, and no waiver in any instance shall be deemed a waiver in any other instance."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Article ;
                                                    rdfhtml:class "clause" ;
                                                    rdfhtml:id "execution" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Div ;
                                                            rdfhtml:class "clause-copy" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:P ;
                                                                    rdfhtml:class "signature-intro" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#execution"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasLegalDescription"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#contract-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "In witness whereof, the parties have executed this Assignment as of the Effective Date."
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n      "
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n\n      "
                                        ]
                                        [
                                            a rdfhtml:Section ;
                                            rdfhtml:class "signatures" ;
                                            rdfhtml:id "signature-section" ;
                                            rdfhtml:attribute [
                                                a rdfhtml:Attribute ;
                                                rdfhtml:attributeName "aria-label" ;
                                                rdfhtml:attributeValue "Signature blocks"
                                            ] ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Div ;
                                                    rdfhtml:class "signature" ;
                                                    rdfhtml:id "assignor-signature" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:H2 ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Assignor: "
                                                                ]
                                                                [
                                                                    a rdfhtml:A ;
                                                                    rdfhtml:class "fill-in" ;
                                                                    rdfhtml:id "assignor-signature-party-name-value" ;
                                                                    rdfhtml:href "#assignor" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#assignor-signature"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/references"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#structure-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "[Assignor legal name]"
                                                                        ]
                                                                    )
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Dl ;
                                                            rdfhtml:class "signature-fields" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "By"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignor-signature-mark-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[signature]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Name"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignor-signatory-name-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[legal name]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Title"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignor-signatory-title-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[job title]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Capacity"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignor-signatory-capacity-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[authority to sign]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Date"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignor-signature-date-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[date signed]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Div ;
                                                    rdfhtml:class "signature" ;
                                                    rdfhtml:id "assignee-signature" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:H2 ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Assignee: "
                                                                ]
                                                                [
                                                                    a rdfhtml:A ;
                                                                    rdfhtml:class "fill-in" ;
                                                                    rdfhtml:id "assignee-signature-party-name-value" ;
                                                                    rdfhtml:href "#assignee" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#assignee-signature"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/references"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#structure-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "[Assignee legal name]"
                                                                        ]
                                                                    )
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Dl ;
                                                            rdfhtml:class "signature-fields" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "By"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignee-signature-mark-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[signature]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Name"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignee-signatory-name-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[legal name]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Title"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignee-signatory-title-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[job title]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Capacity"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignee-signatory-capacity-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[authority to sign]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Date"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "assignee-signature-date-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[date signed]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Div ;
                                                    rdfhtml:class "signature" ;
                                                    rdfhtml:id "counterparty-signature" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:H2 ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Counterparty: "
                                                                ]
                                                                [
                                                                    a rdfhtml:A ;
                                                                    rdfhtml:class "fill-in" ;
                                                                    rdfhtml:id "counterparty-signature-party-name-value" ;
                                                                    rdfhtml:href "#counterparty" ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-subject" ;
                                                                        rdfhtml:attributeValue "#counterparty-signature"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/references"
                                                                    ] ;
                                                                    rdfhtml:attribute [
                                                                        a rdfhtml:Attribute ;
                                                                        rdfhtml:attributeName "rdf-graph" ;
                                                                        rdfhtml:attributeValue "#structure-graph"
                                                                    ] ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Text ;
                                                                            rdfhtml:data "[Counterparty legal name]"
                                                                        ]
                                                                    )
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n          "
                                                        ]
                                                        [
                                                            a rdfhtml:Dl ;
                                                            rdfhtml:class "signature-fields" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "By"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "counterparty-signature-mark-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[signature]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Name"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "counterparty-signatory-name-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[legal name]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Title"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "counterparty-signatory-title-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[job title]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Capacity"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "counterparty-signatory-capacity-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[authority to sign]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n            "
                                                                ]
                                                                [
                                                                    a rdfhtml:Div ;
                                                                    rdfhtml:class "signature-field" ;
                                                                    rdfhtml:children (
                                                                        [
                                                                            a rdfhtml:Dt ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "Date"
                                                                                ]
                                                                            )
                                                                        ]
                                                                        [
                                                                            a rdfhtml:Dd ;
                                                                            rdfhtml:id "counterparty-signature-date-value" ;
                                                                            rdfhtml:children (
                                                                                [
                                                                                    a rdfhtml:Text ;
                                                                                    rdfhtml:data "[date signed]"
                                                                                ]
                                                                            )
                                                                        ]
                                                                    )
                                                                ]
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "\n          "
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "\n        "
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n      "
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n\n      "
                                        ]
                                        [
                                            a rdfhtml:Footer ;
                                            rdfhtml:class "semantic-sources" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:H2 ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Semantic modeling note"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:P ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:A ;
                                                            rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "FIBO"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " models the agreement, roles, rights, obligations, conditions precedent, representations, warranties, and governing jurisdiction. "
                                                        ]
                                                        [
                                                            a rdfhtml:A ;
                                                            rdfhtml:href "http://purl.org/spar/doco/" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "DoCO"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " describes the document's sections, party list, and signature blocks. "
                                                        ]
                                                        [
                                                            a rdfhtml:A ;
                                                            rdfhtml:href "https://www.w3.org/TR/shacl12-core/" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "SHACL"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " makes blank fields, required values, datatypes, defaults, and closed option lists inspectable without pretending that a suggested value has been accepted. "
                                                        ]
                                                        [
                                                            a rdfhtml:A ;
                                                            rdfhtml:href "https://schema.org/ChooseAction" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "ChooseAction"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " records unresolved drafting decisions as domain meaning. "
                                                        ]
                                                        [
                                                            a rdfhtml:A ;
                                                            rdfhtml:href "https://www.w3.org/TR/annotation-vocab/" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Web Annotation"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " correlates property shapes with visible values and keeps interpretations linked to the fixed clauses that support them. "
                                                        ]
                                                        [
                                                            a rdfhtml:A ;
                                                            rdfhtml:href "https://www.w3.org/TR/prov-o/" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "PROV-O"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " records that derivation. The "
                                                        ]
                                                        [
                                                            a rdfhtml:A ;
                                                            rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Company Intelligence ontology"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " carries sourced identity and role claims, while the "
                                                        ]
                                                        [
                                                            a rdfhtml:A ;
                                                            rdfhtml:href "https://ontology.inferal.com/modules/artifact-evolution/" ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Artifact Evolution ontology"
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " distinguishes the controlled template from this version."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:P ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Strong ;
                                                            rdfhtml:children (
                                                                [
                                                                    a rdfhtml:Text ;
                                                                    rdfhtml:data "Try the meaning layer."
                                                                ]
                                                            )
                                                        ]
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " Open RDF and search for “contractual obligation,” “condition precedent,” “representation,” “authorization,” or “governing jurisdiction.” Each interpretation remains separate from the clause text and points back to its exact source."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n      "
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n\n      "
                                        ]
                                        [
                                            a rdfhtml:Comment ;
                                            rdfhtml:data " Inert legal-language fragments selected by declarative choices. "
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "empty-choice-content"
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "exhibit-attached-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:class "projected-wording" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "A copy of the Contract is attached as Exhibit A."
                                                        ]
                                                    )
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "liability-post-effective-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:class "projected-wording" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "arising on or after the Effective Date"
                                                        ]
                                                    )
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "liability-all-time-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:class "projected-wording" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "whether arising before, on, or after the Effective Date"
                                                        ]
                                                    )
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "joint-and-several-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:class "projected-wording" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "jointly and severally"
                                                        ]
                                                    )
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "secondary-liability-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:class "projected-wording" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "secondarily"
                                                        ]
                                                    )
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "amounts-assumed-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:class "projected-wording" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data " or assumed by Assignee under Section 2"
                                                        ]
                                                    )
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "prepaid-carveout-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:class "projected-wording" ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data ", subject to application of any Prepaid Balance under Section 5.2"
                                                        ]
                                                    )
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "prepaid-operative-semantics-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualObligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-prepaid-balance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#runtime-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-prepaid-balance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#runtime-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n      "
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n      "
                                        ]
                                        [
                                            a rdfhtml:Template ;
                                            rdfhtml:id "indemnification-operative-semantics-content" ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-indemnification"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#runtime-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-indemnification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#runtime-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n      "
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n\n      "
                                        ]
                                        [
                                            a rdfhtml:Div ;
                                            rdfhtml:hidden "" ;
                                            rdfhtml:attribute [
                                                a rdfhtml:Attribute ;
                                                rdfhtml:attributeName "aria-hidden" ;
                                                rdfhtml:attributeValue "true"
                                            ] ;
                                            rdfhtml:children (
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Document and artifact metadata. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractDocument" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#artifact-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/artifact-evolution/ArtifactVersion" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#artifact-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-template" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#specializationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#artifact-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/Documents/records"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#artifact-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Time ;
                                                    rdfhtml:dateTime "2026-07-24T00:00:00Z" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#generatedAtTime"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#dateTime"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#artifact-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/artifact-evolution/GovernedArtifact" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-template"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#artifact-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-template"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#artifact-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignment, Assumption, and Consent Agreement template"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Contract, underlying contract, parties, and role composition. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/WrittenContract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/MultilateralContract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#effective-date-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-completion-model"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-assignor-role" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractParty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-assignee-role" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractParty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-counterparty-role" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractParty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#hasAssignor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#hasAssignee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#hasCounterparty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/references"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-assignor-party" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractParty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-counterparty-party" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractParty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/LegalEntity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/LegalEntity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/LegalEntity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#AssignorRole" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-assignor-role"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-assignor-role"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#AssigneeRole" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-assignee-role"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-assignee-role"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#CounterpartyRole" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-counterparty-role"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-counterparty-role"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractParty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-assignor-party"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-assignor-party"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractParty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-counterparty-party"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-counterparty-party"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Sourced claims preserve stable entity identity independently of each mention. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/SourceDocument" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Customer-distributable assignment template"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/RelationshipAssertion" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedSubject"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#hasAssignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedPredicate"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedObject"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#document" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/source"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/StatedClaim" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertionKind"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/RelationshipAssertion" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedSubject"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#hasAssignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedPredicate"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedObject"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#document" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/source"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/StatedClaim" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertionKind"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/RelationshipAssertion" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedSubject"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#hasCounterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedPredicate"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertedObject"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#document" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/source"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/StatedClaim" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-identity-claim"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://ontology.inferal.com/modules/company-intelligence/assertionKind"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#claim-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Substantive interpretations are queryable claims derived from exact fixed-clause carriers. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/prov#Entity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Substantive contract meaning interpretations"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/description"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Searchable legal effects interpreted from the agreement's fixed clauses, kept separate from operative text and unresolved drafting choices."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#document" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/prov#Agent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/prov#Agent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/prov#Agent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " The blank Effective Date still supplies meaningful temporal boundaries. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#opening" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#effective-date-boundary" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2006/time#Instant" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-boundary"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-boundary"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Effective Date boundary"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#opening" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-boundary"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#effective-date-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-boundary"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/references"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2006/time#ProperInterval" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#pre-effective-period"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#pre-effective-period"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Period before the Effective Date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#effective-date-boundary" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#pre-effective-period"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2006/time#hasEnd"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2006/time#ProperInterval" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#post-effective-period"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#post-effective-period"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Period beginning on the Effective Date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#effective-date-boundary" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#post-effective-period"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2006/time#hasBeginning"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Assignment creates a right for Assignee derived from Assignor's underlying right. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assigned-right-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assigned-right-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assigned-right-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-underlying-contract-right" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assigned-right-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualRight" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee's transferred rights under the underlying contract"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isConferredBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/isConferredOn"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#post-effective-period" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-rights" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/references"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Obligor roles and Schema.org performances make who owes what to whom directly queryable. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/PartiesAndSituations/hasPartyRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Obligee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-obligee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-obligee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-obligee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/PartiesAndSituations/hasPartyRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assumed-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assumed-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assumption" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assumed-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-underlying-contract-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assumed-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-underlying-contract-performance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assumed-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualObligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Commitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee's assumed contractual obligation"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isConferredBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/isObligationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-underlying-contract-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/hasObligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assumption" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-obligations" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/Action" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Perform and discharge the underlying contract duties when due"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/agent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/recipient"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/object"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-underlying-contract-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assumption" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-underlying-contract-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Counterparty's consent is an authorization, qualified by a condition precedent. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#consent-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#consent-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-consent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#consent-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-consent-authorization" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#consent-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/AuthorizeAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-consent-authorization"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-consent-authorization"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty authorization of the assignment and delegation"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-consent-authorization"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/agent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-consent-authorization"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/recipient"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-consent-authorization"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/object"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-consent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-consent-authorization"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/instrument"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-consent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-consent-authorization"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#condition-precedent-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#condition-precedent-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-conditions" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#condition-precedent-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#paid-amounts-condition-precedent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#condition-precedent-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ConditionPrecedent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#paid-amounts-condition-precedent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#paid-amounts-condition-precedent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Amounts due at the Effective Date paid in full"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-consent-authorization" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#paid-amounts-condition-precedent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/qualifies"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#debt-condition-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#paid-amounts-condition-precedent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#effective-date-boundary" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#paid-amounts-condition-precedent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-conditions" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#paid-amounts-condition-precedent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#reserved-rights-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#reserved-rights-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-conditions" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#reserved-rights-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-reserved-pre-effective-right" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#reserved-rights-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualRight" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-reserved-pre-effective-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-reserved-pre-effective-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty's reserved pre-Effective-Date rights, remedies, and claims"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-reserved-pre-effective-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isConferredBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-reserved-pre-effective-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/isConferredOn"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#pre-effective-period" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-reserved-pre-effective-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-conditions" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-reserved-pre-effective-right"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Representation packages retain attribution and their exact evidentiary clause. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignor-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-representation-package" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Representation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Warranty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor representations and warranties about contract status, title, and authority"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasAttributedTo"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/subject"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignor-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignee-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-representation-package" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Representation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Warranty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee representations and warranties about authority, capability, and transaction status"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasAttributedTo"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignee-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-counterparty-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-representation-package" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Representation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Warranty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty representation and warranty of authority"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasAttributedTo"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-counterparty-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-representation-package"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Payments and notices are distinct obligations with distinct performances. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#payment-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#payment-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#payment-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-payment-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#payment-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-payment-performance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#payment-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualObligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Commitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee's post-Effective-Date payment obligation"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isConferredBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/isObligationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-payment-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/hasObligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#post-effective-period" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-clause-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PayAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Pay amounts due under the underlying contract"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/agent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/recipient"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/object"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-payment-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-payment-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#notification-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#notification-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#notification-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-notification-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#notification-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-notification-performance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#notification-obligation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/NotificationObligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Commitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee's billing and notice-detail notification obligation"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isConferredBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/isObligationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-notification-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/hasObligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#billing-transition-days-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/InformAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Provide updated billing and notice details"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/agent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/recipient"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-notification-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notification-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Multi-party and boilerplate commitments remain searchable without new local predicates. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://www.omg.org/spec/Commons/RolesAndCompositions/isPlayedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-further-assurances" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#all-parties-further-assurances-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#further-assurances-performance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualObligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#all-parties-further-assurances-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/Commitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#all-parties-further-assurances-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#all-parties-further-assurances-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "All parties' further-assurances obligation"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#all-parties-further-assurances-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isConferredBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-further-assurances-obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#all-parties-further-assurances-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/isObligationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-further-assurances-obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#all-parties-further-assurances-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/isObligationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-further-assurances-obligor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#all-parties-further-assurances-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/isObligationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#all-parties-further-assurances-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/hasObligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#all-parties-further-assurances-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/hasObligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#all-parties-further-assurances-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-further-assurances-obligor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/hasObligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-further-assurances" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#all-parties-further-assurances-obligation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/Action" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Execute documents and take actions reasonably necessary to give effect to the assignment"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/agent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/agent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/agent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/object"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#all-parties-further-assurances-obligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-further-assurances" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#further-assurances-performance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-preservation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-preservation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-no-other-amendment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-preservation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract-preservation-commitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-preservation-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-preservation-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-preservation-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Underlying contract preservation commitment"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-preservation-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-preservation-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/subject"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-no-other-amendment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-preservation-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Governing-law meaning can exist before its fallback fields are completed. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-governing-law" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#governing-jurisdiction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://www.omg.org/spec/Commons/RegulatoryAgencies/Jurisdiction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Jurisdiction governing the underlying contract, or the selected fallback"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#governing-jurisdiction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasGoverningJurisdiction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#new-york-venue-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#fallback-jurisdiction-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/isQualifiedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/references"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-governing-law" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#governing-jurisdiction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#integration-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#integration-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-entire-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#integration-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#integration-commitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#integration-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#integration-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#integration-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Entire-agreement and signed-writing amendment commitment"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#integration-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-entire-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#integration-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#successors-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#successors-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-successors" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#successors-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#successors-commitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#successors-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#successors-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#successors-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Successors and permitted assigns binding commitment"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#successors-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-successors" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#successors-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#third-party-beneficiary-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#third-party-beneficiary-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-third-party-beneficiaries" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#third-party-beneficiary-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#third-party-beneficiary-exclusion" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#third-party-beneficiary-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#third-party-beneficiary-exclusion"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#third-party-beneficiary-exclusion"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Third-party beneficiary exclusion"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#third-party-beneficiary-exclusion"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-third-party-beneficiaries" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#third-party-beneficiary-exclusion"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#no-waiver-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#classifying" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#no-waiver-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-no-waiver" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#no-waiver-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signed-writing-waiver-commitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#no-waiver-interpretation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signed-writing-waiver-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signed-writing-waiver-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Signed-writing and instance-specific waiver commitment"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signed-writing-waiver-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isMandatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-no-waiver" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signed-writing-waiver-commitment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/prov#wasDerivedFrom"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#meaning-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " A portable query catalog. Navigator discovers these SHACL executables generically. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/dc/dcmitype/Collection" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-query-catalog"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-query-catalog"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Contract inspection queries"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-query-catalog"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/description"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Reusable questions over the contract's parties, duties, conditions, rights, and representations."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#legal-query-catalog" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#SPARQLExecutable" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-parties"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#SPARQLSelectExecutable" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-parties"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-parties"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Who are the parties?"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-parties"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/description"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Find the contract recorded by this document, then resolve every ContractParty role class to the stable entity that plays it, whether or not completion values have been supplied."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-parties"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#order"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "1"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-parties"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#select"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:value "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX contracts: <https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/>\nPREFIX documents: <https://www.omg.org/spec/Commons/Documents/>\nPREFIX role: <https://www.omg.org/spec/Commons/RolesAndCompositions/>\nPREFIX schema: <https://schema.org/>\nSELECT ?role ?party ?legalName\nWHERE {\n  GRAPH ?artifactGraph {\n    ?document documents:records ?contract .\n  }\n  GRAPH ?contractGraph {\n    ?contract contracts:hasContractParty ?roleResource .\n    ?roleResource rdf:type ?role ;\n                  role:isPlayedBy ?party .\n  }\n  GRAPH ?vocabularyGraph {\n    ?role rdfs:subClassOf* contracts:ContractParty .\n  }\n  OPTIONAL {\n    GRAPH ?valueGraph {\n      ?party schema:legalName ?legalName\n    }\n  }\n}\nORDER BY ?role ?party"
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#query-parties" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-query-catalog"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#SPARQLExecutable" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#SPARQLSelectExecutable" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Who must do what for whom?"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/description"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Find action-shaped performances, the obligation that mandates each action, its actor, and any recipient."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#order"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "2"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#select"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:value "PREFIX fibo-rel: <https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nPREFIX schema: <https://schema.org/>\nSELECT ?actor ?performanceLabel ?recipient ?obligation ?obligationLabel\nWHERE {\n  GRAPH ?graph {\n    ?performance fibo-rel:isMandatedBy ?obligation ;\n                 schema:agent ?actor ;\n                 schema:name ?performanceLabel .\n    OPTIONAL { ?performance schema:recipient ?recipient }\n    OPTIONAL { ?obligation rdfs:label ?obligationLabel }\n  }\n}\nORDER BY ?actor ?performanceLabel"
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#query-obligations" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-query-catalog"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#SPARQLExecutable" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-conditions-and-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#SPARQLSelectExecutable" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-conditions-and-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-conditions-and-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Which rights are conditional?"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-conditions-and-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/description"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Inspect rights and authorizations together with their holder, conditions, qualifications, and source clause."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "3" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-conditions-and-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#order"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "3"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-conditions-and-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#select"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:value "PREFIX fibo-cap: <https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/>\nPREFIX fibo-contract: <https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/>\nPREFIX doco: <http://purl.org/spar/doco/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?right ?rightLabel ?holder ?qualification ?sourceClause\nWHERE {\n  GRAPH ?graph {\n    ?right a ?rightType .\n    VALUES ?rightType {\n      fibo-cap:ContractualRight\n      fibo-cap:Authorization\n    }\n    OPTIONAL { ?right rdfs:label ?rightLabel }\n    OPTIONAL { ?right fibo-cap:isConferredOn ?holder }\n    OPTIONAL { ?right fibo-contract:isQualifiedBy ?qualification }\n  }\n  OPTIONAL {\n    GRAPH ?provenanceGraph { ?right prov:wasDerivedFrom ?sourceClause }\n    GRAPH ?structureGraph { ?sourceClause a doco:Section }\n  }\n}\nORDER BY ?right"
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#query-conditions-and-rights" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-query-catalog"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#SPARQLExecutable" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-representations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#SPARQLSelectExecutable" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-representations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-representations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "What does each party represent?"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-representations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/description"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Group each representation package by the party to which it is attributed and its exact evidentiary clause."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "4" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-representations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#order"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "4"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#query-representations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#select"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ] ;
                                                    rdfhtml:value "PREFIX fibo-contract: <https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/>\nPREFIX prov: <http://www.w3.org/ns/prov#>\nPREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\nSELECT ?party ?representation ?representationLabel ?sourceClause\nWHERE {\n  GRAPH ?graph {\n    ?representation a fibo-contract:Representation ;\n                    prov:wasAttributedTo ?party ;\n                    prov:wasDerivedFrom ?sourceClause .\n    OPTIONAL { ?representation rdfs:label ?representationLabel }\n  }\n}\nORDER BY ?party"
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#query-representations" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-query-catalog"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#query-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " DoCO structural graph: presentation hierarchy stays distinct from legal effect. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/FrontMatter" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-front-matter"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/ListOfOrganizations" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#party-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Paragraph" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-party-entry"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Paragraph" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-party-entry"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Paragraph" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-party-entry"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#party-list" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-front-matter"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#recitals"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-section"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#contract-front-matter" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#recitals" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#contract-sections" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#document"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#SignatureBlock" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#SignatureBlock" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#SignatureBlock" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#forLegalEntity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#forLegalEntity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#forLegalEntity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Rights, obligations, conditions, and clause typing. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualRight" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor's rights under the underlying contract"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isConferredBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-rights"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/isConferredOn"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualObligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/isConferredBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-assignor-party" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-obligations"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/isObligationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ConditionPrecedent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-conditions"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Unresolved drafting decisions are potential actions, never operative selections. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/ChooseAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Attach the underlying contract as Exhibit A?"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-attached-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-not-attached-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-choice-shape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/potentialAction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/ChooseAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Choose the liabilities Assignee assumes"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-post-effective" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-all-time" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-choice-shape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/potentialAction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/ChooseAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Choose release or retained liability"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-a" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-b" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-choice-shape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/potentialAction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/ChooseAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "If no release is selected, choose Assignor's retained liability"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#joint-and-several-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#secondary-liability-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#retained-liability-choice-shape-presentation-body" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#retained-liability-mode-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#retained-liability-choice-shape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-b" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#retained-liability-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-b"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/potentialAction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/ChooseAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Choose how amounts due at the Effective Date are handled"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#amounts-paid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#amounts-assumed-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#debt-condition-choice-shape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#debt-condition-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#debt-condition-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/potentialAction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/ChooseAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Include the prepaid balance mechanics?"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-clause-choice-shape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-clause-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-carveout-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-clause-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/potentialAction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/ChooseAction" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Include the indemnification clause?"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-decision"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/actionOption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-choice-shape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/potentialAction"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Every authorable choice is an ordinary PropertyShape with a focus node, path, count, closed sh:in list, and Web Annotation presentation. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/result" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Exhibit treatment"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-option-list" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#in"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-attached-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-option-list-tail" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-not-attached-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/result" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Liability scope"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-option-list" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#in"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-post-effective" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-option-list-tail" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-all-time" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/result" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Release structure"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-list" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#in"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-a" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-list-tail" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-b" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#retained-liability-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/result" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Retained liability mode"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#retained-liability-option-list" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#in"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#joint-and-several-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#retained-liability-option-list-tail" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#secondary-liability-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#debt-condition-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/result" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Debt condition"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#debt-condition-option-list" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#in"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#amounts-paid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#debt-condition-option-list-tail" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#amounts-assumed-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-clause-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/result" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Prepaid balance mechanics"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-clause-option-list" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#in"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-clause-option-list-tail" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-decision" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/result" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Indemnification clause"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-option-list" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#in"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-option-list-tail" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-option-list"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-option-list-tail"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Option resources are reusable identities. No schema:result is asserted in this draft. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-attached-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-attached-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Attach as Exhibit A"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-not-attached-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-not-attached-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Do not attach"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-post-effective"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-post-effective"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Liabilities arising on or after the Effective Date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-all-time"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-all-time"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Liabilities arising before, on, or after the Effective Date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-a"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-a"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Novation and full release"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-b"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-option-b"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "No release"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#joint-and-several-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#joint-and-several-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Joint and several liability"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#secondary-liability-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#secondary-liability-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Secondary liability"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#amounts-paid-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#amounts-paid-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Amounts paid in full"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#amounts-assumed-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#amounts-assumed-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Amounts assumed by Assignee under Section 2"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#include-prepaid-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#include-prepaid-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Include prepaid balance mechanics"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#omit-prepaid-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#omit-prepaid-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Omit prepaid balance mechanics"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#include-indemnification-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#include-indemnification-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Include indemnification"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/DefinedTerm" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#omit-indemnification-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#omit-indemnification-option"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Omit indemnification"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Choice alternatives distinguish a decision label from its document projection. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-1-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-1-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-1-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-1-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-attached-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-attached-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-1-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exhibit-not-attached-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-1-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-2-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-2-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-2-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-2-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-post-effective-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-post-effective" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-2-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-all-time-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#liability-scope-all-time" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-2-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-3-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-3-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-3-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-3-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-a" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-3-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-b" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-3-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-a-label" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-4-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-4-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-4-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-a" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-4-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-b" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-5-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-5-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-5-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-a" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-5-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-b-label" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-6-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-6-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-6-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-b" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-6-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-a" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-7-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-7-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-7-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#release-option-b" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-7-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#retained-liability-mode-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-8-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-8-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-8-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-8-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#joint-and-several-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#joint-and-several-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-8-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#secondary-liability-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#secondary-liability-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-8-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#debt-condition-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-9-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-9-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-9-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-9-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#amounts-paid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-9-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#amounts-assumed-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#amounts-assumed-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-9-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-clause-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-10-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-10-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-10-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-10-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-10-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-10-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-carveout-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-11-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-11-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-11-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-11-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-carveout-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-11-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-11-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-operative-semantics" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-12-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-12-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-12-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-12-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-operative-semantics-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-12-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-12-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-prepaid-balance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-13-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-13-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-13-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-13-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-choice-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-14-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-14-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-14-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-14-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-14-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-14-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-operative-semantics" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-15-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-15-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-15-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-15-items-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#indemnification-operative-semantics-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-15-alternative-2" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-items-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-15-alternative-2"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#editing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-indemnification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-16-choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Choice" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-16-items-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16-choice"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/activitystreams#items"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#rendering-annotation-16-alternative-1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#first"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#nil" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16-items-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#rest"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#empty-choice-content" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#omit-indemnification-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#rendering-annotation-16-alternative-1"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Completion model. Property shapes describe missing values, not present contract facts. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#NodeShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-completion-model"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-completion-model"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/title"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignment execution-readiness model"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-completion-model"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#description"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "A preparation-time constraint inventory. A field may carry a default without asserting that default as the accepted contract value."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-completion-model" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-template"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/conformsTo"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyGroup" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#parties-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#parties-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Agreement and parties"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "10" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#parties-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#order"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#decimal"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyGroup" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#terms-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#terms-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Agreement terms"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "20" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#terms-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#order"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#decimal"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyGroup" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#decisions-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#decisions-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Drafting decisions"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "30" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#decisions-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#order"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#decimal"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyGroup" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#execution-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#execution-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Execution"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "40" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#execution-group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#order"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#decimal"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#parties-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#parties-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#parties-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#parties-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#parties-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#formation-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#parties-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-entity-type-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#parties-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#principal-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#terms-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#execution-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-mark-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#execution-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#execution-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#execution-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-label-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#execution-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#decisions-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exhibit-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#decisions-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#liability-scope-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#decisions-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#release-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#decisions-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#retained-liability-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#decisions-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#debt-condition-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#decisions-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-clause-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#decisions-group" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#indemnification-choice-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#group"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " A reusable targetClass shape is specialized by RDF focus-node claims on its visible carriers. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor jurisdiction"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor entity type"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor principal address"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee jurisdiction"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee entity type"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee principal address"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty jurisdiction"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty entity type"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty principal address"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor signature mark"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor signatory name"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor signatory title"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signatory-capacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor signatory capacity"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor signature date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee signature mark"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee signatory name"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee signatory title"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signatory-capacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee signatory capacity"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee signature date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty signature mark"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty signatory name"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty signatory title"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signatory-capacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty signatory capacity"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://schema.org/about"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty signature date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " These entity relationships exist independently of whether their literal values are complete. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#signedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signatory-capacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/hasCapacity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#signedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signatory-capacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/hasCapacity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signatory" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "#signedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signatory-capacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/hasCapacity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasEffectiveDate" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2001/XMLSchema#date" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#datatype"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Effective Date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#effective-date-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#effective-date-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#effective-date-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/legalName" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignor legal name"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-name-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signature-party-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/legalName" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee legal name"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-name-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signature-party-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/legalName" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Counterparty legal name"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#maxCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-name-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signature-party-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-name-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#formation-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#formation-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/LegalEntity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#formation-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetClass"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#jurisdictionOfFormation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#formation-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#formation-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Jurisdiction of formation"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#formation-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#formation-jurisdiction-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-jurisdiction-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#formation-jurisdiction-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-jurisdiction-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#formation-jurisdiction-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-jurisdiction-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-jurisdiction-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-entity-type-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-entity-type-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/LegalEntity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-entity-type-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetClass"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#legalEntityType" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-entity-type-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-entity-type-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Legal entity type"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legal-entity-type-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#legal-entity-type-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-entity-type-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#legal-entity-type-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-entity-type-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#legal-entity-type-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-entity-type-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-entity-type-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#principal-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#principal-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://ontology.inferal.com/modules/company-intelligence/LegalEntity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#principal-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetClass"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/address" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#principal-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#principal-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Principal place of business"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#principal-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#principal-address-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-address-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#principal-address-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-address-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#principal-address-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-address-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-address-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/dc/terms/title" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Underlying contract title"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract-title-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract-title-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-title-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/dc/terms/date" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2001/XMLSchema#date" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#datatype"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Underlying contract date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract-date-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#underlying-contract-date-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#underlying-contract-date-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#transactionDescription" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Transaction description"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#transaction-description-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#transaction-description-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transaction-description-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#billingTransitionDays" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2001/XMLSchema#integer" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#datatype"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Billing transition period in days"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#billing-transition-days-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#billing-transition-days-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billing-transition-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#noticeDestination" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Assignee notice address or email"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-notice-address-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-notice-address-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-notice-address-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-prepaid-balance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaidBalanceUnit" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Prepaid balance unit"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-balance-unit-field-presentation-body" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-balance-unit-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#prepaid-balance-unit-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaid-balance-unit-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-prepaid-balance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#balanceStatementDays" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2001/XMLSchema#integer" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#datatype"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Balance statement delivery period in days"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#balance-statement-days-field-presentation-body" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#balance-statement-days-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#balance-statement-days-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-statement-days-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-prepaid-balance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#balanceObjectionDays" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2001/XMLSchema#integer" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#datatype"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Manifest-error objection period in days"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#balance-objection-days-field-presentation-body" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#balance-objection-days-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#SpecificResource" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#balance-objection-days-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasSource"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#include-prepaid-option" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balance-objection-days-field-presentation-body"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasScope"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-governing-law" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#exclusiveVenue" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "New York exclusive venue"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#new-york-venue-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#new-york-venue-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#new-york-venue-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-governing-law" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetNode"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#fallbackGoverningLaw" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Fallback governing-law jurisdiction"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#fallback-jurisdiction-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#fallback-jurisdiction-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallback-jurisdiction-field-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " A reusable signature-block profile applies to all three structured blocks. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/Person" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/Person" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/Person" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/SignatoryCapacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-capacity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/SignatoryCapacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-capacity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/SignatoryCapacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-capacity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#NodeShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-block-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#SignatureBlock" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-block-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#targetClass"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-mark-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-block-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#property"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-reference-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-block-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#property"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-date-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-block-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#property"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-mark-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-mark-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatureMark" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-mark-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-mark-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Signature mark"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-mark-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-mark-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signature-mark-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-mark-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signature-mark-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-mark-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signature-mark-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-mark-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-reference-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signedBy" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-reference-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#authorized-signatory-shape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-reference-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#node"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-reference-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#NodeShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#authorized-signatory-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/Person" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#authorized-signatory-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#class"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-name-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#authorized-signatory-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#property"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-title-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#authorized-signatory-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#property"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-capacity-reference-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#authorized-signatory-shape"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#property"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/name" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Signatory legal name"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-name-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-name-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signatory-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-name-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signatory-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-name-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signatory-name-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-name-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/jobTitle" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Signatory title"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-title-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-title-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signatory-title-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-title-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signatory-title-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-title-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signatory-title-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-title-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-reference-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/hasCapacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-reference-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/SignatoryCapacity" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-reference-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#class"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-reference-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-label-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-label-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2000/01/rdf-schema#label" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-label-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-label-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Authority to sign for the legal entity"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatory-capacity-label-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-capacity-label-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signatory-capacity-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-capacity-label-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signatory-capacity-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatory-capacity-label-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signatory-capacity-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signatory-capacity-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/shacl#PropertyShape" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://schema.org/PropertyValueSpecification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signatureDate" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#path"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#name"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "Date signed"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2001/XMLSchema#date" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#datatype"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Data ;
                                                    rdfhtml:value "1" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-date-field"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/shacl#minCount"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-datatype" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2001/XMLSchema#integer"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-date-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signature-date-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignor-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-date-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signature-date-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignee-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#Annotation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/ns/oa#describing" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#motivatedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#signature-date-field" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasBody"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signature-date-value" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#counterparty-signature-date-value-presentation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/ns/oa#hasTarget"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#template-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Every operative section is a contractual element unless given a more specific FIBO type. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualElement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#recitals"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assignment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assumption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractualCommitment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-consent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Representation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assignor-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Warranty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assignor-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Representation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assignee-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Warranty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assignee-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Representation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-counterparty-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/Warranty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-counterparty-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualObligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-payments"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignment-assignee-role" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-payments"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Agreements/isObligationOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Law/LegalCapacity/ContractualObligation" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-further-assurances"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#recitals" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assumption" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-consent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-release" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-conditions" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignor-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignee-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-counterparty-reps" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-further-assurances" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-no-other-amendment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-governing-law" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-entire-agreement" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-counterparts" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-successors" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-severability" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-third-party-beneficiaries" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-no-waiver" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#assignment-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/hasContractualElement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#contract-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " The same clause identities participate independently in DoCO's document hierarchy. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assignment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assumption"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-consent"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-release"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-conditions"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assignor-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-assignee-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-counterparty-reps"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-payments"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-prepaid-balance"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-further-assurances"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-indemnification"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-no-other-amendment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-governing-law"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-entire-agreement"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-counterparts"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-successors"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-severability"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-third-party-beneficiaries"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Section" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#clause-no-waiver"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assignment" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-assumption" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-consent" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-release" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-conditions" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-payments" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-prepaid-balance" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#clause-indemnification" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#contract-sections"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignor-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-section"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#assignee-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-section"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "#counterparty-signature" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signature-section"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://purl.org/dc/terms/hasPart"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#structure-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:Comment ;
                                                    rdfhtml:data " Document-local vocabulary, defined because no exact imported terms were selected. "
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2000/01/rdf-schema#Class" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#AssignorRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractParty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#AssignorRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#subClassOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#AssignorRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "assignor role"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2000/01/rdf-schema#Class" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#AssigneeRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractParty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#AssigneeRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#subClassOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#AssigneeRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "assignee role"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2000/01/rdf-schema#Class" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#CounterpartyRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "https://spec.edmcouncil.org/fibo/ontology/FND/Agreements/Contracts/ContractParty" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#CounterpartyRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#subClassOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#CounterpartyRole"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "counterparty role"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/2000/01/rdf-schema#Class" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#SignatureBlock"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://purl.org/spar/doco/Block" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#SignatureBlock"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#subClassOf"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#SignatureBlock"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "signature block"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#SignatureBlock"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#comment"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "A document block prepared to record an authorized signatory, signatory capacity, signature mark, and signing date for one stable legal entity."
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#hasAssignor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#hasAssignor"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "has assignor"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#hasAssignee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#hasAssignee"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "has assignee"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#hasCounterparty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#hasCounterparty"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "has counterparty"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#forLegalEntity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#forLegalEntity"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "for legal entity"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#jurisdictionOfFormation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#jurisdictionOfFormation"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "jurisdiction of formation"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legalEntityType"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#legalEntityType"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "legal entity type"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transactionDescription"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#transactionDescription"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "transaction description"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billingTransitionDays"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#billingTransitionDays"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "billing transition days"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#noticeDestination"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#noticeDestination"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "notice destination"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaidBalanceUnit"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#prepaidBalanceUnit"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "prepaid balance unit"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balanceStatementDays"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balanceStatementDays"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "balance statement days"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balanceObjectionDays"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#balanceObjectionDays"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "balance objection days"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exclusiveVenue"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#exclusiveVenue"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "exclusive venue"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallbackGoverningLaw"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#fallbackGoverningLaw"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "fallback governing law"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatureMark"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatureMark"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "signature mark"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signedBy"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "signed by"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:A ;
                                                    rdfhtml:href "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property" ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatureDate"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ]
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n        "
                                                ]
                                                [
                                                    a rdfhtml:Span ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-subject" ;
                                                        rdfhtml:attributeValue "#signatureDate"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-predicate" ;
                                                        rdfhtml:attributeValue "http://www.w3.org/2000/01/rdf-schema#label"
                                                    ] ;
                                                    rdfhtml:attribute [
                                                        a rdfhtml:Attribute ;
                                                        rdfhtml:attributeName "rdf-graph" ;
                                                        rdfhtml:attributeValue "#vocabulary-graph"
                                                    ] ;
                                                    rdfhtml:children (
                                                        [
                                                            a rdfhtml:Text ;
                                                            rdfhtml:data "signature date"
                                                        ]
                                                    )
                                                ]
                                                [
                                                    a rdfhtml:Text ;
                                                    rdfhtml:data "\n      "
                                                ]
                                            )
                                        ]
                                        [
                                            a rdfhtml:Text ;
                                            rdfhtml:data "\n    "
                                        ]
                                    )
                                ]
                                [
                                    a rdfhtml:Text ;
                                    rdfhtml:data "\n  "
                                ]
                            )
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n\n  "
                        ]
                        [
                            a rdfhtml:CustomElement ;
                            rdfhtml:localName "ia2-rdf-value-editor" ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "runtime-graph" ;
                                rdfhtml:attributeValue "#runtime-graph"
                            ] ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "position" ;
                                rdfhtml:attributeValue "right"
                            ] ;
                            rdfhtml:attribute [
                                a rdfhtml:Attribute ;
                                rdfhtml:attributeName "backlinks" ;
                                rdfhtml:attributeValue ""
                            ]
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Script ;
                            rdfhtml:type "module" ;
                            rdfhtml:src "/packages/rdf-value-editor/dist/rdf-value-editor.js"
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n  "
                        ]
                        [
                            a rdfhtml:Script ;
                            rdfhtml:type "module" ;
                            rdfhtml:src "/packages/html-rdf-navigator/dist/html-rdf-navigator.js"
                        ]
                        [
                            a rdfhtml:Text ;
                            rdfhtml:data "\n\n\n"
                        ]
                    )
                ]
            )
        ]
    ) .
