@prefix mdl: <http://data.loterre.fr/ark:/67375/MDL> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

mdl: a skos:ConceptScheme .
mdl:-F7QSLBH1-2
  skos:prefLabel "numerical simulation"@en, "simulation numérique"@fr ;
  a skos:Concept ;
  skos:narrower mdl:-RVRL067X-H .

mdl:-RVRL067X-H
  skos:exactMatch <https://fr.wikipedia.org/wiki/Simulation_%C3%A0_%C3%A9v%C3%A9nements_discrets>, <https://en.wikipedia.org/wiki/Discrete-event_simulation> ;
  skos:definition "A discrete-event simulation (DES) models the operation of a system as a (discrete) sequence of events in time. Each event occurs at a particular instant in time and marks a change of state in the system. Between consecutive events, no change in the system is assumed to occur; thus the simulation time can directly jump to the occurrence time of the next event, which is called next-event time progression. (Wikipedia, The Free Encyclopedia, <a href=\"https://en.wikipedia.org/wiki/Discrete-event_simulation\" target=\"_blank\">https://en.wikipedia.org/wiki/Discrete-event_simulation</a>)"@en, "La simulation à évènements discrets est une technique utilisée dans le cadre de l’étude de la dynamique des systèmes. Elle consiste en une modélisation informatique où le changement de l'état d'un système, au cours du temps, est une suite d'évènements discrets. Chaque évènement arrive à un instant donné et modifie l'état du système. (Wikipedia, L'Encylopédie Libre, <a href=\"https://fr.wikipedia.org/wiki/Simulation_%C3%A0_%C3%A9v%C3%A9nements_discrets\" target=\"_blank\">https://fr.wikipedia.org/wiki/Simulation_%C3%A0_%C3%A9v%C3%A9nements_discrets</a>)"@fr ;
  skos:prefLabel "discrete-event simulation"@en, "simulation à événements discrets"@fr ;
  skos:hiddenLabel "discrete event simulations"@en, "simulations à événements discrets"@fr, "discrete event simulation"@en, "Discrete event simulation"@en, "Simulation événements discrets"@fr, "discrete-event simulations"@en, "Simulation événement discret"@fr ;
  skos:inScheme mdl: ;
  skos:broader mdl:-F7QSLBH1-2 ;
  a skos:Concept .

