@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:-NVQ4BHZF-1 .

psr:-NVQ4BHZF-1
  a skos:Concept ;
  skos:definition """In mathematics, the polar coordinate system is a two-dimensional coordinate system in which each point on a plane is determined by a distance from a reference point and an angle from a reference direction. The reference point (analogous to the origin of a Cartesian coordinate system) is called the pole, and the ray from the pole in the reference direction is the polar axis. The distance from the pole is called the radial coordinate, radial distance or simply radius, and the angle is called the angular coordinate, polar angle, or azimuth. Angles in polar notation are generally expressed in either degrees or radians (2π rad being equal to 360°). 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Polar_coordinate_system">https://en.wikipedia.org/wiki/Polar_coordinate_system</a>)"""@en, """Les coordonnées polaires sont, en mathématiques, un système de coordonnées curvilignes à deux dimensions, dans lequel chaque point du plan est entièrement déterminé par un angle et une distance. Ce système est particulièrement utile dans les situations où la relation entre deux points est plus facile à exprimer en termes d’angle et de distance, comme dans le cas du pendule. Dans ce cas, le système des coordonnées cartésiennes, plus familier, impliquerait d’utiliser des formules trigonométriques pour exprimer une telle relation. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Coordonn%C3%A9es_polaires">https://fr.wikipedia.org/wiki/Coordonn%C3%A9es_polaires</a>)"""@fr ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Polar_coordinate_system>, <https://fr.wikipedia.org/wiki/Coordonn%C3%A9es_polaires> ;
  skos:prefLabel "coordonnées polaires"@fr, "polar coordinates"@en ;
  skos:altLabel "système de coordonnées polaires"@fr, "polar coordinate system"@en ;
  skos:inScheme psr: ;
  skos:broader psr:-PZ0FS9ZS-B .

