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

<https://concepts.sagepub.com/social-science/concept/Far_East>
  skos:prefLabel "Far East"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Japan> .

<https://concepts.sagepub.com/social-science/concept/Tokyo>
  skos:prefLabel "Tokyo"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Japan> .

<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/Japan> .

<https://concepts.sagepub.com/social-science/concept/Japan>
  skos:definition "Japan has long been regarded as a country with low crime rates. Knowledge of Japanese crime patterns is important and necessary, because the Japanese experience can provide us with an invaluable source of insight and ingenuity in dealing with crime. [Source: <a href=\"https://sk.sagepub.com/reference/crimepunishment/n242.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Crime and Punishment; Japan</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Tokyo> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D007564.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/islands>, <https://concepts.sagepub.com/social-science/concept/Far_East> ;
  skos:prefLabel "Japan"@en ;
  a skos:Concept .

