@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

psr: a skos:ConceptScheme .
psr:-DZ4RGLM8-9
  skos:prefLabel "groupe fini"@fr, "finite group"@en ;
  a skos:Concept ;
  skos:narrower psr:-XL8TRFNH-C .

psr:-XL8TRFNH-C
  skos:inScheme psr: ;
  skos:altLabel "monogenous group"@en ;
  skos:definition """In group theory, a branch of abstract algebra in pure mathematics, a cyclic group or monogenous group is a group, denoted C<i>n</i>, that is generated by a single element. That is, it is a set of invertible elements with a single associative binary operation, and it contains an element <i>g</i> such that every other element of the group may be obtained by repeatedly applying the group operation to <i>g</i> or its inverse. Each element can be written as an integer power of <i>g</i> in multiplicative notation, or as an integer multiple of <i>g</i> in additive notation. This element <i>g</i> is called a generator of the group. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Cyclic_group">https://en.wikipedia.org/wiki/Cyclic_group</a>)"""@en, """En mathématiques et plus précisément en théorie des groupes, un groupe cyclique est un groupe qui est à la fois fini et monogène, c'est-à-dire qu'il existe un élément a du groupe tel que tout élément du groupe puisse s'exprimer sous forme d'un multiple de <i>a</i> (en notation additive, ou comme puissance en notation multiplicative) ; cet élément <i>a</i> est appelé générateur du groupe. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Groupe_cyclique">https://fr.wikipedia.org/wiki/Groupe_cyclique</a>)"""@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Cyclic_group>, <https://fr.wikipedia.org/wiki/Groupe_cyclique> ;
  skos:broader psr:-DZ4RGLM8-9 ;
  skos:prefLabel "cyclic group"@en, "groupe cyclique"@fr ;
  a skos:Concept .

