@prefix prima: <https://purls.helmholtz-metadaten.de/skosmos/prima/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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#> .

prima:
  rdfs:label "PRIMA"@en ;
  a skos:ConceptScheme .

prima:simulation
  skos:related prima:rawdata, prima:model, prima:technique, prima:researchuser, prima:equipment, prima:instrument ;
  skos:prefLabel "Simulation"@en ;
  skos:inScheme prima: ;
  skos:historyNote "Adapted from the definition of Simulation in https://dl.acm.org/doi/10.1145/268437.268440"@en ;
  skos:definition "Computational Data Acquisition performed by one or more Research Users on a Model to manipulate its Settings using a specific computational and/or theoretical Technique in order to study, predict, or optimize the behaviour and performance of existing or proposed features and properties of a physical System that would otherwise be too complex, too large/small, too fast/slow, too dangerous, inaccessible, or unacceptable to engage and/or control. Examples of Simulation are: multiscale simulation, finite-element simulation, molecular dynamics simulation, discrete dislocation dynamics simulation."@en ;
  skos:broader prima:dataacquisition, prima:study ;
  a skos:Concept ;
  dc:contributor <https://orcid.org/0000-0001-8413-5196>, <https://orcid.org/0000-0001-9199-6373>, <https://orcid.org/0000-0002-1033-144X>, <https://orcid.org/0000-0002-7148-7210>, "Alexey Boubnov"@en, "Maximilian Kabbe"@en, "Richard Thelen"@en, <https://orcid.org/0000-0002-9576-8615>, "Neil MacKinnon"@en, "Sarah Irvine"@en ;
  dc:created "2024-02-15"^^xsd:date ;
  dc:creator <https://orcid.org/0000-0003-2534-0063> ;
  dc:license <https://creativecommons.org/licenses/by/4.0/> ;
  dc:rightsHolder "Karlsruhe Institute of Technology"@en .

prima:dataacquisition
  skos:prefLabel "Data Acquisition"@en ;
  a skos:Concept ;
  skos:narrower prima:simulation .

prima:rawdata
  skos:prefLabel "Raw Data"@en ;
  a skos:Concept ;
  skos:related prima:simulation .

prima:model
  skos:prefLabel "Model"@en ;
  a skos:Concept ;
  skos:related prima:simulation .

prima:technique
  skos:prefLabel "Technique"@en ;
  a skos:Concept ;
  skos:related prima:simulation .

prima:study
  skos:prefLabel "Study"@en ;
  a skos:Concept ;
  skos:narrower prima:simulation .

prima:researchuser
  skos:prefLabel "Research User"@en ;
  a skos:Concept ;
  skos:related prima:simulation .

prima:equipment
  skos:prefLabel "Equipment"@en ;
  a skos:Concept ;
  skos:related prima:simulation .

prima:instrument
  skos:prefLabel "Instrument"@en ;
  a skos:Concept ;
  skos:related prima:simulation .

