@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:measurement
  skos:related prima:material, prima:rawdata, prima:technique, prima:sample, prima:researchuser, prima:equipment, prima:consumable, prima:instrument ;
  dc:modified "2025-09-01"^^xsd:date ;
  skos:prefLabel "Measurement"@en ;
  skos:inScheme prima: ;
  skos:historyNote "Adapted from the definition of Instrument in https://doi.org/10.1007/978-3-319-57135-5_18"@en ;
  skos:definition "Experimental Data Acquisition performed by one or more Research Users on one or more physical Systems (Materials or Samples) using an experimental Technique. One or more Measurements may also be performed during Processing and Treatment, e.g., to characterize the intermediate stages and/or the final resulting physical System(s). A Measurement may require the use of Consumables."@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:measurement .

prima:material
  skos:prefLabel "Material"@en ;
  a skos:Concept ;
  skos:related prima:measurement .

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

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

prima:sample
  skos:prefLabel "Sample"@en ;
  a skos:Concept ;
  skos:related prima:measurement .

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

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

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

prima:consumable
  skos:prefLabel "Consumable"@en ;
  a skos:Concept ;
  skos:related prima:measurement .

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

