@prefix psr: <http://data.loterre.fr/ark:/67375/PSR> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

psr:-CVDPQB0Q-M
  skos:prefLabel "natural numbers"@en, "entier naturel"@fr ;
  a skos:Concept ;
  skos:narrower psr:-W61WHMSD-3 .

psr:-W61WHMSD-3
  dc:modified "2023-07-26"^^xsd:date ;
  dc:created "2023-07-26"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Cyclic_number>, <https://fr.wikipedia.org/wiki/Nombre_cyclique> ;
  skos:definition """A cyclic number is an integer for which cyclic permutations of the digits are successive integer multiples of the number. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Cyclic_number">https://en.wikipedia.org/wiki/Cyclic_number</a>)"""@en, """Un nombre cyclique, ou nombre phénix, est un entier naturel dont les permutations circulaires des chiffres correspondent aux multiples du nombre. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Nombre_cyclique">https://fr.wikipedia.org/wiki/Nombre_cyclique</a>)"""@fr ;
  skos:broader psr:-CVDPQB0Q-M, psr:-DZ4RGLM8-9 ;
  skos:prefLabel "nombre cyclique"@fr, "cyclic number"@en ;
  a skos:Concept ;
  skos:inScheme psr: .

