@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/laws>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "laws"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/Bank_Secrecy_Act> .

<https://concepts.sagepub.com/social-science/concept/banking_law>
  skos:prefLabel "banking law"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Bank_Secrecy_Act> .

<https://concepts.sagepub.com/social-science/concept/Bank_Secrecy_Act>
  skos:definition "The Currency and Foreign Transactions Reporting Act of 1970 (Bank Secrecy Act, or BSA) is a federal law that requires financial institutions to help the U.S. government prevent, detect, and respond to money laundering. The Money Laundering Control Act of 1986 amended the BSA by criminalizing money laundering. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-white-collar-and-corporate-crime-2e/n39.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of White-Collar and Corporate Crime; Bank Secrecy Act</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/banking_law> ;
  skos:prefLabel "Bank Secrecy Act"@en ;
  a skos:Concept .

