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

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

<https://concepts.sagepub.com/social-science/concept/corporate_identity>
  skos:definition "Corporate identity is not only what an organization perceives itself to be but also what an organization says it is. Hence, corporate identity is often understood as an externally oriented concept. [Source: <a href=\"https://sk.sagepub.com/reference/identity/n50.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Identity; Corporate Identity</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/public_relations> ;
  skos:prefLabel "corporate identity"@en ;
  a skos:Concept .

