{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A type of Bank Account with a main purpose of depositing funds to gain interest or other benefits.",
"rdfs:label" : "DepositAccount",
"rdfs:subClassOf" : [
"schema:InvestmentOrDeposit",
"schema:BankAccount"
],
"schema:contributor" : "collab:FIBO"
},
"properties" : {}
}