@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:-V0G085HP-P
  skos:prefLabel "differential geometry"@en, "géométrie différentielle"@fr ;
  a skos:Concept ;
  skos:narrower psr:-N3R6WWJ3-D .

psr:-N3R6WWJ3-D
  skos:definition """In mathematics, Beez's theorem, introduced by Richard Beez in 1875, implies that if <i>n</i> > 3 then in general an (<i>n</i> – 1)-dimensional hypersurface immersed in <b>R</b><sup><i>n</i></sup> cannot be deformed. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Beez%27s_theorem">https://en.wikipedia.org/wiki/Beez%27s_theorem</a>)"""@en ;
  dc:created "2023-08-02"^^xsd:date ;
  dc:modified "2023-08-02"^^xsd:date ;
  a skos:Concept ;
  skos:inScheme psr: ;
  skos:broader psr:-V0G085HP-P ;
  skos:prefLabel "Beez's theorem"@en, "théorème de Beez"@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Beez%27s_theorem> .

