@prefix n9j: <http://data.loterre.fr/ark:/67375/N9J> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

n9j:-D4N95PCF-X
  skos:prefLabel "mathematics"@en ;
  a skos:Concept ;
  skos:narrower n9j:-C6RWMQFS-N .

n9j:-concepts
  a isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member n9j:-C6RWMQFS-N .

n9j:-C6RWMQFS-N
  owl:sameAs <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: Dictionary of Statistics & Methodology; Calculus]"@en ;
  a skos:Concept ;
  skos:inScheme n9j: ;
  skos:broader n9j:-D4N95PCF-X ;
  skos:prefLabel "calculus"@en .

n9j: a skos:ConceptScheme .
