@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix linkml: <https://w3id.org/linkml/> .
@prefix schema1: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix shex: <http://www.w3.org/ns/shex#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://example.com/fdicfields/fdic_insured_banks> a linkml:SchemaDefinition ;
    dcterms:license "https://creativecommons.org/publicdomain/zero/1.0/" ;
    sh:declare [ sh:namespace <http://example.com/fdic#> ;
            sh:prefix "fdic" ],
        [ sh:namespace <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
            sh:prefix "geo" ],
        [ sh:namespace <http://example.com/fdicfields/> ;
            sh:prefix "fdicfields" ],
        [ sh:namespace linkml: ;
            sh:prefix "linkml" ],
        [ sh:namespace schema1: ;
            sh:prefix "schema" ] ;
    linkml:classes <http://example.com/fdicfields/FDICBankAddress>,
        <http://example.com/fdicfields/FDICBankIdentifier>,
        <http://example.com/fdicfields/FDICBankLocation>,
        <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:default_prefix "fdicfields" ;
    linkml:default_range <http://example.com/fdicfields/string> ;
    linkml:generation_date "2025-06-30T20:46:42"^^xsd:dateTime ;
    linkml:id <https://example.com/fdic_insured_banks> ;
    linkml:imports linkml:types ;
    linkml:metamodel_version "1.7.0" ;
    linkml:slots <http://example.com/fdicfields/acquisitionDate>,
        <http://example.com/fdicfields/address>,
        <http://example.com/fdicfields/addressCountry>,
        <http://example.com/fdicfields/addressLine2>,
        <http://example.com/fdicfields/addressLocality>,
        <http://example.com/fdicfields/addressRegion>,
        <http://example.com/fdicfields/bankClassCode>,
        <http://example.com/fdicfields/branchName>,
        <http://example.com/fdicfields/branchNumber>,
        <http://example.com/fdicfields/cbsaCode>,
        <http://example.com/fdicfields/cbsaDivisionCode>,
        <http://example.com/fdicfields/cbsaDivisionFlag>,
        <http://example.com/fdicfields/cbsaDivisionName>,
        <http://example.com/fdicfields/cbsaMetroCode>,
        <http://example.com/fdicfields/cbsaMetroFlag>,
        <http://example.com/fdicfields/cbsaMetroName>,
        <http://example.com/fdicfields/cbsaMicroFlag>,
        <http://example.com/fdicfields/cbsaName>,
        <http://example.com/fdicfields/coordinateX>,
        <http://example.com/fdicfields/coordinateY>,
        <http://example.com/fdicfields/countyName>,
        <http://example.com/fdicfields/csaCode>,
        <http://example.com/fdicfields/csaFlag>,
        <http://example.com/fdicfields/csaName>,
        <http://example.com/fdicfields/establishmentDate>,
        <http://example.com/fdicfields/gisObjectID>,
        <http://example.com/fdicfields/identifiers>,
        <http://example.com/fdicfields/latitude>,
        <http://example.com/fdicfields/location>,
        <http://example.com/fdicfields/longitude>,
        <http://example.com/fdicfields/mdiStatusCode>,
        <http://example.com/fdicfields/mdiStatusDescription>,
        <http://example.com/fdicfields/postalCode>,
        <http://example.com/fdicfields/propertyID>,
        <http://example.com/fdicfields/serviceTypeCode>,
        <http://example.com/fdicfields/serviceTypeDescription>,
        <http://example.com/fdicfields/stateAbbreviation>,
        <http://example.com/fdicfields/stateCountyFIPS>,
        <http://example.com/fdicfields/stateName>,
        <http://example.com/fdicfields/streetAddress>,
        <http://example.com/fdicfields/uniqueBranchNumber>,
        <http://example.com/fdicfields/value> ;
    linkml:source_file "omg.yaml" ;
    linkml:source_file_date "2025-06-30T16:49:07"^^xsd:dateTime ;
    linkml:source_file_size 8235 ;
    linkml:types <http://example.com/fdicfields/boolean>,
        <http://example.com/fdicfields/curie>,
        <http://example.com/fdicfields/date>,
        <http://example.com/fdicfields/date_or_datetime>,
        <http://example.com/fdicfields/datetime>,
        <http://example.com/fdicfields/decimal>,
        <http://example.com/fdicfields/double>,
        <http://example.com/fdicfields/float>,
        <http://example.com/fdicfields/integer>,
        <http://example.com/fdicfields/jsonpath>,
        <http://example.com/fdicfields/jsonpointer>,
        <http://example.com/fdicfields/ncname>,
        <http://example.com/fdicfields/nodeidentifier>,
        <http://example.com/fdicfields/objectidentifier>,
        <http://example.com/fdicfields/sparqlpath>,
        <http://example.com/fdicfields/string>,
        <http://example.com/fdicfields/time>,
        <http://example.com/fdicfields/uri>,
        <http://example.com/fdicfields/uriorcurie> .

<http://example.com/fdicfields/boolean> a linkml:TypeDefinition ;
    skos:definition "A binary (true or false) value" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"boolean\"." ;
    skos:exactMatch schema1:Boolean ;
    skos:inScheme linkml:types ;
    linkml:base "Bool" ;
    linkml:definition_uri linkml:Boolean ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "bool" ;
    linkml:uri xsd:boolean .

<http://example.com/fdicfields/curie> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://www.w3.org/TR/curie/" ;
    skos:definition "a compact URI" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"curie\"." ;
    skos:inScheme linkml:types ;
    skos:note "in RDF serializations this MUST be expanded to a URI",
        "in non-RDF serializations MAY be serialized as the compact representation" ;
    linkml:base "Curie" ;
    linkml:definition_uri linkml:Curie ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:string .

<http://example.com/fdicfields/date_or_datetime> a linkml:TypeDefinition ;
    skos:definition "Either a date or a datetime" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"date_or_datetime\"." ;
    skos:inScheme linkml:types ;
    linkml:base "str" ;
    linkml:definition_uri linkml:DateOrDatetime ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri linkml:DateOrDatetime .

<http://example.com/fdicfields/datetime> a linkml:TypeDefinition ;
    skos:definition "The combination of a date and time" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"datetime\"." ;
    skos:exactMatch schema1:DateTime ;
    skos:inScheme linkml:types ;
    linkml:base "XSDDateTime" ;
    linkml:definition_uri linkml:Datetime ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:dateTime .

<http://example.com/fdicfields/double> a linkml:TypeDefinition ;
    skos:closeMatch schema1:Float ;
    skos:definition "A real number that conforms to the xsd:double specification" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"double\"." ;
    skos:inScheme linkml:types ;
    linkml:base "float" ;
    linkml:definition_uri linkml:Double ;
    linkml:imported_from "linkml:types" ;
    linkml:uri xsd:double .

<http://example.com/fdicfields/float> a linkml:TypeDefinition ;
    skos:definition "A real number that conforms to the xsd:float specification" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"float\"." ;
    skos:exactMatch schema1:Float ;
    skos:inScheme linkml:types ;
    linkml:base "float" ;
    linkml:definition_uri linkml:Float ;
    linkml:imported_from "linkml:types" ;
    linkml:uri xsd:float .

<http://example.com/fdicfields/jsonpath> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://www.ietf.org/archive/id/draft-goessner-dispatch-jsonpath-00.html" ;
    skos:definition "A string encoding a JSON Path. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded in tree form." ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"jsonpath\"." ;
    skos:inScheme linkml:types ;
    linkml:base "str" ;
    linkml:definition_uri linkml:Jsonpath ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:string .

<http://example.com/fdicfields/jsonpointer> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://datatracker.ietf.org/doc/html/rfc6901" ;
    skos:definition "A string encoding a JSON Pointer. The value of the string MUST conform to JSON Point syntax and SHOULD dereference to a valid object within the current instance document when encoded in tree form." ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"jsonpointer\"." ;
    skos:inScheme linkml:types ;
    linkml:base "str" ;
    linkml:definition_uri linkml:Jsonpointer ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:string .

<http://example.com/fdicfields/ncname> a linkml:TypeDefinition ;
    skos:definition "Prefix part of CURIE" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"ncname\"." ;
    skos:inScheme linkml:types ;
    linkml:base "NCName" ;
    linkml:definition_uri linkml:Ncname ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:string .

<http://example.com/fdicfields/nodeidentifier> a linkml:TypeDefinition ;
    skos:definition "A URI, CURIE or BNODE that represents a node in a model." ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"nodeidentifier\"." ;
    skos:inScheme linkml:types ;
    linkml:base "NodeIdentifier" ;
    linkml:definition_uri linkml:Nodeidentifier ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri shex:nonLiteral .

<http://example.com/fdicfields/objectidentifier> a linkml:TypeDefinition ;
    skos:definition "A URI or CURIE that represents an object in the model." ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"objectidentifier\"." ;
    skos:inScheme linkml:types ;
    skos:note "Used for inheritance and type checking" ;
    linkml:base "ElementIdentifier" ;
    linkml:definition_uri linkml:Objectidentifier ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri shex:iri .

<http://example.com/fdicfields/sparqlpath> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://www.w3.org/TR/sparql11-query/#propertypaths" ;
    skos:definition "A string encoding a SPARQL Property Path. The value of the string MUST conform to SPARQL syntax and SHOULD dereference to zero or more valid objects within the current instance document when encoded as RDF." ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"sparqlpath\"." ;
    skos:inScheme linkml:types ;
    linkml:base "str" ;
    linkml:definition_uri linkml:Sparqlpath ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:string .

<http://example.com/fdicfields/time> a linkml:TypeDefinition ;
    skos:definition "A time object represents a (local) time of day, independent of any particular day" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"time\".",
        "URI is dateTime because OWL reasoners do not work with straight date or time" ;
    skos:exactMatch schema1:Time ;
    skos:inScheme linkml:types ;
    linkml:base "XSDTime" ;
    linkml:definition_uri linkml:Time ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:time .

<http://example.com/fdicfields/uri> a linkml:TypeDefinition ;
    dcterms:conformsTo "https://www.ietf.org/rfc/rfc3987.txt" ;
    skos:closeMatch schema1:URL ;
    skos:definition "a complete URI" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"uri\"." ;
    skos:inScheme linkml:types ;
    skos:note "in RDF serializations a slot with range of uri is treated as a literal or type xsd:anyURI unless it is an identifier or a reference to an identifier, in which case it is translated directly to a node" ;
    linkml:base "URI" ;
    linkml:definition_uri linkml:Uri ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:anyURI .

<http://example.com/fdicfields/uriorcurie> a linkml:TypeDefinition ;
    skos:definition "a URI or a CURIE" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"uriorcurie\"." ;
    skos:inScheme linkml:types ;
    linkml:base "URIorCURIE" ;
    linkml:definition_uri linkml:Uriorcurie ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:anyURI .

<http://example.com/fdicfields/acquisitionDate> a linkml:SlotDefinition ;
    skos:definition "Date of acquisition for the bank asset, facility, or branch." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:dateAcquired ;
    linkml:definition_uri <http://example.com/fdicfields/acquisitionDate> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/date> ;
    linkml:slot_uri schema1:dateAcquired .

<http://example.com/fdicfields/address> a linkml:SlotDefinition ;
    skos:definition "Structured postal address of the bank branch." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:address ;
    linkml:definition_uri <http://example.com/fdicfields/address> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:inlined true ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:slot_uri schema1:address .

<http://example.com/fdicfields/addressCountry> a linkml:SlotDefinition ;
    skos:definition "Country where the bank branch is located." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:addressCountry ;
    linkml:definition_uri <http://example.com/fdicfields/addressCountry> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:owner <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri schema1:addressCountry .

<http://example.com/fdicfields/addressLine2> a linkml:SlotDefinition ;
    skos:definition "Secondary address line providing additional address details." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#addressLine2> ;
    linkml:definition_uri <http://example.com/fdicfields/addressLine2> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#addressLine2> .

<http://example.com/fdicfields/addressLocality> a linkml:SlotDefinition ;
    skos:definition "City or locality where the bank branch is located." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:addressLocality ;
    linkml:definition_uri <http://example.com/fdicfields/addressLocality> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:owner <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri schema1:addressLocality .

<http://example.com/fdicfields/addressRegion> a linkml:SlotDefinition ;
    skos:definition "State or region where the bank branch is located." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:addressRegion ;
    linkml:definition_uri <http://example.com/fdicfields/addressRegion> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:owner <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri schema1:addressRegion .

<http://example.com/fdicfields/bankClassCode> a linkml:SlotDefinition ;
    skos:definition "FDIC Bank Class Code indicating the type of bank, e.g., NM for State Nonmember Bank." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#hasBankClassification> ;
    linkml:definition_uri <http://example.com/fdicfields/bankClassCode> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#hasBankClassification> .

<http://example.com/fdicfields/branchName> a linkml:SlotDefinition ;
    skos:definition "Name of the bank branch." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:name ;
    linkml:definition_uri <http://example.com/fdicfields/branchName> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri schema1:name .

<http://example.com/fdicfields/branchNumber> a linkml:SlotDefinition ;
    skos:definition "Numeric branch number identifying the branch within the institution." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#branchNumber> ;
    linkml:definition_uri <http://example.com/fdicfields/branchNumber> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#branchNumber> .

<http://example.com/fdicfields/cbsaCode> a linkml:SlotDefinition ;
    skos:definition "Numeric CBSA code for the area." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#cbsaCode> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaCode> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#cbsaCode> .

<http://example.com/fdicfields/cbsaDivisionCode> a linkml:SlotDefinition ;
    skos:definition "Numeric code of the CBSA division." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#cbsaDivisionCode> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaDivisionCode> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#cbsaDivisionCode> .

<http://example.com/fdicfields/cbsaDivisionFlag> a linkml:SlotDefinition ;
    skos:definition "Flag indicating whether a CBSA division is present (1) or not (0)." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#cbsaDivisionFlag> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaDivisionFlag> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/integer> ;
    linkml:slot_uri <http://example.com/fdic#cbsaDivisionFlag> .

<http://example.com/fdicfields/cbsaDivisionName> a linkml:SlotDefinition ;
    skos:definition "Name of the CBSA division for census region classification." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#cbsaDivisionName> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaDivisionName> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#cbsaDivisionName> .

<http://example.com/fdicfields/cbsaMetroCode> a linkml:SlotDefinition ;
    skos:definition "Code indicating the metro area within the CBSA classification." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#cbsaMetroCode> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaMetroCode> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#cbsaMetroCode> .

<http://example.com/fdicfields/cbsaMetroFlag> a linkml:SlotDefinition ;
    skos:definition "Flag indicating whether the metro area is present within CBSA (1) or not (0)." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#cbsaMetroFlag> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaMetroFlag> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/integer> ;
    linkml:slot_uri <http://example.com/fdic#cbsaMetroFlag> .

<http://example.com/fdicfields/cbsaMetroName> a linkml:SlotDefinition ;
    skos:definition "Name of the metro area within the CBSA." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#cbsaMetroName> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaMetroName> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#cbsaMetroName> .

<http://example.com/fdicfields/cbsaMicroFlag> a linkml:SlotDefinition ;
    skos:definition "Flag indicating whether the area is classified as a micro area within CBSA (1) or not (0)." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#cbsaMicroFlag> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaMicroFlag> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/integer> ;
    linkml:slot_uri <http://example.com/fdic#cbsaMicroFlag> .

<http://example.com/fdicfields/cbsaName> a linkml:SlotDefinition ;
    skos:definition "Core-Based Statistical Area (CBSA) name for census region classification." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#hasCBSARegion> ;
    linkml:definition_uri <http://example.com/fdicfields/cbsaName> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#hasCBSARegion> .

<http://example.com/fdicfields/coordinateX> a linkml:SlotDefinition ;
    skos:definition "GIS X coordinate, likely in state plane or local projection (not WGS84)." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#coordinateX> ;
    linkml:definition_uri <http://example.com/fdicfields/coordinateX> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/decimal> ;
    linkml:slot_uri <http://example.com/fdic#coordinateX> .

<http://example.com/fdicfields/coordinateY> a linkml:SlotDefinition ;
    skos:definition "GIS Y coordinate, likely in state plane or local projection (not WGS84)." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#coordinateY> ;
    linkml:definition_uri <http://example.com/fdicfields/coordinateY> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/decimal> ;
    linkml:slot_uri <http://example.com/fdic#coordinateY> .

<http://example.com/fdicfields/countyName> a linkml:SlotDefinition ;
    skos:definition "Name of the county in which the bank is located." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#countyName> ;
    linkml:definition_uri <http://example.com/fdicfields/countyName> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#countyName> .

<http://example.com/fdicfields/csaCode> a linkml:SlotDefinition ;
    skos:definition "Numeric CSA code for the area." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#csaCode> ;
    linkml:definition_uri <http://example.com/fdicfields/csaCode> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#csaCode> .

<http://example.com/fdicfields/csaFlag> a linkml:SlotDefinition ;
    skos:definition "Flag indicating whether the area is part of a CSA (1) or not (0)." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#csaFlag> ;
    linkml:definition_uri <http://example.com/fdicfields/csaFlag> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/integer> ;
    linkml:slot_uri <http://example.com/fdic#csaFlag> .

<http://example.com/fdicfields/csaName> a linkml:SlotDefinition ;
    skos:definition "Combined Statistical Area (CSA) name for broader census region classification." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#hasCSARegion> ;
    linkml:definition_uri <http://example.com/fdicfields/csaName> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#hasCSARegion> .

<http://example.com/fdicfields/date> a linkml:TypeDefinition ;
    skos:definition "a date (year, month and day) in an idealized calendar" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"date\".",
        "URI is dateTime because OWL reasoners don't work with straight date or time" ;
    skos:exactMatch schema1:Date ;
    skos:inScheme linkml:types ;
    linkml:base "XSDDate" ;
    linkml:definition_uri linkml:Date ;
    linkml:imported_from "linkml:types" ;
    linkml:repr "str" ;
    linkml:uri xsd:date .

<http://example.com/fdicfields/establishmentDate> a linkml:SlotDefinition ;
    skos:definition "Date the bank was established, with precision to the day." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:foundingDate ;
    linkml:definition_uri <http://example.com/fdicfields/establishmentDate> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/date> ;
    linkml:slot_uri schema1:foundingDate .

<http://example.com/fdicfields/gisObjectID> a linkml:SlotDefinition ;
    skos:definition "Technical GIS object ID for row identification from shapefile exports." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#gisObjectID> ;
    linkml:definition_uri <http://example.com/fdicfields/gisObjectID> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/integer> ;
    linkml:slot_uri <http://example.com/fdic#gisObjectID> .

<http://example.com/fdicfields/identifiers> a linkml:SlotDefinition ;
    skos:definition "List of identifiers associated with the bank." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:identifier ;
    linkml:definition_uri <http://example.com/fdicfields/identifiers> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:inlined true ;
    linkml:multivalued true ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/FDICBankIdentifier> ;
    linkml:slot_uri schema1:identifier .

<http://example.com/fdicfields/latitude> a linkml:SlotDefinition ;
    skos:definition "Latitude of the bank branch location in WGS84." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://www.w3.org/2003/01/geo/wgs84_pos#lat> ;
    linkml:definition_uri <http://example.com/fdicfields/latitude> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankLocation> ;
    linkml:owner <http://example.com/fdicfields/FDICBankLocation> ;
    linkml:range <http://example.com/fdicfields/decimal> ;
    linkml:slot_uri <http://www.w3.org/2003/01/geo/wgs84_pos#lat> .

<http://example.com/fdicfields/location> a linkml:SlotDefinition ;
    skos:definition "Geographic location of the bank branch." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:geo ;
    linkml:definition_uri <http://example.com/fdicfields/location> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:inlined true ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/FDICBankLocation> ;
    linkml:slot_uri schema1:geo .

<http://example.com/fdicfields/longitude> a linkml:SlotDefinition ;
    skos:definition "Longitude of the bank branch location in WGS84." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://www.w3.org/2003/01/geo/wgs84_pos#long> ;
    linkml:definition_uri <http://example.com/fdicfields/longitude> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankLocation> ;
    linkml:owner <http://example.com/fdicfields/FDICBankLocation> ;
    linkml:range <http://example.com/fdicfields/decimal> ;
    linkml:slot_uri <http://www.w3.org/2003/01/geo/wgs84_pos#long> .

<http://example.com/fdicfields/mdiStatusCode> a linkml:SlotDefinition ;
    skos:definition "Minority Depository Institution (MDI) status code indicating MDI status." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#hasMDIStatus> ;
    linkml:definition_uri <http://example.com/fdicfields/mdiStatusCode> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#hasMDIStatus> .

<http://example.com/fdicfields/mdiStatusDescription> a linkml:SlotDefinition ;
    skos:definition "Textual description of the MDI status." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#mdiStatusDescription> ;
    linkml:definition_uri <http://example.com/fdicfields/mdiStatusDescription> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#mdiStatusDescription> .

<http://example.com/fdicfields/propertyID> a linkml:SlotDefinition ;
    skos:definition "Type of identifier, e.g., FDIC Certificate Number, FI_UNINUM." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:propertyID ;
    linkml:definition_uri <http://example.com/fdicfields/propertyID> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankIdentifier> ;
    linkml:owner <http://example.com/fdicfields/FDICBankIdentifier> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri schema1:propertyID .

<http://example.com/fdicfields/serviceTypeCode> a linkml:SlotDefinition ;
    skos:definition "Service type code indicating the kind of banking service, e.g., 11 for Full Service." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#hasServiceType> ;
    linkml:definition_uri <http://example.com/fdicfields/serviceTypeCode> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#hasServiceType> .

<http://example.com/fdicfields/serviceTypeDescription> a linkml:SlotDefinition ;
    skos:definition "Description of the banking service type." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#serviceTypeDescription> ;
    linkml:definition_uri <http://example.com/fdicfields/serviceTypeDescription> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#serviceTypeDescription> .

<http://example.com/fdicfields/stateAbbreviation> a linkml:SlotDefinition ;
    skos:definition "Two-letter state abbreviation where the bank is located." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#stateAbbreviation> ;
    linkml:definition_uri <http://example.com/fdicfields/stateAbbreviation> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#stateAbbreviation> .

<http://example.com/fdicfields/stateCountyFIPS> a linkml:SlotDefinition ;
    skos:definition "State and County FIPS code identifying the county within the state." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#hasCountyFIPS> ;
    linkml:definition_uri <http://example.com/fdicfields/stateCountyFIPS> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#hasCountyFIPS> .

<http://example.com/fdicfields/stateName> a linkml:SlotDefinition ;
    skos:definition "Full name of the state where the bank is located." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#stateName> ;
    linkml:definition_uri <http://example.com/fdicfields/stateName> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#stateName> .

<http://example.com/fdicfields/streetAddress> a linkml:SlotDefinition ;
    skos:definition "Street address of the bank branch." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:streetAddress ;
    linkml:definition_uri <http://example.com/fdicfields/streetAddress> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:owner <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri schema1:streetAddress .

<http://example.com/fdicfields/uniqueBranchNumber> a linkml:SlotDefinition ;
    skos:definition "Unique FDIC-assigned number identifying the branch." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <http://example.com/fdic#uniqueBranchNumber> ;
    linkml:definition_uri <http://example.com/fdicfields/uniqueBranchNumber> ;
    linkml:domain_of <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri <http://example.com/fdic#uniqueBranchNumber> .

<http://example.com/fdicfields/value> a linkml:SlotDefinition ;
    skos:definition "The actual identifier value." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:value ;
    linkml:definition_uri <http://example.com/fdicfields/value> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankIdentifier> ;
    linkml:owner <http://example.com/fdicfields/FDICBankIdentifier> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri schema1:value .

<http://example.com/fdicfields/postalCode> a linkml:SlotDefinition ;
    skos:definition "Postal ZIP code of the branch location." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:postalCode ;
    linkml:definition_uri <http://example.com/fdicfields/postalCode> ;
    linkml:domain_of <http://example.com/fdicfields/FDICBankAddress>,
        <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:owner <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:range <http://example.com/fdicfields/string> ;
    linkml:slot_uri schema1:postalCode .

<http://example.com/fdicfields/decimal> a linkml:TypeDefinition ;
    skos:broadMatch schema1:Number ;
    skos:definition "A real number with arbitrary precision that conforms to the xsd:decimal specification" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"decimal\"." ;
    skos:inScheme linkml:types ;
    linkml:base "Decimal" ;
    linkml:definition_uri linkml:Decimal ;
    linkml:imported_from "linkml:types" ;
    linkml:uri xsd:decimal .

<http://example.com/fdicfields/integer> a linkml:TypeDefinition ;
    skos:definition "An integer" ;
    skos:editorialNote "If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"integer\"." ;
    skos:exactMatch schema1:Integer ;
    skos:inScheme linkml:types ;
    linkml:base "int" ;
    linkml:definition_uri linkml:Integer ;
    linkml:imported_from "linkml:types" ;
    linkml:uri xsd:integer .

<http://example.com/fdicfields/FDICBankIdentifier> a linkml:ClassDefinition ;
    skos:definition "An identifier for the FDIC insured bank, capturing its type and value." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:PropertyValue ;
    linkml:class_uri schema1:PropertyValue ;
    linkml:definition_uri <http://example.com/fdicfields/FDICBankIdentifier> ;
    linkml:slot_usage [ ] ;
    linkml:slots <http://example.com/fdicfields/propertyID>,
        <http://example.com/fdicfields/value> .

<http://example.com/fdicfields/FDICBankLocation> a linkml:ClassDefinition ;
    skos:definition "Geographic location (latitude and longitude) of the bank branch." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation <geo:SpatialThing> ;
    linkml:class_uri <http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing> ;
    linkml:definition_uri <http://example.com/fdicfields/FDICBankLocation> ;
    linkml:slot_usage [ ] ;
    linkml:slots <http://example.com/fdicfields/latitude>,
        <http://example.com/fdicfields/longitude> .

<http://example.com/fdicfields/FDICBankAddress> a linkml:ClassDefinition ;
    skos:definition "Structured postal address of an FDIC insured bank branch." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:PostalAddress ;
    linkml:class_uri schema1:PostalAddress ;
    linkml:definition_uri <http://example.com/fdicfields/FDICBankAddress> ;
    linkml:slot_usage [ ] ;
    linkml:slots <http://example.com/fdicfields/addressCountry>,
        <http://example.com/fdicfields/addressLocality>,
        <http://example.com/fdicfields/addressRegion>,
        <http://example.com/fdicfields/postalCode>,
        <http://example.com/fdicfields/streetAddress> .

<http://example.com/fdicfields/string> a linkml:TypeDefinition ;
    skos:definition "A character string" ;
    skos:editorialNote "In RDF serializations, a slot with range of string is treated as a literal or type xsd:string.   If you are authoring schemas in LinkML YAML, the type is referenced with the lower case \"string\"." ;
    skos:exactMatch schema1:Text ;
    skos:inScheme linkml:types ;
    linkml:base "str" ;
    linkml:definition_uri linkml:String ;
    linkml:imported_from "linkml:types" ;
    linkml:uri xsd:string .

<http://example.com/fdicfields/FDICInsuredBank> a linkml:ClassDefinition ;
    skos:definition "A record describing an FDIC insured bank, including classification, location, identifiers, and structured address." ;
    skos:inScheme <https://example.com/fdic_insured_banks> ;
    skos:mappingRelation schema1:Organization ;
    linkml:class_uri schema1:Organization ;
    linkml:definition_uri <http://example.com/fdicfields/FDICInsuredBank> ;
    linkml:slot_usage [ ] ;
    linkml:slots <http://example.com/fdicfields/acquisitionDate>,
        <http://example.com/fdicfields/address>,
        <http://example.com/fdicfields/addressLine2>,
        <http://example.com/fdicfields/bankClassCode>,
        <http://example.com/fdicfields/branchName>,
        <http://example.com/fdicfields/branchNumber>,
        <http://example.com/fdicfields/cbsaCode>,
        <http://example.com/fdicfields/cbsaDivisionCode>,
        <http://example.com/fdicfields/cbsaDivisionFlag>,
        <http://example.com/fdicfields/cbsaDivisionName>,
        <http://example.com/fdicfields/cbsaMetroCode>,
        <http://example.com/fdicfields/cbsaMetroFlag>,
        <http://example.com/fdicfields/cbsaMetroName>,
        <http://example.com/fdicfields/cbsaMicroFlag>,
        <http://example.com/fdicfields/cbsaName>,
        <http://example.com/fdicfields/coordinateX>,
        <http://example.com/fdicfields/coordinateY>,
        <http://example.com/fdicfields/countyName>,
        <http://example.com/fdicfields/csaCode>,
        <http://example.com/fdicfields/csaFlag>,
        <http://example.com/fdicfields/csaName>,
        <http://example.com/fdicfields/establishmentDate>,
        <http://example.com/fdicfields/gisObjectID>,
        <http://example.com/fdicfields/identifiers>,
        <http://example.com/fdicfields/location>,
        <http://example.com/fdicfields/mdiStatusCode>,
        <http://example.com/fdicfields/mdiStatusDescription>,
        <http://example.com/fdicfields/postalCode>,
        <http://example.com/fdicfields/serviceTypeCode>,
        <http://example.com/fdicfields/serviceTypeDescription>,
        <http://example.com/fdicfields/stateAbbreviation>,
        <http://example.com/fdicfields/stateCountyFIPS>,
        <http://example.com/fdicfields/stateName>,
        <http://example.com/fdicfields/uniqueBranchNumber> .


