Aig Context
JSON-LD context defining the semantic vocabulary for Aig from AIG.
4 Classes
17 Properties
4 Namespaces
Namespaces
aig:
https://aig.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
InsurancePolicy
InsuranceClaim
RiskProfile
CyberRiskProfile
Properties
| Property |
Type |
Container |
| policyNumber |
string |
|
| policyType |
string |
|
| insuredName |
string |
|
| effectiveDate |
date |
|
| expirationDate |
date |
|
| premium |
decimal |
|
| coverageLimit |
decimal |
|
| deductible |
decimal |
|
| claimNumber |
string |
|
| lossDate |
date |
|
| lossAmount |
decimal |
|
| claimStatus |
string |
|
| naicsCode |
string |
|
| annualRevenue |
decimal |
|
| employeeCount |
integer |
|
| mfaEnabled |
boolean |
|
| incidentResponsePlan |
boolean |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"aig": "https://aig.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"InsurancePolicy": "aig:InsurancePolicy",
"InsuranceClaim": "aig:InsuranceClaim",
"RiskProfile": "aig:RiskProfile",
"CyberRiskProfile": "aig:CyberRiskProfile",
"policyNumber": {
"@id": "aig:policy_number",
"@type": "xsd:string"
},
"policyType": {
"@id": "aig:policy_type",
"@type": "xsd:string"
},
"insuredName": {
"@id": "aig:insured_name",
"@type": "xsd:string"
},
"effectiveDate": {
"@id": "aig:effective_date",
"@type": "xsd:date"
},
"expirationDate": {
"@id": "aig:expiration_date",
"@type": "xsd:date"
},
"premium": {
"@id": "aig:premium",
"@type": "xsd:decimal"
},
"coverageLimit": {
"@id": "aig:coverage_limit",
"@type": "xsd:decimal"
},
"deductible": {
"@id": "aig:deductible",
"@type": "xsd:decimal"
},
"claimNumber": {
"@id": "aig:claim_number",
"@type": "xsd:string"
},
"lossDate": {
"@id": "aig:loss_date",
"@type": "xsd:date"
},
"lossAmount": {
"@id": "aig:loss_amount",
"@type": "xsd:decimal"
},
"claimStatus": {
"@id": "aig:claim_status",
"@type": "xsd:string"
},
"naicsCode": {
"@id": "aig:naics_code",
"@type": "xsd:string"
},
"annualRevenue": {
"@id": "aig:annual_revenue",
"@type": "xsd:decimal"
},
"employeeCount": {
"@id": "aig:employee_count",
"@type": "xsd:integer"
},
"mfaEnabled": {
"@id": "aig:mfa_enabled",
"@type": "xsd:boolean"
},
"incidentResponsePlan": {
"@id": "aig:incident_response_plan",
"@type": "xsd:boolean"
}
}
}