duck-creek · JSON-LD Context

Duck Creek Context

JSON-LD context defining the semantic vocabulary for Duck Creek from duck-creek.

4 Classes 26 Properties 4 Namespaces
View Context View on GitHub

Namespaces

dc: https://api.duckcreek.com/v1/schemas/
schema: https://schema.org/
rdfs: http://www.w3.org/2000/01/rdf-schema#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

policyId name phone email

Properties

Property Type Container
Policy schema:InsurancePolicy
Claim schema:Claim
BillingAccount schema:Invoice
Insured schema:Person
Coverage
policyNumber
status
productCode
lineOfBusiness
effectiveDate date
expirationDate date
insured
coverages set
totalPremium decimal
writingCompany schema:Organization
agentCode
dateOfBirth date
address schema:PostalAddress
lossDate date
claimNumber
coverageCode
limit decimal
deductible decimal
premium decimal
createdAt dateTime
updatedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "dc": "https://api.duckcreek.com/v1/schemas/",
    "schema": "https://schema.org/",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Policy": {
      "@id": "dc:Policy",
      "@type": "schema:InsurancePolicy"
    },
    "Claim": {
      "@id": "dc:Claim",
      "@type": "schema:Claim"
    },
    "BillingAccount": {
      "@id": "dc:BillingAccount",
      "@type": "schema:Invoice"
    },
    "Insured": {
      "@id": "dc:Insured",
      "@type": "schema:Person"
    },
    "Coverage": {
      "@id": "dc:Coverage"
    },

    "policyId": "@id",
    "policyNumber": {
      "@id": "schema:identifier"
    },
    "status": {
      "@id": "schema:eventStatus"
    },
    "productCode": {
      "@id": "schema:productID"
    },
    "lineOfBusiness": {
      "@id": "schema:category"
    },
    "effectiveDate": {
      "@id": "schema:validFrom",
      "@type": "xsd:date"
    },
    "expirationDate": {
      "@id": "schema:validThrough",
      "@type": "xsd:date"
    },
    "insured": {
      "@id": "schema:insuredParty"
    },
    "coverages": {
      "@id": "dc:hasCoverage",
      "@container": "@set"
    },
    "totalPremium": {
      "@id": "schema:price",
      "@type": "xsd:decimal"
    },
    "writingCompany": {
      "@id": "schema:provider",
      "@type": "schema:Organization"
    },
    "agentCode": {
      "@id": "schema:agent"
    },
    "name": "schema:name",
    "dateOfBirth": {
      "@id": "schema:birthDate",
      "@type": "xsd:date"
    },
    "address": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    },
    "phone": "schema:telephone",
    "email": "schema:email",
    "lossDate": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "claimNumber": {
      "@id": "schema:identifier"
    },
    "coverageCode": {
      "@id": "schema:productID"
    },
    "limit": {
      "@id": "schema:maxValue",
      "@type": "xsd:decimal"
    },
    "deductible": {
      "@id": "dc:deductibleAmount",
      "@type": "xsd:decimal"
    },
    "premium": {
      "@id": "schema:price",
      "@type": "xsd:decimal"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}