Thrivent Financial · JSON-LD Context

Thrivent Financial For Lutherans Context

JSON-LD context defining the semantic vocabulary for Thrivent Financial For Lutherans from Thrivent Financial.

20 Classes 21 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fibo: https://spec.edmcouncil.org/fibo/ontology/
xsd: http://www.w3.org/2001/XMLSchema#
rdfs: http://www.w3.org/2000/01/rdf-schema#
thrivent: https://www.thrivent.com/vocab#

Classes

name description url provider areaServed category legalName foundingDate headquarters nonprofitStatus Fortune500 MoneyCoaching DedicatedPlanningServices ManagedAccountsProgram TrustServices ThriventBank ThriventCharitable ThriventActionTeams ChoiceDollars DonorAdvisedFund

Properties

Property Type Container
FinancialAdvisoryService
InsuranceProduct
InvestmentProduct
BankingProduct
CharitableProgram
annualFeeMin decimal
annualFeeMax decimal
minimumInvestment decimal
feeRangeMin decimal
feeRangeMax decimal
assetsUnderManagement decimal
memberCount integer
employeeCount integer
isMemberOnly boolean
isFeeBased boolean
requiresMinimumInvestment boolean
planningServices list
insuranceProducts list
investmentProducts list
bankingProducts list
generosityPrograms list

JSON-LD Document

thrivent-financial-for-lutherans-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://www.thrivent.com/vocab#",
    "schema": "https://schema.org/",
    "fibo": "https://spec.edmcouncil.org/fibo/ontology/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "thrivent": "https://www.thrivent.com/vocab#",

    "FinancialAdvisoryService": {
      "@id": "schema:FinancialService",
      "rdfs:comment": "A financial advisory or planning service offered by Thrivent"
    },
    "InsuranceProduct": {
      "@id": "schema:InsuranceAgency",
      "rdfs:comment": "An insurance product offered by Thrivent"
    },
    "InvestmentProduct": {
      "@id": "schema:InvestmentOrDeposit",
      "rdfs:comment": "An investment product managed or offered by Thrivent"
    },
    "BankingProduct": {
      "@id": "schema:BankAccount",
      "rdfs:comment": "A banking product offered through Thrivent Bank"
    },
    "CharitableProgram": {
      "@id": "schema:DonateAction",
      "rdfs:comment": "A Thrivent charitable giving or generosity program"
    },

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "provider": "schema:provider",
    "areaServed": "schema:areaServed",
    "category": "schema:category",

    "annualFeeMin": {
      "@id": "thrivent:annualFeeMin",
      "@type": "xsd:decimal"
    },
    "annualFeeMax": {
      "@id": "thrivent:annualFeeMax",
      "@type": "xsd:decimal"
    },
    "minimumInvestment": {
      "@id": "thrivent:minimumInvestment",
      "@type": "xsd:decimal"
    },
    "feeRangeMin": {
      "@id": "thrivent:feeRangeMin",
      "@type": "xsd:decimal"
    },
    "feeRangeMax": {
      "@id": "thrivent:feeRangeMax",
      "@type": "xsd:decimal"
    },
    "assetsUnderManagement": {
      "@id": "thrivent:assetsUnderManagement",
      "@type": "xsd:decimal"
    },
    "memberCount": {
      "@id": "thrivent:memberCount",
      "@type": "xsd:integer"
    },
    "employeeCount": {
      "@id": "thrivent:employeeCount",
      "@type": "xsd:integer"
    },

    "isMemberOnly": {
      "@id": "thrivent:isMemberOnly",
      "@type": "xsd:boolean"
    },
    "isFeeBased": {
      "@id": "thrivent:isFeeBased",
      "@type": "xsd:boolean"
    },
    "requiresMinimumInvestment": {
      "@id": "thrivent:requiresMinimumInvestment",
      "@type": "xsd:boolean"
    },

    "planningServices": {
      "@id": "thrivent:hasPlanningServices",
      "@container": "@list"
    },
    "insuranceProducts": {
      "@id": "thrivent:hasInsuranceProducts",
      "@container": "@list"
    },
    "investmentProducts": {
      "@id": "thrivent:hasInvestmentProducts",
      "@container": "@list"
    },
    "bankingProducts": {
      "@id": "thrivent:hasBankingProducts",
      "@container": "@list"
    },
    "generosityPrograms": {
      "@id": "thrivent:hasGenerosityPrograms",
      "@container": "@list"
    },

    "legalName": "schema:legalName",
    "foundingDate": "schema:foundingDate",
    "headquarters": "schema:location",
    "nonprofitStatus": "schema:nonprofitStatus",
    "Fortune500": "schema:award",

    "MoneyCoaching": "thrivent:ServiceMoneyCoaching",
    "DedicatedPlanningServices": "thrivent:ServiceDedicatedPlanning",
    "ManagedAccountsProgram": "thrivent:ServiceManagedAccounts",
    "TrustServices": "thrivent:ServiceTrust",
    "ThriventBank": "thrivent:EntityThriventBank",
    "ThriventCharitable": "thrivent:EntityThriventCharitable",
    "ThriventActionTeams": "thrivent:ProgramActionTeams",
    "ChoiceDollars": "thrivent:BenefitChoiceDollars",
    "DonorAdvisedFund": "thrivent:ProductDonorAdvisedFund"
  }
}