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

<https://concepts.sagepub.com/social-science/concept/deception>
  skos:prefLabel "deception"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/lying> .

<https://concepts.sagepub.com/social-science/concept/lying>
  skos:definition "Lying is the act of intentionally misleading someone through speech. This differs from deception, which may involve both verbal and nonverbal behaviors. [Source: <a href=\"https://sk.sagepub.com/reference/encyclopedia-of-language-development/n116.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Language Development; Lying</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/general_philosophy>, <https://concepts.sagepub.com/social-science/concept/deception> ;
  skos:prefLabel "lying"@en ;
  a skos:Concept .

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

