@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:-R7NT2JJX-9
  skos:exactMatch <https://en.wikipedia.org/wiki/Cylindrical_coordinate_system>, <https://fr.wikipedia.org/wiki/Coordonn%C3%A9es_cylindriques> ;
  skos:altLabel "cylindrical coordinate system"@en, "système de coordonnées cylindriques"@fr ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:inScheme psr: ;
  skos:definition """A cylindrical coordinate system is a three-dimensional coordinate system that specifies point positions by the distance from a chosen reference axis, the direction from the axis relative to a chosen reference direction, and the distance from a chosen reference plane perpendicular to the axis. The latter distance is given as a positive or negative number depending on which side of the reference plane faces the point. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Cylindrical_coordinate_system">https://en.wikipedia.org/wiki/Cylindrical_coordinate_system</a>)"""@en, """Un système de coordonnées cylindriques est un système de coordonnées curvilignes orthogonales qui généralise à l'espace celui des coordonnées polaires du plan (r, θ) en y ajoutant une troisième coordonnée, généralement notée z, qui mesure la hauteur d'un point par rapport au plan repéré par les coordonnées polaires (de la même manière que l'on étend le système de coordonnées cartésiennes de deux à trois dimensions). 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Coordonn%C3%A9es_cylindriques">https://fr.wikipedia.org/wiki/Coordonn%C3%A9es_cylindriques</a>)"""@fr ;
  skos:prefLabel "coordonnées cylindriques"@fr, "cylindrical coordinates"@en ;
  skos:broader psr:-PZ0FS9ZS-B ;
  a skos:Concept .

psr:-PZ0FS9ZS-B
  skos:prefLabel "système de coordonnées"@fr, "coordinate system"@en ;
  a skos:Concept ;
  skos:narrower psr:-R7NT2JJX-9 .

