@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:-BV000X40-L .

n9j:-BV000X40-L
  owl:sameAs <https://concepts.sagepub.com/social-science/concept/drug_use_by_juveniles> ;
  skos:definition "Psychoactive drug use is a mainstay of American culture, with use dating to the nation's founding. Most adult drug users report adolescence as the time in which drug initiation occurred for them. [Source: Encyclopedia of Race and Crime; Drug Use by Juveniles]"@en ;
  a skos:Concept ;
  skos:inScheme n9j: ;
  skos:broader n9j:-FBXQGCVM-H ;
  skos:prefLabel "drug use by juveniles"@en .

n9j: a skos:ConceptScheme .
n9j:-FBXQGCVM-H
  skos:prefLabel "drugs"@en ;
  a skos:Concept ;
  skos:narrower n9j:-BV000X40-L .

