@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:-ZLZPWC0Z-9
  skos:prefLabel "nombre polyédrique"@fr, "polyhedral number"@en ;
  a skos:Concept ;
  skos:narrower psr:-K9FV5M28-5 .

psr: a skos:ConceptScheme .
psr:-K9FV5M28-5
  skos:definition """Un nombre cubique est un nombre figuré polyédrique (donc entier strictement positif) qui peut être représenté géométriquement par un cube. Par exemple, 8 est un nombre cubique puisqu'il peut être représenté par un cube de 2 × 2 × 2 points. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Cube_parfait">https://fr.wikipedia.org/wiki/Cube_parfait</a>)"""@fr ;
  dc:modified "2023-09-22"^^xsd:date ;
  a skos:Concept ;
  skos:inScheme psr: ;
  skos:broader psr:-ZLZPWC0Z-9 ;
  skos:prefLabel "cubic number"@en, "nombre cubique"@fr ;
  skos:altLabel "cube parfait"@fr ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Cube_parfait> .

