@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/calculus> .

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

<https://concepts.sagepub.com/social-science/concept/calculus>
  skos:definition "A branch of mathematics that analyzes rates of change, motion, and the slopes of curves, including density curves such as the ∗normal distribution. Its importance to statistics is that its formulas indicate how much the ∗dependent variable changes given a very small change in the independent variable. [Source: <a href=\"https://methods.sagepub.com/reference/dictionary-of-statistics-methodology/n219.xml\" target=\"_blank\" data-id=\"to-srm\">Dictionary of Statistics &amp; Methodology; Calculus</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mathematics> ;
  skos:prefLabel "calculus"@en ;
  a skos:Concept .

