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

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

<https://concepts.sagepub.com/social-science/concept/attitude_strength>
  skos:definition "Attitude strength refers to the extent to which an attitude is consequential. Compared to weak attitudes, strong attitudes are more likely to remain stable over time, resist influence, affect thought, and guide behavior. [Source: <a href=\"https://methods.sagepub.com/reference/encyclopedia-of-survey-research-methods/n27.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Survey Research Methods; Attitude Strength</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/attitudes> ;
  skos:prefLabel "attitude strength"@en ;
  a skos:Concept .

