@prefix fdic:     <https://example.org/fdic#> .
@prefix fibo-fse: <https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/FinancialServicesEntities/> .
@prefix fibo-us:  <https://spec.edmcouncil.org/fibo/ontology/FBC/FunctionalEntities/NorthAmericanEntities/USFinancialServicesEntities/> .
@prefix geo:      <http://www.opengis.net/ont/geosparql#> .
@prefix gn:       <http://www.geonames.org/ontology#> .
@prefix skos:     <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd:      <http://www.w3.org/2001/XMLSchema#> .
@prefix owl:      <http://www.w3.org/2002/07/owl#> .
@prefix rdfs:     <http://www.w3.org/2000/01/rdf-schema#> .

###############################################################################
# 1. INSTITUTION AND BRANCH STRUCTURE
###############################################################################

fdic:Institution a owl:Class ;
    rdfs:label    "FDIC-covered Institution"@en ;
    rdfs:subClassOf fibo-fse:FinancialInstitution .

fdic:institutionName a owl:DatatypeProperty ;
    rdfs:domain  fdic:Institution ;
    rdfs:range   xsd:string ;
    rdfs:label   "Institution Name"@en ;
    skos:altLabel "NAME" .

fdic:BankBranch a owl:Class ;
    rdfs:label    "Bank Branch"@en ;
    rdfs:comment  "A branch location (office, LPO, etc.) of an FDIC institution."@en .

fdic:branchOfficeName a owl:DatatypeProperty ;
    rdfs:domain  fdic:BankBranch ;
    rdfs:range   xsd:string ;
    rdfs:label   "Branch Office Name"@en ;
    skos:altLabel "OFFNAME" .

fdic:NationalBank             a owl:Class ; rdfs:subClassOf fibo-us:USCharteredBank .
fdic:StateCharteredBank       a owl:Class ; rdfs:subClassOf fibo-us:USCharteredBank .
fdic:FederalSavingsBank       a owl:Class ; rdfs:subClassOf fibo-us:USCharteredBank .
fdic:StateSavingsBank         a owl:Class ; rdfs:subClassOf fibo-us:USCharteredBank .
fdic:StateSavingsAndLoan      a owl:Class ; rdfs:subClassOf fibo-us:USCharteredBank .
fdic:InsuredForeignBranchBank a owl:Class ; rdfs:subClassOf fibo-us:InsuredUSBranchOfForeignCharteredInstitution .

###############################################################################
# 2. LOCATION MODEL
###############################################################################

fdic:Location            a owl:Class ; rdfs:label "Location"@en .
fdic:GeographicPlace     a owl:Class ; rdfs:subClassOf fdic:Location , gn:Feature ;
                                         rdfs:label "Geographic Place"@en .
fdic:GeographicAddress   a owl:Class ; rdfs:subClassOf fdic:GeographicPlace ;
                                         rdfs:label "Geographic Address"@en .
fdic:GeographicLocation  a owl:Class ; rdfs:subClassOf fdic:Location , geo:Feature ;
                                         rdfs:label "Geographic Location (Coordinates)"@en .

fdic:hasBranch            a owl:ObjectProperty ; rdfs:domain fdic:Institution ;
                          rdfs:range fdic:BankBranch ; rdfs:label "has branch"@en .
fdic:branchOf             a owl:ObjectProperty ; owl:inverseOf fdic:hasBranch ;
                          rdfs:domain fdic:BankBranch ; rdfs:range fdic:Institution ;
                          rdfs:label "branch of institution"@en .

fdic:hasGeographicPlace    a owl:ObjectProperty ; rdfs:domain fdic:BankBranch ;
                           rdfs:range fdic:GeographicPlace .
fdic:hasGeographicAddress  a owl:ObjectProperty ; rdfs:subPropertyOf fdic:hasGeographicPlace ;
                           rdfs:domain fdic:BankBranch ; rdfs:range fdic:GeographicAddress .
fdic:hasGeographicLocation a owl:ObjectProperty ; rdfs:subPropertyOf fdic:hasGeographicPlace ;
                           rdfs:domain fdic:BankBranch ; rdfs:range fdic:GeographicLocation .

###############################################################################
# 3. ADDRESS AND COORDINATES  – (unchanged columns w/ altLabels)
###############################################################################

fdic:streetLine1    a owl:DatatypeProperty ; rdfs:domain fdic:GeographicAddress ; rdfs:range xsd:string ;
                    skos:altLabel "ADDRESS" .
fdic:streetLine2    a owl:DatatypeProperty ; rdfs:domain fdic:GeographicAddress ; rdfs:range xsd:string ;
                    skos:altLabel "ADDRESS2" .
fdic:cityName       a owl:DatatypeProperty ; rdfs:domain fdic:GeographicAddress ; rdfs:range xsd:string ;
                    skos:altLabel "CITY" .
fdic:countyName     a owl:DatatypeProperty ; rdfs:domain fdic:GeographicAddress ; rdfs:range xsd:string ;
                    skos:altLabel "COUNTY" .
fdic:stateCode      a owl:DatatypeProperty ; rdfs:domain fdic:GeographicAddress ; rdfs:range xsd:string ;
                    skos:altLabel "STALP" .
fdic:stateName      a owl:DatatypeProperty ; rdfs:domain fdic:GeographicAddress ; rdfs:range xsd:string ;
                    skos:altLabel "STNAME" .
fdic:zipCode        a owl:DatatypeProperty ; rdfs:domain fdic:GeographicAddress ; rdfs:range xsd:string ;
                    skos:altLabel "ZIP" .
fdic:fipsCountyCode a owl:DatatypeProperty ; rdfs:domain fdic:GeographicAddress ; rdfs:range xsd:string ;
                    skos:altLabel "STCNTY" .

fdic:latitude   a owl:DatatypeProperty ; rdfs:domain fdic:GeographicLocation ; rdfs:range xsd:decimal ;
                skos:altLabel "LATITUDE" .
fdic:longitude  a owl:DatatypeProperty ; rdfs:domain fdic:GeographicLocation ; rdfs:range xsd:decimal ;
                skos:altLabel "LONGITUDE" .

###############################################################################
# 4. CBSA / CSA  – (unchanged section)
###############################################################################
fdic:CBSA_Scheme a skos:ConceptScheme ; skos:prefLabel "CBSA Codes (OMB)"@en .
fdic:CSA_Scheme  a skos:ConceptScheme ; skos:prefLabel "CSA Codes (OMB)"@en .

fdic:CBSA a skos:Concept ; skos:inScheme fdic:CBSA_Scheme ; skos:prefLabel "Core-Based Statistical Area"@en .
fdic:CSA  a skos:Concept ; skos:inScheme fdic:CSA_Scheme ; skos:prefLabel "Combined Statistical Area"@en .

fdic:inCBSA a owl:ObjectProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range fdic:CBSA .
fdic:inCSA  a owl:ObjectProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range fdic:CSA .

fdic:cbsaCode        a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:string ; skos:altLabel "CBSA_NO" .
fdic:cbsaTitle       a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:string ; skos:altLabel "CBSA" .
fdic:cbsaMetroCode   a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:string ; skos:altLabel "CBSA_METRO" .
fdic:cbsaMetroTitle   a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:string ; skos:altLabel "CBSA_METRO_NAME" .
fdic:cbsaMetroFlag   a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:boolean ; skos:altLabel "CBSA_METRO_FLG" .
fdic:cbsaMicroFlag   a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:boolean ; skos:altLabel "CBSA_MICRO_FLG" .
fdic:cbsaDivTitle     a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:string ; skos:altLabel "CBSA_DIV" .
fdic:cbsaDivFlag     a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:boolean ; skos:altLabel "CBSA_DIV_FLG" .
fdic:cbsaDivCode   a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:string ; skos:altLabel "CBSA_DIV_NO" .
fdic:csaCode         a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:string ; skos:altLabel "CSA_NO" .
fdic:csaFlag         a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:boolean ; skos:altLabel "CSA_FLG" .
fdic:csaTitle         a owl:DatatypeProperty ; rdfs:domain fdic:GeographicPlace ; rdfs:range xsd:string ; skos:altLabel "CSA" .

###############################################################################
# CBSA Type Classification – Metropolitan vs. Micropolitan
###############################################################################

fdic:CBSATypeScheme a skos:ConceptScheme ;
    skos:prefLabel "CBSA Classification Type Scheme"@en ;
    skos:notation "cbsa_type" .

fdic:MetropolitanArea a skos:Concept ;
    skos:inScheme fdic:CBSATypeScheme ;
    skos:prefLabel "Metropolitan Statistical Area"@en ;
    skos:notation "METRO" .

fdic:MicropolitanArea a skos:Concept ;
    skos:inScheme fdic:CBSATypeScheme ;
    skos:prefLabel "Micropolitan Statistical Area"@en ;
    skos:notation "MICRO" .

fdic:cbsaType a owl:ObjectProperty ;
    rdfs:label "CBSA Type Classification"@en ;
    rdfs:domain fdic:GeographicPlace ;
    rdfs:range skos:Concept ;
    rdfs:comment "Metropolitan or Micropolitan classification of the Core-Based Statistical Area (CBSA) as defined by the U.S. Office of Management and Budget (OMB)."@en .

###############################################################################
# 5. CONTROLLED VOCABS – BKCLASS
###############################################################################
fdic:BKClassScheme a skos:ConceptScheme ; skos:prefLabel "FDIC BKCLASS Scheme"@en .

fdic:SM a skos:Concept ; skos:notation "SM" ; skos:prefLabel "State Member Bank"@en ; skos:exactMatch fdic:StateCharteredBank .
fdic:NM a skos:Concept ; skos:notation "NM" ; skos:prefLabel "State Non-Member Bank"@en ; skos:exactMatch fdic:StateCharteredBank .
fdic:SI a skos:Concept ; skos:notation "SI" ; skos:prefLabel "State Savings Bank"@en ; skos:exactMatch fdic:StateSavingsBank .
fdic:SL a skos:Concept ; skos:notation "SL" ; skos:prefLabel "State S&L Association"@en ; skos:exactMatch fdic:StateSavingsAndLoan .
fdic:N  a skos:Concept ; skos:notation "N"  ; skos:prefLabel "National Bank"@en ; skos:exactMatch fdic:NationalBank .
fdic:SB a skos:Concept ; skos:notation "SB" ; skos:prefLabel "Federal Savings Bank"@en ; skos:exactMatch fdic:FederalSavingsBank .
fdic:OI a skos:Concept ; skos:notation "OI" ; skos:prefLabel "Insured US Branch of Foreign Bank"@en ; skos:exactMatch fdic:InsuredForeignBranchBank .

fdic:hasBKClass a owl:ObjectProperty ;
    rdfs:domain fdic:Institution ;
    rdfs:range skos:Concept ;
    rdfs:label "has BKCLASS classification"@en ;
    skos:altLabel "BKCLASS" ;
    rdfs:comment "Links an FDIC Institution to its BKCLASS code, which classifies its charter type and regulator."@en .


###############################################################################
# 5b. CONTROLLED VOCABS – SERVICE TYPE (NEW, user's list)
###############################################################################

fdic:ServiceTypeScheme a skos:ConceptScheme ;
    skos:prefLabel "FDIC Branch Service-Type Scheme"@en .

# -- Full & Limited Service concepts (codes 11-13, 21-30, 99) --
fdic:11 a skos:Concept ; skos:notation "11" ; skos:prefLabel "FULL SERVICE - BRICK AND MORTAR"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:12 a skos:Concept ; skos:notation "12" ; skos:prefLabel "FULL SERVICE - RETAIL"@en            ; skos:inScheme fdic:ServiceTypeScheme .
fdic:13 a skos:Concept ; skos:notation "13" ; skos:prefLabel "FULL SERVICE - HOME BANKING"@en      ; skos:inScheme fdic:ServiceTypeScheme .
fdic:21 a skos:Concept ; skos:notation "21" ; skos:prefLabel "LIMITED SERVICE - ADMINISTRATIVE"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:22 a skos:Concept ; skos:notation "22" ; skos:prefLabel "LIMITED SERVICE - MILITARY FACILITY"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:23 a skos:Concept ; skos:notation "23" ; skos:prefLabel "LIMITED SERVICE - DRIVE THRU/DETACHED FACILITY"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:24 a skos:Concept ; skos:notation "24" ; skos:prefLabel "LIMITED SERVICE - LOAN PRODUCTION"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:25 a skos:Concept ; skos:notation "25" ; skos:prefLabel "LIMITED SERVICE - CONSUMER CREDIT"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:26 a skos:Concept ; skos:notation "26" ; skos:prefLabel "LIMITED SERVICE - CONTRACTUAL"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:27 a skos:Concept ; skos:notation "27" ; skos:prefLabel "LIMITED SERVICE - MESSENGER"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:28 a skos:Concept ; skos:notation "28" ; skos:prefLabel "LIMITED SERVICE - RETAIL"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:29 a skos:Concept ; skos:notation "29" ; skos:prefLabel "LIMITED SERVICE - MOBILE/SEASONAL"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:30 a skos:Concept ; skos:notation "30" ; skos:prefLabel "LIMITED SERVICE - TRUST"@en ; skos:inScheme fdic:ServiceTypeScheme .
fdic:99 a skos:Concept ; skos:notation "99" ; skos:prefLabel "LIMITED SERVICE - OTHER OFFICE/BRANCH"@en ; skos:inScheme fdic:ServiceTypeScheme .

fdic:hasServiceType a owl:ObjectProperty ;
    rdfs:domain fdic:BankBranch ;
    rdfs:range  skos:Concept ;
    rdfs:label "has Service Type"@en ;
    skos:altLabel "SERVTYPE" ;
    rdfs:comment "Associates a branch with its official FDIC service-type classification."@en .

###############################################################################
# 6. IDENTIFIERS, FLAGS, DATES
###############################################################################
fdic:fdicCertNumber     a owl:DatatypeProperty ; rdfs:domain fdic:Institution ; rdfs:range xsd:integer ; skos:altLabel "CERT" .
fdic:branchUNINUM       a owl:DatatypeProperty ; rdfs:domain fdic:BankBranch ; rdfs:range xsd:integer ; skos:altLabel "UNINUM" .
fdic:institutionUNINUM  a owl:DatatypeProperty ; rdfs:domain fdic:Institution ; rdfs:range xsd:integer ; skos:altLabel "FI_UNINUM" .
fdic:serviceTypeDesc    a owl:DatatypeProperty ; rdfs:domain fdic:BankBranch ; rdfs:range xsd:string ; skos:altLabel "SERVTYPE_DESC" .
fdic:mdiStatusCode      a owl:DatatypeProperty ; rdfs:domain fdic:Institution ; rdfs:range skos:Concept ; skos:altLabel "MDI_STATUS_CODE" .
fdic:mdiStatusDesc      a owl:DatatypeProperty ; rdfs:domain fdic:Institution ; rdfs:range xsd:string ; skos:altLabel "MDI_STATUS_DESC" .
fdic:acquisitionDate    a owl:DatatypeProperty ; rdfs:domain fdic:BankBranch ; rdfs:range xsd:date ; skos:altLabel "ACQDATE" .
fdic:establishedDate    a owl:DatatypeProperty ; rdfs:domain fdic:Institution, fdic:BankBranch ; rdfs:range xsd:date ; skos:altLabel "ESTYMD" .
fdic:runDate            a owl:DatatypeProperty ; rdfs:domain fdic:BankBranch ; rdfs:range xsd:date ; skos:altLabel "RUNDATE" .
fdic:mainOfficeFlag     a owl:DatatypeProperty ; rdfs:domain fdic:BankBranch ; rdfs:range xsd:boolean ; skos:altLabel "MAINOFF" .
fdic:branchOfficeNumber a owl:DatatypeProperty ; rdfs:domain fdic:BankBranch ; rdfs:range xsd:integer ; skos:altLabel "OFFNUM" .
fdic:objectID           a owl:DatatypeProperty ; rdfs:domain fdic:BankBranch ; rdfs:range xsd:string ; skos:altLabel "OBJECTID" .
fdic:recordID           a owl:DatatypeProperty ; rdfs:domain fdic:BankBranch ; rdfs:range xsd:string ; skos:altLabel "ID" .
fdic:xCoord             a owl:DatatypeProperty ; rdfs:domain fdic:GeographicLocation ; rdfs:range xsd:decimal ; skos:altLabel "X" .
fdic:yCoord             a owl:DatatypeProperty ; rdfs:domain fdic:GeographicLocation ; rdfs:range xsd:decimal ; skos:altLabel "Y" .
###############################################################################
# 7. DEFINITIONS
###############################################################################
fdic:latitude rdfs:label "Latitude"@en ; skos:definition "The Latitude of the physical address."@en .
fdic:longitude rdfs:label "Longitude"@en ; skos:definition "The Longitude of the physical address."@en .
fdic:acquisitionDate rdfs:label "Acquisition Date (Branch Office)"@en ; skos:definition "The date the reporting financial institution acquired the branch from another financial institution, typically through a branch purchase or merger."@en .
fdic:streetLine1 rdfs:label "Street Address Line 1"@en ; skos:definition "The street address at which an Institution or Branch Office is physically located."@en .
fdic:streetLine2 rdfs:label "Street Address Line 2"@en ; skos:definition "The street address line 2 in which an Institution or Branch Office is physically located."@en .
fdic:bkClassCode rdfs:label "Institution Class"@en ; skos:definition "A classification code assigned by the FDIC based on the Institution's Charter type (Commercial Bank or Savings Institution), Charter Agent (State or Federal), Federal Reserve Membership status (Fed Member, Fed Non-Member) and its primary Federal Regulator (State Chartered Institutions are subject to both Federal and State Supervision)."@en .
fdic:cbsaMetroName rdfs:label "Core Based Statistical Area Name"@en ; skos:definition "The name associated with the numeric code that the U.S. Census Bureau Office of Management and Budget assigns for the CBSA. The 2000 standards provide that each CBSA must contain at least one urban area of 10,000 or more population. Metropolitan and Micropolitan Statistical Areas are two categories of Core Based Statistical Areas. If an Institution is not defined as a CBSA, the value of the field will be zero."@en .
fdic:cbsaDivCode rdfs:label "Metropolitan Divisions Name"@en ; skos:definition "The name associated with the numeric code given by the US Census Bureau Office of Management and Budget (2000 standards) that represents the core based statistical division (CBSADIV). A Metropolitan Division is a county or group of counties within a core based statistical area that contains a core with a population of at least 2.5 million. A CBSA Metropolitan Division consists of one or more main/secondary counties that represent an employment center or centers, plus adjacent counties associated with the main county or counties through commuting ties. If an Institution is not defined as a CBSA division the value of the field will be zero."@en .
fdic:cbsaDivFlag rdfs:label "CBSA Division Flag"@en ; skos:definition "Indicates whether the CBSA is further subdivided into Metropolitan Divisions. Typically a binary flag: 1 for Yes (CBSA has divisions), 0 for No. Used in large CBSAs (population ≥ 2.5 million)."@en .
fdic:cbsaDivNumber rdfs:label "Metropolitan Divisions Number"@en ; skos:definition "The numeric code given by the US Census Bureau Office of Management and Budget that represents the Core Based Statistical Division (CBSADIV) under the Year 2000 standards. A Metropolitan Division is a county or group of counties within a core based statistical area that contains a core with a population of at least 2.5 million. A CBSA Metropolitan Division consists of one or more main/secondary counties that represent an employment center or centers, plus adjacent counties associated with the main county or counties through commuting ties. If an institution is not defined as a CBSA division the value of the field will be zero."@en .
fdic:cbsaCode rdfs:label "Metropolitan Division Number"@en ; skos:definition "The numeric code for the new Metropolitan Statistical Areas (MSAs) are based on the 2000 Census. These areas correspond to the State / County / CBSA relationships as defined by the Census Bureau. The new MSAs reflect only the CBSA names and codes for Metropolitan Areas (CBSA_METRO). Micropolitan Areas and Metropolitan Divisions are excluded for publication purposes."@en .
fdic:cbsaMetroFlag rdfs:label "Metropolitan Division Flag"@en ; skos:definition "A flag used to indicate whether an Institution is in a Metropolitan Statistical Area. The US Census Bureau Office of Management and Budget defines the Metropolitan Statistical Area. A Core Based Statistical Area associated with at least one urbanized area that has a population of at least 50,000. The Metropolitan Statistical Area comprises the central county or counties containing the core, plus adjacent outlying counties having a high degree of social and economic integration with the central county as measured through commuting. 0 = Institution is NOT in a Metropolitan Statistical Area; 1 = Institution is in a Metropolitan Statistical Area"@en .
fdic:cbsaMetroName rdfs:label "Metropolitan Division Name"@en ; skos:definition "The new Metropolitan Statistical Areas (MSAs) are based on the 2000 Census. These areas correspond to the State / County / CBSA relationships as defined by the Census Bureau. The new MSAs reflect only the CBSA names and codes for Metropolitan Areas (CBSA_METRO_NAME). Micropolitan Areas and Metropolitan Divisions are excluded for publication purposes."@en .
fdic:cbsaMicroFlag rdfs:label "Micropolitan Division Flag"@en ; skos:definition "A flag (1=Yes, 0=No) used to indicate whether a branch is in a Metropolitan Statistical Area as defined by the US Census Bureau Office of Management and Budget."@en .
fdic:cbsaCode rdfs:label "Core Based Statistical Areas"@en ; skos:definition "Numeric Code of the Core Based Statistical Area (CBSA) as defined by the US Census Bureau Office of Management and Budget."@en .
fdic:fdicCertNumber rdfs:label "FDIC Certificate #"@en ; skos:definition "A unique number assigned by the FDIC used to identify Institutions and for the issuance of Insurance Certificates."@en .
fdic:cityName rdfs:label "City"@en ; skos:definition "City in which an Institution's headquarters or one of its branches is physically located. Either the entire name or part of the name of a specific city may be entered to produce an Institution list."@en .
fdic:countyName rdfs:label "County"@en ; skos:definition "County where the Institution is physically located (abbreviated if the county name exceeds 16 characters)."@en .
fdic:csaName rdfs:label "Combined Statistical Area Name"@en ; skos:definition "U.S. Census Bureau Office of Management and Budget defines the Combined Statistical Area (CSA). A Geographic Entity consisting of two or more adjacent Core Based Statistical Areas (CBSAs) with employment interchange measures of at least 15. Pairs of CBSAS with employment interchange measures of at least 25 combine automatically. Pairs of CBSAS with employment interchange measures of at least 15, but less than 25, may combine if local option in both areas favor combination."@en .
fdic:csaFlag rdfs:label "CSA Area Flag"@en ; skos:definition "A flag (1=Yes, 0=No) used to indicate whether an Institution is in a Combined Statistical Area."@en .
fdic:csaCode rdfs:label "Combined Statistical Area Number"@en ; skos:definition "Numeric Code of the Combined Statistical Area (CSA) as defined by the US Census Bureau Office of Management and Budget."@en .
fdic:establishedDate rdfs:label "Established Date"@en ; skos:definition "The date on which the Institution or Branch began operations."@en .
fdic:institutionUNINUM rdfs:label "Bank’s Unique FDIC Number"@en ; skos:definition "A unique identification number assigned to a Bank or Savings Institution by the FDIC in order to identify and track. The UNINUM for the Headquarters branch is the same as the UNINUM for the entire Bank or Savings Institution."@en .
fdic:branchUNINUM rdfs:label "Bank’s Unique FDIC Number (Branch)"@en ; skos:definition "A unique identification number assigned to a Bank or Savings Institution by the FDIC in order to identify and track. The UNINUM for the Headquarters branch is the same as the UNINUM for the entire Bank or Savings Institution."@en .
fdic:latitude rdfs:label "Latitude"@en ; skos:definition "The Latitude of the physical address."@en .
fdic:longitude rdfs:label "Longitude"@en ; skos:definition "The Longitude of the physical address."@en .
fdic:mainOfficeFlag rdfs:label "Main Office Designation Flag"@en ; skos:definition "Main office / branch identifier;  Main Office = 1, Branch = 0"@en .
fdic:mdiStatusCode rdfs:label "Minority Status Code"@en ; skos:definition "A numeric flag used to indicate whether an Institution is primarily a Minority Owned Institution."@en .
fdic:mdiStatusDesc rdfs:label "Minority Status Description"@en ; skos:definition "A descriptive flag used to indicate type of Minority Owned Institution."@en .
skos:altLabel rdfs:label "Institution Name"@en ; skos:definition "The legal title or name of the Institution."@en .
skos:altLabel rdfs:label "Branch Office Name"@en ; skos:definition "Branch office name."@en .
fdic:branchOfficeNumber rdfs:label "Branch Number"@en ; skos:definition "An institution's branch office number used internally by FDIC."@en .
fdic:runDate rdfs:label "Run Date"@en ; skos:definition "The day the Institution information was updated."@en .
fdic:serviceTypeCode rdfs:label "Service Type"@en ; skos:definition "Code that defines the Type of Service the Branch Office provides."@en .
fdic:serviceTypeDesc rdfs:label "Service Type Description"@en ; skos:definition "Type of Service the Branch Office provides"@en .
fdic:stateCode rdfs:label "State Code"@en ; skos:definition "The state abbreviation of the location of the Institution's main office."@en .
fdic:fipsCountyCode rdfs:label "State and County Number"@en ; skos:definition "A five digit number representing the state and county in which the Institution is physically located. The first two digits represent the FIPS State numeric code and the last three digits represent the FIPS County numeric code."@en .
fdic:stateName rdfs:label "State Name"@en ; skos:definition "State in which the Institution or Branch is physically located. The FDIC Act defines State as any state of the United States, the District of Columbia, and any territory of the United States, Puerto Rico, Guam, American Samoa, the Trust Territory of the Pacific Islands, the Virgin Island, and the Northern Mariana Islands."@en .
fdic:branchUNINUM rdfs:label "Bank’s Unique FDIC Number (Branch)"@en ; skos:definition "A unique identification number assigned to a Bank or Savings Institution by the FDIC in order to identify and track. The UNINUM for the Headquarters branch is the same as the UNINUM for the entire Bank or Savings Institution."@en .
fdic:zipCode rdfs:label "Zip Code"@en ; skos:definition "The ZIP Code associated with the physical address of the Institution's headquarters."@en .

###############################################################################
# End of fdic.ttl
###############################################################################
