@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:acquisitionsoftware
  skos:related prima:settings ;
  dc:modified "2025-10-14"^^xsd:date ;
  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 ;
  dc:created "2025-09-01"^^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:broader prima:instrument ;
  skos:definition "Any software designed to interface directly with an Instrument in order to control and monitor Data Acquisition parameters (i.e., Settings), and to collect Raw Data. Regardless of whether the Acquisition Software is integrated with the Instrument or operates as a standalone application (e.g., installed on a separate computer or packaged as a virtual machine), it is considered part of the Instrument."@en ;
  skos:inScheme prima: ;
  skos:prefLabel "Acquisition Software"@en .

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

prima:instrument
  skos:prefLabel "Instrument"@en ;
  a skos:Concept ;
  skos:narrower prima:acquisitionsoftware .

