@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:-PZ0FS9ZS-B
  skos:prefLabel "système de coordonnées"@fr, "coordinate system"@en ;
  a skos:Concept ;
  skos:narrower psr:-J9LMBR8B-8 .

psr:-J9LMBR8B-8
  skos:definition """In geometry, curvilinear coordinates are a coordinate system for Euclidean space in which the coordinate lines may be curved. These coordinates may be derived from a set of Cartesian coordinates by using a transformation that is locally invertible (a one-to-one map) at each point. This means that one can convert a point given in a Cartesian coordinate system to its curvilinear coordinates and back. The name curvilinear coordinates, coined by the French mathematician Lamé, derives from the fact that the coordinate surfaces of the curvilinear systems are curved. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Curvilinear_coordinates">https://en.wikipedia.org/wiki/Curvilinear_coordinates</a>)"""@en, """Un système de coordonnées curvilignes est une façon d'attribuer à chaque point du plan ou de l'espace un ensemble de nombres. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Syst%C3%A8me_de_coordonn%C3%A9es_curvilignes">https://fr.wikipedia.org/wiki/Syst%C3%A8me_de_coordonn%C3%A9es_curvilignes</a>)"""@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Curvilinear_coordinates>, <https://fr.wikipedia.org/wiki/Syst%C3%A8me_de_coordonn%C3%A9es_curvilignes> ;
  skos:broader psr:-PZ0FS9ZS-B ;
  skos:inScheme psr: ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:prefLabel "curvilinear coordinates"@en, "coordonnées curvilignes"@fr ;
  a skos:Concept ;
  skos:altLabel "système de coordonnées curvilignes"@fr, "curvilinear coordinate system"@en .

