@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:-J9ZL1KM4-H
  skos:prefLabel "théorie des catégories"@fr, "category theory"@en ;
  a skos:Concept ;
  skos:narrower psr:-XG52C72R-G .

psr:-XG52C72R-G
  skos:prefLabel "catégorie cartésienne"@fr, "Cartesian closed category"@en ;
  skos:definition """In category theory, a category is Cartesian closed if, roughly speaking, any morphism defined on a product of two objects can be naturally identified with a morphism defined on one of the factors. These categories are particularly important in mathematical logic and the theory of programming, in that their internal language is the simply typed lambda calculus. They are generalized by closed monoidal categories, whose internal language, linear type systems, are suitable for both quantum and classical computation. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Cartesian_closed_category">https://en.wikipedia.org/wiki/Cartesian_closed_category</a>)"""@en, """Une catégorie cartésienne est, en mathématiques — et plus précisément en théorie des catégories — une catégorie munie d'un objet terminal et du produit binaire. Dans une catégorie cartésienne, la notion de morphisme entre morphismes n'a pas encore de sens. C'est pourquoi l'on définit l'exponentiation, c'est-à-dire l'objet B<sup>A</sup> qui représente l'« ensemble » des morphismes de A dans B. Munie de cette propriété de clôture qu'est l'exponentiation, une catégorie cartésienne devient une catégorie cartésienne fermée. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Cat%C3%A9gorie_cart%C3%A9sienne">https://fr.wikipedia.org/wiki/Cat%C3%A9gorie_cart%C3%A9sienne</a>)"""@fr ;
  a skos:Concept ;
  skos:broader psr:-J9ZL1KM4-H ;
  dc:created "2023-08-24"^^xsd:date ;
  skos:inScheme psr: ;
  dc:modified "2023-08-24"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Cartesian_closed_category>, <https://fr.wikipedia.org/wiki/Cat%C3%A9gorie_cart%C3%A9sienne> .

