Skip to content

Commit

Permalink
InsuranceProduct restored
Browse files Browse the repository at this point in the history
  • Loading branch information
max walter committed Mar 19, 2024
1 parent 0a5f2a3 commit dcbaa22
Showing 1 changed file with 32 additions and 10 deletions.
42 changes: 32 additions & 10 deletions src/InsuranceProduct.src.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{ "@id": "http://schema4i.org/FinancialProduct" }
],
"multipletypes": {
"Deductible": [
{ "@id": "http://schema4i.org/QuantitativeValue" },
{ "@id": "http://schema4i.org/MonetaryAmount" }
],
"Status": [
{ "@id": "http://schema.org/Text" },
{ "@id": "http://schema4i.org/EnumOrderStatusCode" }
Expand All @@ -24,6 +28,9 @@
"schema": "http://schema.org/",
"oo": "https://schema.openontology.org/",
"InsuranceProduct": "schema:InsuranceProduct",
"Deductible": {
"@id": "s4i:Deductible"
},
"Insured": {
"@id": "s4i:Insured",
"@type": "s4i:Thing"
Expand All @@ -32,13 +39,6 @@
"@id": "s4i:License",
"@type": "s4i:DigitalDocument"
},
"OrderForm": {
"@id": "s4i:OrderForm",
"@type": "@vocab",
"@context": {
"@vocab": "s4i:EnumOrderFormCode#"
}
},
"ProvisionalCover": {
"@id": "s4i:ProvisionalCover",
"@type": "s4i:Order"
Expand Down Expand Up @@ -70,7 +70,6 @@
"http://schema4i.org/Coverage.jsonld",
"http://schema4i.org/CreativeWork.jsonld",
"http://schema4i.org/Thing.jsonld",
"http://schema4i.org/EnumOrderFormCode.jsonld",
"http://schema4i.org/EnumOrderStatusCode.jsonld",
{
"Status": {
Expand All @@ -80,11 +79,26 @@
"@vocab": "http://schema4i.org/EnumOrderStatusCode#"
}
}
},
{
"Deductible": {
"@id": "s4i:Deductible",
"@type": "s4i:StructuredValue"
}
}
],
"@type": "InsuranceProduct",
"Category": "RENTE",
"Description": "IDEAL UniversalLife - Hohe Sicherheit bei 3,3% Verzinsung",
"Deductible": [{
"@type": "MonetaryAmount",
"Value": 1000,
"Currency": "EUR"
},{
"@type": "QuantitativeValue",
"Value": 2,
"UnitCode": "P1"
}],
"Identifier": "1047.IUL.Selbststaendige",
"Logo": "https://www.ideal-versicherung.de/templates/masterbootstrap/images/elements/IDEAL-Logo.svg",
"Name": "Rente für Selbstständige",
Expand Down Expand Up @@ -114,7 +128,13 @@
"Description": "Vertragsbedingungen",
"EncodingFormat": "application/pdf"
},
"OrderForm": "3",
"OrderForm": {
"@id": "s4i:OrderForm",
"@type": "@vocab",
"@context": {
"@vocab": "s4i:EnumOrderFormCode#"
}
},
"ProvisionalCover": {
"@type": "Order",
"OrderStatus": "C"
Expand All @@ -135,7 +155,8 @@
"http://schema4i.org/UnitPriceSpecification.jsonld",
"http://schema4i.org/PriceSpecification.jsonld",
"http://schema4i.org/Organization.jsonld",
"http://schema4i.org/Thing.jsonld"
"http://schema4i.org/Thing.jsonld",
"http://schema4i.org/EnumOrderFormCode.jsonld"
],
"@type": "InsuranceProduct",
"Category": "RENTE",
Expand All @@ -144,6 +165,7 @@
"Package": "Klassik Exklusiv",
"Logo": "https://www.ideal-versicherung.de/templates/masterbootstrap/images/elements/IDEAL-Logo.svg",
"Name": "Rente für Selbstständige",
"OrderForm": "3",
"Provider": {
"@type": "Organization",
"Identifier": "1047",
Expand Down

0 comments on commit dcbaa22

Please sign in to comment.