@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_formation> .

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

<https://concepts.sagepub.com/social-science/concept/attitude_formation>
  skos:definition "Definition An attitude is a general and lasting positive or negative opinion or feeling about some person, object, or issue. We form attitudes through either direct experience or the persuasion of others or the media. [Source: <a href=\"https://sk.sagepub.com/reference/socialpsychology/n36.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Social Psychology; Attitude Formation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/attitudes> ;
  skos:prefLabel "attitude formation"@en ;
  a skos:Concept .

