@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:-ZC70XW0M-J
  dc:created "2023-09-29"^^xsd:date ;
  dc:modified "2023-09-29"^^xsd:date ;
  a skos:Concept ;
  skos:inScheme psr: ;
  skos:broader psr:-QP0D47D3-D, psr:-TF8F2KJ2-7 ;
  skos:prefLabel "caractéristique thêta"@fr, "theta characteristic"@en .

psr:-TF8F2KJ2-7
  skos:prefLabel "fonction thêta"@fr, "theta function"@en ;
  a skos:Concept ;
  skos:narrower psr:-ZC70XW0M-J .

psr:-QP0D47D3-D
  skos:prefLabel "courbe algébrique"@fr, "algebraic curve"@en ;
  a skos:Concept ;
  skos:narrower psr:-ZC70XW0M-J .

