@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:-KWX1TZ01-J .

psr:-KWX1TZ01-J
  skos:definition """In mathematics, a Barnes zeta function is a generalization of the Riemann zeta function introduced by E. W. Barnes (1901). It is further generalized by the Shintani zeta function. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Barnes_zeta_function">https://en.wikipedia.org/wiki/Barnes_zeta_function</a>)"""@en ;
  dc:created "2023-08-18"^^xsd:date ;
  dc:modified "2024-10-18"^^xsd:date ;
  a skos:Concept ;
  skos:inScheme psr: ;
  skos:broader psr:-NHFK3Q1R-H ;
  skos:prefLabel "Barnes zeta function"@en, "fonction zêta de Barnes"@fr ;
  skos:exactMatch <https://en.wikipedia.org/wiki/Barnes_zeta_function> .

