@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:-WDJCP1WP-C
  a skos:Concept ;
  dc:created "2023-08-16"^^xsd:date ;
  skos:definition """En géométrie affine, une combinaison convexe de certains points est un barycentre de ces points avec des coefficients tous positifs. L'ensemble des combinaisons convexes de ces points est donc leur enveloppe convexe. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Combinaison_convexe">https://fr.wikipedia.org/wiki/Combinaison_convexe</a>)"""@fr, """In convex geometry and vector algebra, a convex combination is a linear combination of points (which can be vectors, scalars, or more generally points in an affine space) where all coefficients are non-negative and sum to 1. In other words, the operation is equivalent to a standard weighted average, but whose weights are expressed as a percent of the total weight, instead of as a fraction of the count of the weights as in a standard weighted average. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Convex_combination">https://en.wikipedia.org/wiki/Convex_combination</a>)"""@en ;
  skos:inScheme psr: ;
  skos:prefLabel "combinaison convexe"@fr, "convex combination"@en ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Convex_combination>, <https://fr.wikipedia.org/wiki/Combinaison_convexe> ;
  dc:modified "2024-10-18"^^xsd:date ;
  skos:related psr:-T4H0R254-2 ;
  skos:broader psr:-ZTD7VMDS-3 .

psr:-ZTD7VMDS-3
  skos:prefLabel "analyse convexe"@fr, "convex analysis"@en ;
  a skos:Concept ;
  skos:narrower psr:-WDJCP1WP-C .

psr:-T4H0R254-2
  skos:prefLabel "barycentre"@fr, "barycenter"@en ;
  a skos:Concept ;
  skos:related psr:-WDJCP1WP-C .

