@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:sampleholder
  skos:related prima:sample, prima:samplecarrier ;
  dc:modified "2025-09-01"^^xsd:date ;
  skos:prefLabel "Sample Holder"@en ;
  skos:inScheme prima: ;
  skos:definition "Piece of Equipment used for making one or more Samples accessible for a Measurement or for holding them in place in the predefined position to be mounted inside the Instrument. Examples of Sample Holder are: a glass slide, a TEM grid, or a tilting support. Depending on the scientific use case, a Sample Holder may carry or be carried by a Sample Carrier."@en ;
  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:broader prima:equipment .

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

prima:samplecarrier
  skos:prefLabel "Sample Carrier"@en ;
  a skos:Concept ;
  skos:related prima:sampleholder .

prima:equipment
  skos:prefLabel "Equipment"@en ;
  a skos:Concept ;
  skos:narrower prima:sampleholder .

