@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/regression>
  skos:definition "Regression analysis is, by far, the most commonly used statistical technique in political science. While regression analysis can be defined in many different ways, it is a tool for describing the relationships among variables. [Source: <a href=\"https://sk.sagepub.com/reference/intlpoliticalscience/n516.xml\" target=\"_blank\" data-id=\"to-sk\">International Encyclopedia of Political Science; Regression</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/trend_line> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/causation>, <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "regression"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/trend_line>
  skos:prefLabel "trend line"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/regression> .

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

<https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods>
  skos:prefLabel "statistics and research methods"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/regression> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/methods>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "methods"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/regression> .

