@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:consumable
  skos:topConceptOf prima: ;
  skos:related prima:processingandtreatment, prima:measurement ;
  dc:modified "2025-09-01"^^xsd:date ;
  skos:prefLabel "Consumable"@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 "Auxiliary entity, normally acquired from third-party manufacturers, used during Processing and Treatment or Measurement which has a limited time capacity or is limited in its number of uses before it is disposed of. Consumables are not part of the Instrument. Examples of Consumable are: gloves, syringes, wipes, etching solutions, glass slides, spatulas, weighing paper, two-sided tape."@en .

prima:processingandtreatment
  skos:prefLabel "Processing and Treatment"@en ;
  a skos:Concept ;
  skos:related prima:consumable .

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

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

