@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/matrices>
  skos:prefLabel "matrices"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/algebra> .

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

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

<https://concepts.sagepub.com/social-science/concept/algebra>
  skos:definition "in algebra numbers are represented as letters and other symbols when giving equations or formulae. Algebra therefore is the basis of statistical equations. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n10.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; algebra</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/matrices> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/mathematics> ;
  skos:prefLabel "algebra"@en ;
  a skos:Concept .

