@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:-NHFK3Q1R-H
  skos:prefLabel "fonction L"@fr, "L-function"@en ;
  a skos:Concept ;
  skos:narrower psr:-R567LQCD-S .

psr:-JMNK7BG4-K
  skos:prefLabel "dynamical system"@en, "système dynamique"@fr ;
  a skos:Concept ;
  skos:narrower psr:-R567LQCD-S .

psr:-R567LQCD-S
  a skos:Concept ;
  skos:prefLabel "fonction zêta de Ruelle"@fr, "Ruelle zeta function"@en ;
  skos:broader psr:-NHFK3Q1R-H, psr:-JMNK7BG4-K ;
  skos:definition """In mathematics, the Ruelle zeta function is a zeta function associated with a dynamical system. It is named after mathematical physicist David Ruelle. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Ruelle_zeta_function">https://en.wikipedia.org/wiki/Ruelle_zeta_function</a>)"""@en ;
  skos:inScheme psr: ;
  dc:created "2023-08-22"^^xsd:date ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Ruelle_zeta_function> ;
  dc:modified "2023-08-22"^^xsd:date .

