@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/time-series_analysis>
  skos:prefLabel "time-series analysis"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/autocorrelation> .

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

<https://concepts.sagepub.com/social-science/concept/autocorrelation>
  skos:definition "Autocorrelation describes sample or population observations or elements that are related to each other across time, space, or other dimensions. Correlated observations are common but problematic, largely because they violate a basic statistical assumption about many samples: independence across elements. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-research-design/n19.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Research Design; Autocorrelation</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/time-series_analysis> ;
  skos:prefLabel "autocorrelation"@en ;
  a skos:Concept .

