@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/juvenile_crime>
  skos:prefLabel "juvenile crime"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/macdonald_triad> .

<https://concepts.sagepub.com/social-science/concept/macdonald_triad>
  skos:broader <https://concepts.sagepub.com/social-science/concept/psychological_theories_and_diagnoses_for_violent_behavior>, <https://concepts.sagepub.com/social-science/concept/juvenile_crime> ;
  skos:prefLabel "macdonald triad"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/psychological_theories_and_diagnoses_for_violent_behavior>
  skos:prefLabel "psychological theories and diagnoses for violent behavior"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/macdonald_triad> .

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

