{
 "@context": [
  "https://raw.githubusercontent.com/CLARIAH/COW/master/csvw.json",
  {
   "@language": "en",
   "@base": "https://example.com/id/"
  },
  {
   "aat": "http://vocab.getty.edu/aat/",
   "bibo": "http://purl.org/ontology/bibo/",
   "bio": "http://purl.org/vocab/bio/0.1/",
   "cidoc": "http://www.cidoc-crm.org/cidoc-crm/",
   "civ": "https://iisg.amsterdam/id/civ/",
   "csvw": "http://www.w3.org/ns/csvw#",
   "dbo": "http://dbpedia.org/ontology/",
   "dc": "http://purl.org/dc/terms/",
   "dc11": "http://purl.org/dc/elements/1.1/",
   "dcterms": "http://purl.org/dc/terms/",
   "ecpo": "http://purl.org/ontology/ecpo#",
   "foaf": "http://xmlns.com/foaf/0.1/",
   "frbr": "http://purl.org/spar/frbr/core#",
   "geo": "http://www.opengis.net/ont/geosparql#",
   "geonames": "http://www.geonames.org/ontology#",
   "gvp": "http://vocab.getty.edu/ontology#",
   "juso": "http://http://rdfs.co/juso/",
   "lemon": "http://lemon-model.net/lemon#",
   "midi": "http://purl.org/midi-ld/midi#",
   "np": "http://www.nanopub.org/nschema#",
   "owl": "http://www.w3.org/2002/07/owl#",
   "periodo": "http://n2t.net/ark:/99152/p0v#",
   "pnv": "https://www.lodewijkpetram.nl/vocab/pnv/doc/",
   "prov": "http://www.w3.org/ns/prov#",
   "qb": "http://purl.org/linked-data/cube#",
   "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
   "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
   "schema": "http://schema.org/",
   "sdmx-concept": "http://purl.org/linked-data/sdmx/2009/concept#",
   "sdmx-dimension": "http://purl.org/linked-data/sdmx/2009/dimension#",
   "sdr": "https://example.com/id/",
   "sdv": "https://example.com/id/vocab/",
   "sem": "http://semanticweb.cs.vu.nl/2009/11/sem/",
   "skos": "http://www.w3.org/2004/02/skos/core#",
   "time": "http://www.w3.org/2006/time#",
   "ulan": "http://vocab.getty.edu/ulan/",
   "wgs84": "http://www.w3.org/2003/01/geo/wgs84_pos#",
   "xml": "http://www.w3.org/XML/1998/namespace/",
   "xsd": "http://www.w3.org/2001/XMLSchema#",
   "fibo-dt": "https://spec.edmcouncil.org/fibo/ontology/FND/DatesAndTimes/DateTime/",
   "fibo-fi": "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialInstitutions/",
"census": "https://www2.census.gov/programs-surveys/metro-micro/geographies/reference-files/2023/delineation-files/",
"fibo-fse": "https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/",
"fibo-fo": "https://spec.edmcouncil.org/fibo/ontology/FND/Organizations/FormalOrganizations/",
"fibo-rel": "https://spec.edmcouncil.org/fibo/ontology/FND/Relations/Relations/",
"fibo-adr": "https://spec.edmcouncil.org/fibo/ontology/FND/Places/Addresses/"

  }
 ],
 "tableSchema": {
  
  "aboutUrl": "#{OBJECTID}",
                "columns": [
                    {
                        "datatype": "decimal",
                        "propertyUrl": "wgs84:long",
                        "name": "X",
                        "titles": "X"
                    },
                    {
                        "datatype": "decimal",
                        "propertyUrl": "wgs84:lat",
                        "name": "Y",
                        "titles": "Y"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "dcterms:identifier",
                        "name": "OBJECTID",
                        "titles": "OBJECTID"
                    },
                    {
                        "datatype": "date",
                        "propertyUrl": "fibo-dt:hasAcquisitionDate",
                        "name": "ACQDATE",
                        "titles": "Acquisition Date"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "schema:streetAddress",
                        "name": "ADDRESS",
                        "titles": "Branch Address"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "schema:extendedAddress",
                        "name": "ADDRESS2",
                        "titles": "Street Address Line 2"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "fibo-fi:FinancialServiceProviderType",
                        "name": "BKCLASS",
                        "titles": "Institution Class"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "census:list1_2023.xlsx",
                        "name": "CBSA",
                        "titles": "Core Based Statistical Area Name (Branch)"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "census:list1_2023.xlsx",
                        "name": "CBSA_DIV",
                        "titles": "Metropolitan Divisions Name (Branch)"
                    },
                    {
                        "datatype": "boolean",
                        "propertyUrl": "#cbsaDivisionFlag",
                        "name": "CBSA_DIV_FLG",
                        "titles": "Metropolitan Divisions Flag (Branch)"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "census:list2_2023.xlsx",
                        "name": "CBSA_DIV_NO",
                        "titles": "Metropolitan Divisions Number (Branch)"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "census:list2_2023.xlsx",
                        "name": "CBSA_METRO",
                        "titles": "Metropolitan Division Number (Branch)"
                    },
                    {
                        "datatype": "boolean",
                        "propertyUrl": "#cbsaMetroFlag",
                        "name": "CBSA_METRO_FLG",
                        "titles": "Metropolitan Division Flag (Branch)"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "census:list2_2023.xlsx",
                        "name": "CBSA_METRO_NAME",
                        "titles": "Metropolitan Division Name (Branch)"
                    },
                    {
                        "datatype": "boolean",
                        "propertyUrl": "#cbsaMicroFlag",
                        "name": "CBSA_MICRO_FLG",
                        "titles": "Micropolitan Division Flag (Branch)"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "http://example.org/fdic#cbsaNumber",
                        "name": "CBSA_NO",
                        "titles": "Core Based Statistical Areas (Branch)"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "fibo-fse:FederalDepositInsuranceCorporationCertificateIdentifier",
                        "name": "CERT",
                        "titles": "Institution FDIC Certificate #"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "schema:addressLocality",
                        "name": "CITY",
                        "titles": "Branch City"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "schema:addressRegion",
                        "name": "COUNTY",
                        "titles": "Branch County"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "http://example.org/fdic#csa",
                        "name": "CSA",
                        "titles": "Combined Statistical Area Name (Branch)"
                    },
                    {
                        "datatype": "boolean",
                        "propertyUrl": "http://example.org/fdic#csaFlag",
                        "name": "CSA_FLG",
                        "titles": "Combined Statistical Area Flag (Branch)"
                    },
                    {
                        "datatype": "boolean",
                        "propertyUrl": "http://example.org/fdic#csaNumber",
                        "name": "CSA_NO",
                        "titles": "Combined Statistical Area Flag (Branch)"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "fibo-fo:hasDateOfInception",
                        "name": "ESTYMD",
                        "titles": "Branch Established Date"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "http://example.org/fdic#institutionUniqueNumber",
                        "name": "FI_UNINUM",
                        "titles": "FDIC UNINUM of the Owner Institution"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "fibo-rel:hasIdentifier",
                        "name": "ID",
                        "titles": "ID"
                    },
                    {
                        "datatype": "decimal",
                        "propertyUrl": "wgs84:lat",
                        "name": "LATITUDE",
                        "titles": "Latitude"
                    },
                    {
                        "datatype": "decimal",
                        "propertyUrl": "wgs84:long",
                        "name": "LONGITUDE",
                        "titles": "Longitude"
                    },
                    {
                        "datatype": "boolean",
                        "propertyUrl": "http://example.org/fdic#mainOfficeFlag",
                        "name": "MAINOFF",
                        "titles": "Main Office"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "http://example.org/fdic#mdiStatusCode",
                        "name": "MDI_STATUS_CODE",
                        "titles": "Minority Status Code"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "http://example.org/fdic#mdiStatusDescription",
                        "name": "MDI_STATUS_DESC",
                        "titles": "Minority Status Description"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "fibo-fi:FinancialInstitution",
                        "name": "NAME",
                        "titles": "Institution Name"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "http://example.org/fdic#officeName",
                        "name": "OFFNAME",
                        "titles": "Office Name"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "http://example.org/fdic#officeNumber",
                        "name": "OFFNUM",
                        "titles": "Branch Number"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "dcterms:modified",
                        "name": "RUNDATE",
                        "titles": "Run Date"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "fibo-fi:providesService",
                        "name": "SERVTYPE",
                        "titles": "Service Type Code"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "http://example.org/fdic#serviceTypeDescription",
                        "name": "SERVTYPE_DESC",
                        "titles": "Service Type Description"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "http://example.org/fdic#stateAbbreviation",
                        "name": "STALP",
                        "titles": "Branch State Abbreviation"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "fibo-adr:hasPostalCode",
                        "name": "STCNTY",
                        "titles": "State and County Number"
                    },
                    {
                        "datatype": "string",
                        "propertyUrl": "schema:addressRegion",
                        "name": "STNAME",
                        "titles": "Branch State"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "http://example.org/fdic#branchUniqueNumber",
                        "name": "UNINUM",
                        "titles": "Unique Identification Number for a Branch Office"
                    },
                    {
                        "datatype": "integer",
                        "propertyUrl": "schema:postalCode",
                        "name": "ZIP",
                        "titles": "Branch Zip Code"
                    }
                ],
                "primaryKey": [
                    "OBJECTID"
                ]
 },
 "url": "FDIC_Insured_Banks.csv",
 "dialect": {
  "delimiter": ",",
  "encoding": "UTF-8-SIG",
  "quoteChar": "\""
 },
 "dc:title": "FDIC_Insured_Banks.csv",
 "dcat:keyword": [],
 "dc:publisher": {
  "schema:name": "CLARIAH Structured Data Hub - Datalegend",
  "schema:url": {
   "@id": "http://datalegend.net"
  }
 },
 "dc:license": {
  "@id": "http://opendefinition.org/licenses/cc-by/"
 },
 "dc:modified": {
  "@value": "2025-06-30",
  "@type": "xsd:date"
 },
 "@id": "https://example.com/id/FDIC_Insured_Banks.csv"
}