@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:-T050FLQ2-R
  dc:modified "2023-08-04"^^xsd:date ;
  dc:created "2023-08-04"^^xsd:date ;
  skos:altLabel "opérateur biharmonique"@fr, "biharmonic operator"@en ;
  skos:prefLabel "opérateur bilaplacien"@fr, "bilaplacian operator"@en ;
  a skos:Concept ;
  skos:definition """L'opérateur bilaplacien, ou opérateur biharmonique est, comme son nom le suggère, le nom donné à l'opérateur laplacien appliqué deux fois. 
<br/>(Wikipedia, L'Encylopédie Libre, <a href="https://fr.wikipedia.org/wiki/Op%C3%A9rateur_bilaplacien">https://fr.wikipedia.org/wiki/Op%C3%A9rateur_bilaplacien</a>)"""@fr, """In mathematics, the biharmonic equation is a fourth-order partial differential equation which arises in areas of continuum mechanics, including linear elasticity theory and the solution of Stokes flows. Specifically, it is used in the modeling of thin structures that react elastically to external forces. 
<br/>(Wikipedia, The Free Encyclopedia, <a href="https://en.wikipedia.org/wiki/Biharmonic_equation">https://en.wikipedia.org/wiki/Biharmonic_equation</a>)"""@en ;
  skos:exactMatch <https://fr.wikipedia.org/wiki/Op%C3%A9rateur_bilaplacien>, <https://en.wikipedia.org/wiki/Biharmonic_equation> ;
  skos:broader psr:-RRBN6FVB-9 ;
  skos:inScheme psr: .

psr:-RRBN6FVB-9
  skos:prefLabel "opérateur différentiel"@fr, "differential operator"@en ;
  a skos:Concept ;
  skos:narrower psr:-T050FLQ2-R .

