@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/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/war_brides> .

<https://concepts.sagepub.com/social-science/concept/war_brides>
  skos:definition "Falling in love in the midst of war is not a modern phenomenon. As early as the founding of the first English colonies, American soldiers have met and married foreign brides during times of battle, often despite lack of official approval. [Source: <a href=\"https://sk.sagepub.com/reference/war/n360.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of War &amp; American Society; War Brides</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/war_in_American_culture>, <https://concepts.sagepub.com/social-science/concept/war_and_gender> ;
  skos:prefLabel "war brides"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/war_in_American_culture>
  skos:prefLabel "war in American culture"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/war_brides> .

<https://concepts.sagepub.com/social-science/concept/war_and_gender>
  skos:prefLabel "war and gender"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/war_brides> .

