@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:equipment
  skos:narrower prima:sampleholder, prima:samplecarrier, prima:instrument ;
  skos:topConceptOf prima: ;
  skos:related prima:simulation, prima:dataacquisition, prima:calculation, prima:modelpreparation, prima:dataprocessing, prima:technique, prima:dataanalysis, prima:persistentidentifier, prima:laboratory, prima:processingandtreatment, prima:measurement, prima:settings ;
  dc:modified "2025-09-01"^^xsd:date ;
  skos:prefLabel "Equipment"@en ;
  skos:inScheme prima: ;
  skos:definition "Any kind of physical or virtual item, device, machine or other tool located in a Laboratory hosted by an Institution, which can be physically, virtually, and/or remotely accessed to perform any of the processes during the course of a Study, by applying a Technique. Equipment is usually an investment. According to this definition, an Instrument is a particular type of Equipment."@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:closeMatch <https://w3id.org/skgo/modsci#LaboratoryInstrument> .

prima:simulation
  skos:prefLabel "Simulation"@en ;
  a skos:Concept ;
  skos:related prima:equipment .

prima:dataacquisition
  skos:prefLabel "Data Acquisition"@en ;
  a skos:Concept ;
  skos:related prima:equipment .

prima:calculation
  skos:prefLabel "Calculation"@en ;
  a skos:Concept ;
  skos:related prima:equipment .

prima:modelpreparation
  skos:prefLabel "Model Preparation"@en ;
  a skos:Concept ;
  skos:related prima:equipment .

prima:dataprocessing
  skos:prefLabel "Data Processing"@en ;
  a skos:Concept ;
  skos:related prima:equipment .

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

prima:dataanalysis
  skos:prefLabel "Data Analysis"@en ;
  a skos:Concept ;
  skos:related prima:equipment .

prima:persistentidentifier
  skos:prefLabel "Persistent Identifier"@en ;
  a skos:Concept ;
  skos:related prima:equipment .

prima:sampleholder
  skos:prefLabel "Sample Holder"@en ;
  a skos:Concept ;
  skos:broader prima:equipment .

prima:samplecarrier
  skos:prefLabel "Sample Carrier"@en ;
  a skos:Concept ;
  skos:broader prima:equipment .

prima:laboratory
  skos:prefLabel "Laboratory"@en ;
  a skos:Concept ;
  skos:related prima:equipment .

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

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

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

prima:instrument
  skos:prefLabel "Instrument"@en ;
  a skos:Concept ;
  skos:broader prima:equipment .

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

