@prefix n9j: <http://data.loterre.fr/ark:/67375/N9J> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

n9j:-concepts
  a isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member n9j:-SLWFCKMT-R .

n9j:-SLWFCKMT-R
  owl:sameAs <https://concepts.sagepub.com/social-science/concept/volcker_plan> ;
  skos:definition "The Volcker Plan, or the Volcker Rule, is a section of the Dodd-Frank Wall Street Reform and Consumer Protection Act that was signed into law on July 21, 2010. The rule was designed to prevent banks from speculating with customer funds in ways that benefited only the banks themselves. [Source: Encyclopedia of White-Collar and Corporate Crime; Volcker Plan]"@en ;
  a skos:Concept ;
  skos:inScheme n9j: ;
  skos:broader n9j:-KNT08R1W-R ;
  skos:prefLabel "volcker plan"@en .

n9j:-KNT08R1W-R
  skos:prefLabel "regulations"@en ;
  a skos:Concept ;
  skos:narrower n9j:-SLWFCKMT-R .

n9j: a skos:ConceptScheme .
