Instrument
Here you can find a minimal and a full example for an Instrument that fits the HKG Data Model.
Instrument Minimal Example
{
"@context": {
"@vocab": "https://schema.org/",
"source": "https://www.w3.org/ns/prov#has_provenance",
"SociologicalInstrument": "https://rdf-vocabulary.ddialliance.org/discovery.html#dfn-disco-instrument",
"PhysicalInstrument": "https://uri.gbv.de/terminology/datacite-resourcetypegeneral/Instrument"
},
"@type": "PhysicalInstrument",
"@id": "https://hkg.helmholtz.de/instrument/fzj-sem-2026-001",
"name": "FEI Quanta 200F SEM"
}
Instrument Recommended Example
{
"@context": {
"@vocab": "https://schema.org/",
"source": "https://www.w3.org/ns/prov#has_provenance",
"SociologicalInstrument": "https://rdf-vocabulary.ddialliance.org/discovery.html#dfn-disco-instrument",
"PhysicalInstrument": "https://uri.gbv.de/terminology/datacite-resourcetypegeneral/Instrument"
},
"@type": "PhysicalInstrument",
"@id": "https://hkg.helmholtz.de/instrument/fzj-sem-2026-001",
"name": "FEI Quanta 200F SEM",
"description": "A high-resolution field emission scanning electron microscope (FE-SEM) with high-vacuum and environmental modes.",
"disambiguatingDescription": "Primary imaging unit in the Core Facility for Electron Microscopy, Building 15.3, distinct from the desktop SEM units.",
"alternateName": [
"SEM-01",
"Quanta 200F",
"Nano-Imager Alpha"
],
"url": [
"https://www.fz-juelich.de/en/microscopy/instruments/quanta-200f",
"https://booking.fz-juelich.de/resource/sem-01"
],
"sameAs": [
"https://www.wikidata.org/wiki/Q12345678",
"https://www.thermofisher.com/search/results?query=Quanta200F"
],
"identifier": [
"https://doi.org/10.1234/inst.id.7788",
"SERIAL-SN-9928374",
{
"@type": "PropertyValue",
"name": "Inventory Number",
"value": "FZJ-INV-2026-X4"
}
],
"subjectOf": "https://www.fz-juelich.de/en/microscopy/manuals/quanta-200f-operating-manual.pdf"
}
