@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:-SCLK8DJ2-L
  skos:prefLabel "connexion"@fr, "connection"@en ;
  a skos:Concept ;
  skos:narrower psr:-N8NPR5RD-D .

psr:-TTBXXW26-C
  skos:prefLabel "Riemannian geometry"@en, "géométrie riemannienne"@fr ;
  a skos:Concept ;
  skos:narrower psr:-N8NPR5RD-D .

psr:-N8NPR5RD-D
  dc:created "2023-06-30"^^xsd:date ;
  skos:inScheme psr: ;
  skos:broader psr:-SCLK8DJ2-L, psr:-TTBXXW26-C ;
  skos:definition """In geometry, parallel transport (or parallel translation) is a way of transporting geometrical data along smooth curves in a manifold. If the manifold is equipped with an affine connection (a covariant derivative or connection on the tangent bundle), then this connection allows one to transport vectors of the manifold along curves so that they stay parallel with respect to the connection. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Parallel_transport">https://en.wikipedia.org/wiki/Parallel_transport</a>)"""@en, """En mathématiques, et plus précisément en géométrie différentielle, le transport parallèle est une façon de définir une relation entre les géométries autour de points le long d'une courbe définie sur une surface, ou plus généralement sur une variété. Si la variété est munie d'une connexion affine (une dérivée covariante ou plus généralement une connexion sur le fibré tangent), alors cette connexion permet de transporter des vecteurs le long des courbes de telle sorte qu'ils restent « parallèles » par rapport à la connexion. Réciproquement, une notion de transport parallèle donne un moyen de relier les géométries de points voisins, et donc, en un certain sens, définit une connexion, qui est l'analogue infinitésimal du transport parallèle. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Transport_parall%C3%A8le">https://fr.wikipedia.org/wiki/Transport_parall%C3%A8le</a>)"""@fr ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Transport_parall%C3%A8le>, <https://en.wikipedia.org/wiki/Parallel_transport> ;
  dc:modified "2023-07-26"^^xsd:date ;
  skos:prefLabel "parallel transport"@en, "transport parallèle"@fr ;
  skos:altLabel "parallel translation"@en ;
  a skos:Concept .

