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

<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_correspondents> .

<https://concepts.sagepub.com/social-science/concept/war_correspondents>
  skos:definition "War correspondence emerged in Europe during the French Revolution and Napoleonic Wars (1789–1815) as British newspapers sought to speed information from the continent to growing lists of subscribers. The identity of the first war journalists is subject to debate, in part because questions have been raised since. [Source: <a href=\"https://sk.sagepub.com/reference/journalism/n401.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Journalism; War Correspondents</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/journalists> ;
  skos:prefLabel "war correspondents"@en ;
  a skos:Concept .

