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

prima:settings
  skos:topConceptOf prima: ;
  skos:related prima:model, prima:researchsoftware, prima:equipment, prima:instrument, prima:acquisitionsoftware ;
  dc:modified "2025-10-14"^^xsd:date ;
  skos:prefLabel "Settings"@en ;
  skos:inScheme prima: ;
  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 ;
  skos:definition "Any set of configuration parameters which determine the operational conditions of Equipment (including Instrument), configure Acquisition Software and/or Research Software, and/or describe a Model (e.g., by specifying the type of solver user)."@en .

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

prima:researchsoftware
  skos:prefLabel "Research Software"@en ;
  a skos:Concept ;
  skos:related prima:settings .

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

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

prima:acquisitionsoftware
  skos:prefLabel "Acquisition Software"@en ;
  a skos:Concept ;
  skos:related prima:settings .

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

