Skip to content
Snippets Groups Projects

V5 preclinical imaging

Merged Catherine Gonzalez requested to merge v5PreclinicalImaging into master
2 unresolved threads
@@ -10,463 +10,464 @@
@prefix aps: <https://purl.org/coscine/ap/> .
<https://purl.org/coscine/ap/preclinical-imaging/v5/> dcterms:created "2023-02-02"^^xsd:date ;
dcterms:creator "Catherine Gonzalez" ;
dcterms:description "Preclinical Imaging of animal specimens"@en, "Präklinische Bildgebung von Tierproben"@de ;
dcterms:license <https://spdx.org/licenses/CC-BY-4.0.html> ;
dcterms:subject <https://purl.org/coscine/ap/preclinical-imaging/Life%20science> ;
dcterms:title "Preclinical Imaging Version 5"@en, "Präklinische Bildgebung V5"@de ;
a rdfs:Class, sh:NodeShape ;
prov:wasRevisionOf <https://purl.org/coscine/ap/preclinical-imaging/v4> ;
sh:closed "0"^^xsd:boolean ;
sh:property [
sh:datatype xsd:string ;
sh:name "Anbieter"@de, "Supplier"@en ;
sh:order 5 ;
sh:path <https://purl.org/coscine/terms/e21c1d63-6b54-4f30-b6aa-ad1090a7e49c/> ;
], [
sh:datatype xsd:string ;
sh:name "Animal ID"@en, "Tier ID"@de ;
sh:order 3 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C164820> ;
sh:description "e.g. maus35, Schwein2"@de, "e.g. mouse35, pig2"@en ;
sh:minCount 1 ;
], [
sh:datatype xsd:integer ;
sh:name "Age"@en, "Alter"@de ;
sh:order 19 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C25150> ;
sh:description "In tag. Wie lange gibt es schon etwas; verstrichene Zeit seit der Geburt. [NGI]"@de, "in days. How long something has existed; elapsed time since birth. [ NCI ]"@en ;
sh:flags "^\\d+$" ;
sh:message "Age cannot be zero or a negative number"@en, "Alter darf keine negative Zahl sein"@de ;
sh:minExclusive 0 ;
sh:severity sh:Warning ;
], [
sh:datatype xsd:string ;
sh:name "Data format"@en, "Datenformat"@de ;
sh:order 12 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C171252> ;
sh:description "Das Format einer elektronischen Datei. [NGI]"@de, "The format of an electronic file. [NCI]"@en ;
], [
sh:name "Quelle"@de, "Source"@en ;
sh:order 11 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C25683> ;
sh:in (
"native|nativ"
"contrast-enhanced|kontrastverstärkend"
) ;
], [
sh:datatype xsd:string ;
sh:name "Device name"@en, "Gerätename"@de ;
sh:order 7 ;
sh:path <http://dicom.nema.org/resources/ontology/DCM/113879> ;
sh:description "Model Name of a device. (e.g. 7T BioSpec 70/20 USR)"@en, "Modellname eines Geräts. (z.B. 7T BioSpec 70/20 USR)"@de ;
], [
sh:name "Organ"@de, "Organ"@en ;
sh:order 29 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C13018> ;
sh:description "Multiple options possible. A unique macroscopic(gross) anatomic structure that performs specific functions. It is composed of various tissues. An organ is part of an anatomic system or a body region. Representative examples include the heart, lung, liver, spleen, and uterus. [ NCI ]"@en, "mehrere Optionen möglich. Eine einzigartige makroskopische (grobe) anatomische Struktur, die bestimmte Funktionen erfüllt. Es besteht aus verschiedenen Geweben. Ein Organ ist Teil eines anatomischen Systems oder einer Körperregion. Repräsentative Beispiele sind Herz, Lunge, Leber, Milz und Gebärmutter. [ NCI ]"@de ;
sh:in (
"Bone|Knochen"
"Bladder|Blase"
"Brain|Gehirn"
"Caecum|Blinddarm"
"Colon|Dickdarm"
"Gall bladder|Gallenblase"
"Heart|Herz"
"Lung|Lunge"
"Kidney|Niere"
"Liver|Leber"
"Spine|Wirbelsäule"
"Stomach|Magen"
"Thyroid gland|Schilddrüse"
"Tumor|Tumor"
"Spleen|Milz"
"Small intestine|Dünndarm"
"Pancreas|Bauchspeicheldrüse"
"Ovaries|Eierstöcke"
"Uterus|Gebärmutter"
"Testes|Hoden"
"Muscle|Muskel"
"Fat|Fett"
"Other|Andere"
) ;
], [
sh:name "Bildgebungsmodalität"@de, "Image modality"@en ;
sh:order 6 ;
sh:path <http://dicom.nema.org/resources/ontology/DCM/121139> ;
sh:description "Art des Geräts, des Prozesses oder der Methode, die zur Erfassung oder Ableitung von Daten verwendet werden."@de, "Type of device, process or method used to acquire or derive data."@en ;
sh:minCount 1 ;
sh:message "Sie müssen 2 Werte aus der Liste auswählen"@de, "You must select 2 values from the list"@en ;
sh:severity sh:Warning ;
sh:in (
"CT"
"MRI"
"US"
"MRI-CT"
) ;
], [
sh:datatype xsd:string ;
sh:name "Coil"@en, "Spule"@de ;
sh:order 9 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C116119> ;
sh:description "Wenn MRT gewählt wird. Wenn MRT gewählt wird. Die Klassifizierung der Spule, die in einem Magnetresonanztomographieverfahren verwendet wird. Bezieht sich normalerweise auf die anatomische Stelle, an der die Spule platziert ist, wie Kopf, Körper oder Brust. [ NGI ] (z.B. RF Res 300 1H 112/086 QSN TO AD Volume Coil)"@de, "When MRI is chosen. The classification of the coil that is used in an magnetic resonance imaging procedure. Usually refers to the anatomical location for where the coil is placed such as head, body or breast. [ NCI ](e.g. RF Res 300 1H 112/086 QSN TO AD volume coil)"@en ;
], [
sh:name "Geschlecht"@de, "Sex"@en ;
sh:order 20 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C28421> ;
sh:description "Die Ansammlung von physikalischen Eigenschaften oder Qualitäten, durch die männlich von weiblich unterschieden wird; der körperliche Unterschied zwischen männlich und weiblich; die unterscheidende Besonderheit von männlich oder weiblich. [ NCI aus dem Online-Medizinlexikon ]"@de, "The assemblage of physical properties or qualities by which male is distinguished from female; the physical difference between male and female; the distinguishing peculiarity of male or female. [ NCI from On-line Medical Dictionary ]"@en ;
sh:in (
"Female|weiblich"
"Male|männlich"
) ;
], [
sh:datatype xsd:integer ;
sh:name "Time point [min]"@en, "Zeitpunkt [min]"@de ;
sh:order 16 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C68568> ;
sh:description "Time after injection."@en, "Zeit nach der Injektion."@de ;
], [
sh:name "Gesundheitszustand"@de, "Health status"@en ;
sh:order 17 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C16669> ;
sh:description "Der Zustand des geistigen oder körperlichen Zustands eines Subjekts. [ NGI ]"@de, "The state of a subject's mental or physical condition. [ NCI ]"@en ;
sh:minCount 1 ;
sh:in (
"Healthy|Gesund"
"Not Healthy|nicht gesund"
) ;
sh:maxCount 1 ;
], [
sh:name "Parameter"@de, "Parameters"@en ;
sh:order 10 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C44175> ;
sh:description "Sequenzname, Wiederholungszeit, Echozeit, Atemgating etc. Jeder Faktor, der ein System definiert und seine Leistung bestimmt (oder begrenzt). [ NGI ] (z.B. T2 TurboRare fws, 2715 ms, 22,6 ms, Ja)"@de, "sequence name, repetition time, echo time, respiration gating etc. Any factor that defines a system and determines (or limits) its performance. [ NCI ](e.g. T2 TurboRare fws, 2715 ms, 22.6 ms, Yes)"@en ;
], [
sh:datatype xsd:string ;
sh:name "Contrast agent name"@en, "Kontrastmittelname"@de ;
sh:order 14 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C69294> ;
], [
sh:name "Organ segmentation"@en, "Organsegmentierung"@de ;
sh:order 27 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C80146> ;
sh:description "Der Prozess der Zuweisung einer Beschriftung zu jedem Pixel in einem Bild, so dass Pixel mit derselben Beschriftung bestimmte visuelle Eigenschaften aufweisen, sodass das Bild in mehrere Segmente (z. B. Grenzen, Linien, Kurven) unterteilt werden kann. [ NCI ]"@de, "The process of assigning a label to every pixel in an image such that pixels with the same label share certain visual characteristics, allowing the image to be partitioned into multiple segments (e.g., boundaries, lines, curves). [ NCI ]"@en ;
sh:in (
"Available|Verfügbar"
"Not available|Nicht verfügbar"
) ;
], [
sh:maxCount 1 ;
sh:name "Method of segmentation"@en, "Segmentierungsmethode"@de ;
sh:order 28 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C71460> ;
sh:description "Auswahl pro Organ. Ein Mittel, eine Verfahrensweise oder eine systematische Vorgehensweise von Handlungen, die durchgeführt werden müssen, um ein bestimmtes Ziel zu erreichen. [NGI]"@de, "Choose per organ. A means, manner of procedure, or systematic course of actions that have to be performed in order to accomplish a particular goal. [NCI]"@en ;
sh:in (
"Manual|Manuell"
"Semi-automatically|Halbautomatisch"
"Automatically|Automatisch"
) ;
], [
sh:name "Brand"@en, "Marke"@de ;
sh:order 8 ;
sh:path <http://semanticscience.org/resource/SIO_000119> ;
sh:description "A brand name is a trademarked and marketed name of a product."@en, "Ein Markenname ist ein geschützter und vermarkteter Name eines Produkts."@de ;
sh:minCount 1 ;
sh:in (
"Bioemtech"
"Bruker"
"Fuji Film Visualsonics"
"Mediso"
"MILabs"
"Molecubes"
"MR Solutions"
"PerkinElmer"
"Spectral Instruments Imaging"
"TriFoil Imaging"
"other"
) ;
], [
sh:name "Date type"@en, "Datentyp"@de ;
sh:order 13 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C42645> ;
sh:in (
"Raw data|Rohdaten"
"Reconstructed data|Rekonstruierte Daten"
) ;
], [
sh:datatype xsd:string ;
sh:name "Studien-ID"@de, "Study ID"@en ;
sh:order 2 ;
sh:path <https://purl.org/coscine/terms/65369ab3-68b8-4fa7-9cba-d42af6860b66/> ;
sh:description "A sequence of characters used to identify, name, or characterize the study."@en, "Eine Folge von Zeichen, die zum Identifizieren, Benennen oder Charakterisieren der Studie verwendet wird."@de ;
sh:minCount 1 ;
], [
sh:datatype xsd:boolean ;
sh:name "Longitudinal data"@en ;
sh:order 15 ;
sh:path <http://purl.obolibrary.org/obo/OMIT_0009220> ;
sh:description "Längsschnittstudien"@de, "longitudinal studies"@en ;
sh:minCount 1 ;
sh:maxCount 1 ;
], [
sh:datatype xsd:string ;
sh:name "Animal strain"@en, "Tierbelastung"@de ;
sh:order 4 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C14419> ;
sh:description "Breed of animal (e.g. for breed of mouse the strain may be, C57BL/6, SKH1, BALB/c)"@de ;
], [
sh:datatype xsd:string ;
sh:name "Disease model"@en, "Krankheitsmodell"@de ;
sh:order 18 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C19021> ;
sh:description "A rodent disease whose pathologic mechanisms are sufficiently similar to those of a human disease to serve as a model. [ NCI ](e.g. liver fibrosis)"@en, "Eine Nagetierkrankheit, deren pathologische Mechanismen denen einer menschlichen Krankheit ausreichend ähnlich sind, um als Modell zu dienen. [ NGI ] (z.B. Leberfibrose)"@de ;
], [
sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:name "Affected Organs"@en, "Betroffene Organe"@de ;
sh:order 30 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C64917> ;
], [sh:datatype xsd:integer ;
sh:description "Scan time in seconds"@en ;
sh:description "Scanzeit in Sekunden"@de ;
sh:maxCount 1 ;
sh:name "Scan time"@en ;
sh:name "Scanzeit"@de ;
sh:order 31 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C94975> ;
], [sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:name "Atemwegs-Gating"@de ;
sh:name "Respiratory gating"@en ;
sh:order 32 ;
sh:path <http://radlex.org/RID/RID11223> ;
], [sh:datatype xsd:decimal ;
sh:description "Time in milliseconds"@en ;
sh:description "Zeit in Millisekunden"@de ;
sh:maxCount 1 ;
sh:name "Echo spacing"@en ;
sh:name "Echoabstand"@de ;
sh:order 33 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C45786> ;
], [sh:datatype xsd:decimal ;
sh:name "Matrix X"@en ;
sh:order 38 ;
sh:path <https://purl.org/coscine/terms/2645a934-b56e-490c-a855-be91724f7d9b/> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV X"@de ;
sh:name "FOV X"@en ;
sh:order 48 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#X> ;
], [sh:datatype xsd:decimal ;
sh:name "Matrix Y"@en ;
sh:order 39 ;
sh:path <https://purl.org/coscine/terms/7897a8b4-e47e-4af8-8b87-946d759a9dae/> ;
], [sh:datatype xsd:decimal ;
sh:name "Matrix Z"@en ;
sh:order 40 ;
sh:path <https://purl.org/coscine/terms/55ae88bb-52c7-42c4-931f-331d38d27173/> ;
], [sh:datatype xsd:integer ;
sh:name "Averages"@en ;
sh:name "Durchschnittswerte"@de ;
sh:order 41 ;
sh:path <https://purl.org/coscine/terms/c6dc8bd4-1f01-42dd-9213-390bb4164a70/>
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV Y"@de ;
sh:name "FOV Y"@en ;
sh:order 49 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#Y> ;
], [sh:datatype xsd:boolean ;
sh:name "Wasserunterdrückung"@de ;
sh:name "Water Suppression"@en ;
sh:order 42 ;
sh:path <https://purl.org/coscine/terms/33a41a30-1c04-4b0d-8d3b-dfc7b09a6a14/> ;
], [sh:datatype xsd:decimal ;
sh:description "Schichtdicke [μm]"@de ;
sh:description "Slice thickness [µm]"@en ;
sh:maxCount 1 ;
sh:name "Schichtdicke"@de ;
sh:name "Slice thickness"@en ;
sh:order 43 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C106534> ;
], [sh:datatype xsd:integer ;
sh:name "Repetitions"@en ;
sh:name "Wiederholungen"@de ;
sh:order 44 ;
sh:path <https://purl.org/coscine/terms/a1bbde81-4858-46d4-96ae-5bc007d1fff5/> ;
], [sh:datatype xsd:decimal ;
sh:description "Time in milliseconds (ms)"@en ;
sh:description "Zeit in Millisekunden (ms)"@de ;
sh:maxCount 1 ;
sh:name "Repitition Zeit"@de ;
sh:name "Repitition time"@en ;
sh:order 45 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C82330> ;
], [sh:datatype xsd:decimal ;
sh:description "Gemessen in Hertz [Hz]"@de ;
sh:description "Measured in Hertz [Hz]"@en ;
sh:name "Wasserunterdrückungs-Vorimpuls"@de ;
sh:name "Water suppression prepulse"@en ;
sh:order 46 ;
sh:path <https://purl.org/coscine/terms/7a74f6f9-ecb8-45e7-82d5-47320e8d50b0/> ;
], [sh:datatype xsd:decimal ;
sh:description "Gemessen in Grad"@de ;
sh:description "Measured in Degrees"@en ;
sh:name "Flip Angle"@en ;
sh:name "Flip-Winkel"@de ;
sh:order 47 ;
sh:path <https://purl.org/coscine/terms/3f786947-150c-45ff-ba25-4439022a7684/> ;
], [sh:datatype xsd:boolean ;
sh:name "Fat Suppression"@en ;
sh:name "Fett Unterdrückung"@de ;
sh:order 51 ;
sh:path <https://purl.org/coscine/terms/a235fdb0-9f98-4860-92ad-f6f82c1343e2/> ;
], [sh:datatype xsd:integer ;
sh:description "RARE factor (Rapid Acquisition Relaxation Enhanced equals FastSpinEcho or TurboSpinEcho) = Echo Train Length"@en ;
sh:maxCount 1 ;
sh:name "Echo Train Length"@en ;
sh:name "Seltener Faktor"@de ;
sh:order 55 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C164740> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV Z"@de ;
sh:name "FOV Z"@en ;
sh:order 50 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#Z> ;
], [sh:datatype xsd:integer ;
sh:description "Slice gap [µm]"@en ;
sh:description "Slice-Lücke [µm]"@de ;
sh:maxCount 1 ;
sh:name "Slice gap"@en ;
sh:name "Slice-Lücke"@de ;
sh:order 51 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C80133> ;
], [sh:datatype xsd:decimal ;
sh:description "Zeit in Millisekunden (ms)"@de ;
sh:description "Time in milliseconds(ms)"@en ;
sh:maxCount 1 ;
sh:name "Echo time"@en ;
sh:name "Echozeit"@de ;
sh:order 52 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C82331> ;
], [sh:datatype xsd:decimal ;
sh:description "[μm/Pixel]"@en ;
sh:description "[μm/Pixel]"@de ;
sh:name "Auflösung"@de ;
sh:name "Pixel Size X"@en ;
sh:order 53 ;
sh:path <https://purl.org/coscine/terms/b0c81c02-d11d-409c-a40c-018b1c3fc387/> ;
], [sh:datatype xsd:decimal ;
sh:description "[μm/Pixel]"@en ;
sh:description "[μm/Pixel]"@de ;
sh:name "Auflösung"@de ;
sh:name "Pixel Size Y"@en ;
sh:order 54 ;
sh:path <https://purl.org/coscine/terms/c711473f-31b4-4bc8-b924-eeea7857a82c/> ;
], [sh:datatype xsd:decimal ;
sh:description "Grad des Winkels"@de ;
sh:description "degree of angle"@en ;
sh:maxCount 1 ;
sh:name "Scan angle"@en ;
sh:name "Scanwinkel"@de ;
sh:order 56 ;
sh:path <http://radlex.org/RID/RID39533> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV Z [mm]"@de ;
sh:name "FOV Z [mm]"@en ;
sh:order 59 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#Z> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV Y [mm]"@de ;
sh:name "FOV Y [mm]"@en ;
sh:order 58 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#Y> ;
], [sh:datatype xsd:decimal ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:description "Magnification in mm"@en ;
sh:maxCount 1 ;
sh:name "Voxel Größe Y [mm]"@de ;
sh:name "Voxel Size Y [mm]"@en ;
sh:order 61 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C156498> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV X [mm]"@de ;
sh:name "FOV X [mm]"@en ;
sh:order 57 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#X> ;
], [sh:datatype xsd:decimal ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:description "Magnification in mm"@en ;
sh:maxCount 1 ;
sh:name "Voxel Größe X [mm]"@de ;
sh:name "Voxel Size X [mm]"@en ;
sh:order 60 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C156497> ;
], [sh:datatype xsd:decimal ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:description "Magnification in mm"@en ;
sh:maxCount 1 ;
sh:name "Voxel Größe Z [mm]"@de ;
sh:name "Voxel Size Z [mm]"@en ;
sh:order 62 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C156499> ;
], [sh:datatype xsd:decimal ;
sh:description "Grad des Winkels"@de ;
sh:description "degree of angle step"@en ;
sh:maxCount 1 ;
sh:name "Angle step degree"@en ;
sh:name "Winkelschrittgrad"@de ;
sh:order 63 ;
sh:path <https://purl.org/coscine/terms/a029a63b-d8e5-4b3c-950a-78b7458da0df/> ;
], [sh:datatype xsd:decimal ;
sh:description "Hounsfield unit (HU) is a measure of the radiodensity of a substance on a CT"@en ;
sh:description "Hounsfield-Einheit (HU) ist ein Maß für die Radiodichte einer Substanz auf einem CT"@de ;
sh:name "Hounsfield unit calibration"@en ;
sh:name "Hounsfield-Gerätekalibrierung"@de ;
sh:order 64 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C69187> ;
], [sh:datatype xsd:decimal ;
sh:description "gemessen in Millisekunden [ms]"@de ;
sh:description "measured in milliseconds [ms]"@en ;
sh:name "Exposition [ms]"@de ;
sh:name "Exposure [ms]"@en ;
sh:order 65 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C69234> ;
], [sh:datatype xsd:decimal ;
sh:description "gemessen in Milliampere"@de ;
sh:description "measured in Milliampere"@en ;
sh:name "Röntgenstrom [mA]"@de ;
sh:name "Xray current [mA]"@en ;
sh:order 66 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C69233> ;
], [sh:datatype xsd:decimal ;
sh:description "gemessen in Kilovolt, kV"@de ;
sh:description "measured in kilovolts, kV"@en ;
sh:name "Röntgenspannung [kV]"@de ;
sh:name "Xray voltage [kV]"@en ;
sh:order 67 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C70813> ;
], [sh:datatype xsd:string ;
sh:name "Creator"@en, "Ersteller"@de ;
sh:order 1 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C42628> ;
sh:minCount 1 ;
sh:maxCount 1 ;
] .
\ No newline at end of file
dcterms:creator "Catherine Gonzalez" ;
dcterms:description "Preclinical Imaging of animal specimens"@en, "Präklinische Bildgebung von Tierproben"@de ;
dcterms:license <https://spdx.org/licenses/CC-BY-4.0.html> ;
dcterms:subject <https://purl.org/coscine/ap/preclinical-imaging/Life%20science> ;
dcterms:title "Preclinical Imaging Version 5"@en, "Präklinische Bildgebung V5"@de ;
a rdfs:Class,
sh:NodeShape ;
prov:wasRevisionOf <https://purl.org/coscine/ap/preclinical-imaging/v4> ;
sh:closed "0"^^xsd:boolean ;
sh:property [
sh:datatype xsd:string ;
sh:name "Anbieter"@de, "Supplier"@en ;
sh:order 5 ;
sh:path <https://purl.org/coscine/terms/e21c1d63-6b54-4f30-b6aa-ad1090a7e49c/> ;
], [
sh:datatype xsd:string ;
sh:name "Animal ID"@en, "Tier ID"@de ;
sh:order 3 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C164820> ;
sh:description "e.g. maus35, Schwein2"@de, "e.g. mouse35, pig2"@en ;
sh:minCount 1 ;
], [
sh:datatype xsd:integer ;
sh:name "Age"@en, "Alter"@de ;
sh:order 19 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C25150> ;
sh:description "In tag. Wie lange gibt es schon etwas; verstrichene Zeit seit der Geburt. [NGI]"@de, "in days. How long something has existed; elapsed time since birth. [ NCI ]"@en ;
sh:flags "^\\d+$" ;
sh:message "Age cannot be zero or a negative number"@en, "Alter darf keine negative Zahl sein"@de ;
sh:minExclusive 0 ;
sh:severity sh:Warning ;
], [
sh:datatype xsd:string ;
sh:name "Data format"@en, "Datenformat"@de ;
sh:order 12 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C171252> ;
sh:description "Das Format einer elektronischen Datei. [NGI]"@de, "The format of an electronic file. [NCI]"@en ;
], [
sh:name "Quelle"@de, "Source"@en ;
sh:order 11 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C25683> ;
sh:in (
"native|nativ"
"contrast-enhanced|kontrastverstärkend"
) ;
], [
sh:datatype xsd:string ;
sh:name "Device name"@en, "Gerätename"@de ;
sh:order 7 ;
sh:path <http://dicom.nema.org/resources/ontology/DCM/113879> ;
sh:description "Model Name of a device. (e.g. 7T BioSpec 70/20 USR)"@en, "Modellname eines Geräts. (z.B. 7T BioSpec 70/20 USR)"@de ;
], [
sh:name "Organ"@de, "Organ"@en ;
sh:order 29 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C13018> ;
sh:description "Multiple options possible. A unique macroscopic(gross) anatomic structure that performs specific functions. It is composed of various tissues. An organ is part of an anatomic system or a body region. Representative examples include the heart, lung, liver, spleen, and uterus. [ NCI ]"@en, "mehrere Optionen möglich. Eine einzigartige makroskopische (grobe) anatomische Struktur, die bestimmte Funktionen erfüllt. Es besteht aus verschiedenen Geweben. Ein Organ ist Teil eines anatomischen Systems oder einer Körperregion. Repräsentative Beispiele sind Herz, Lunge, Leber, Milz und Gebärmutter. [ NCI ]"@de ;
sh:in (
"Bone|Knochen"
"Bladder|Blase"
"Brain|Gehirn"
"Caecum|Blinddarm"
"Colon|Dickdarm"
"Gall bladder|Gallenblase"
"Heart|Herz"
"Lung|Lunge"
"Kidney|Niere"
"Liver|Leber"
"Spine|Wirbelsäule"
"Stomach|Magen"
"Thyroid gland|Schilddrüse"
"Tumor|Tumor"
"Spleen|Milz"
"Small intestine|Dünndarm"
"Pancreas|Bauchspeicheldrüse"
"Ovaries|Eierstöcke"
"Uterus|Gebärmutter"
"Testes|Hoden"
"Muscle|Muskel"
"Fat|Fett"
"Other|Andere"
) ;
], [
sh:name "Bildgebungsmodalität"@de, "Image modality"@en ;
sh:order 6 ;
sh:path <http://dicom.nema.org/resources/ontology/DCM/121139> ;
sh:description "Art des Geräts, des Prozesses oder der Methode, die zur Erfassung oder Ableitung von Daten verwendet werden."@de, "Type of device, process or method used to acquire or derive data."@en ;
sh:minCount 1 ;
sh:message "Sie müssen 2 Werte aus der Liste auswählen"@de, "You must select 2 values from the list"@en ;
sh:severity sh:Warning ;
sh:in (
"CT"
"MRI"
"US"
"MRI-CT"
) ;
], [
sh:datatype xsd:string ;
sh:name "Coil"@en, "Spule"@de ;
sh:order 9 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C116119> ;
sh:description "Wenn MRT gewählt wird. Wenn MRT gewählt wird. Die Klassifizierung der Spule, die in einem Magnetresonanztomographieverfahren verwendet wird. Bezieht sich normalerweise auf die anatomische Stelle, an der die Spule platziert ist, wie Kopf, Körper oder Brust. [ NGI ] (z.B. RF Res 300 1H 112/086 QSN TO AD Volume Coil)"@de, "When MRI is chosen. The classification of the coil that is used in an magnetic resonance imaging procedure. Usually refers to the anatomical location for where the coil is placed such as head, body or breast. [ NCI ](e.g. RF Res 300 1H 112/086 QSN TO AD volume coil)"@en ;
], [
sh:name "Geschlecht"@de, "Sex"@en ;
sh:order 20 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C28421> ;
sh:description "Die Ansammlung von physikalischen Eigenschaften oder Qualitäten, durch die männlich von weiblich unterschieden wird; der körperliche Unterschied zwischen männlich und weiblich; die unterscheidende Besonderheit von männlich oder weiblich. [ NCI aus dem Online-Medizinlexikon ]"@de, "The assemblage of physical properties or qualities by which male is distinguished from female; the physical difference between male and female; the distinguishing peculiarity of male or female. [ NCI from On-line Medical Dictionary ]"@en ;
sh:in (
"Female|weiblich"
"Male|männlich"
) ;
], [
sh:datatype xsd:integer ;
sh:name "Time point [min]"@en, "Zeitpunkt [min]"@de ;
sh:order 16 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C68568> ;
sh:description "Time after injection."@en, "Zeit nach der Injektion."@de ;
], [
sh:name "Gesundheitszustand"@de, "Health status"@en ;
sh:order 17 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C16669> ;
sh:description "Der Zustand des geistigen oder körperlichen Zustands eines Subjekts. [ NGI ]"@de, "The state of a subject's mental or physical condition. [ NCI ]"@en ;
sh:minCount 1 ;
sh:in (
"Healthy|Gesund"
"Not Healthy|nicht gesund"
) ;
sh:maxCount 1 ;
], [
sh:name "Parameter"@de, "Parameters"@en ;
sh:order 10 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C44175> ;
sh:description "Sequenzname, Wiederholungszeit, Echozeit, Atemgating etc. Jeder Faktor, der ein System definiert und seine Leistung bestimmt (oder begrenzt). [ NGI ] (z.B. T2 TurboRare fws, 2715 ms, 22,6 ms, Ja)"@de, "sequence name, repetition time, echo time, respiration gating etc. Any factor that defines a system and determines (or limits) its performance. [ NCI ](e.g. T2 TurboRare fws, 2715 ms, 22.6 ms, Yes)"@en ;
], [
sh:datatype xsd:string ;
sh:name "Contrast agent name"@en, "Kontrastmittelname"@de ;
sh:order 14 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C69294> ;
], [
sh:name "Organ segmentation"@en, "Organsegmentierung"@de ;
sh:order 27 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C80146> ;
sh:description "Der Prozess der Zuweisung einer Beschriftung zu jedem Pixel in einem Bild, so dass Pixel mit derselben Beschriftung bestimmte visuelle Eigenschaften aufweisen, sodass das Bild in mehrere Segmente (z. B. Grenzen, Linien, Kurven) unterteilt werden kann. [ NCI ]"@de, "The process of assigning a label to every pixel in an image such that pixels with the same label share certain visual characteristics, allowing the image to be partitioned into multiple segments (e.g., boundaries, lines, curves). [ NCI ]"@en ;
sh:in (
"Available|Verfügbar"
"Not available|Nicht verfügbar"
) ;
], [
sh:maxCount 1 ;
sh:name "Method of segmentation"@en, "Segmentierungsmethode"@de ;
sh:order 28 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C71460> ;
sh:description "Auswahl pro Organ. Ein Mittel, eine Verfahrensweise oder eine systematische Vorgehensweise von Handlungen, die durchgeführt werden müssen, um ein bestimmtes Ziel zu erreichen. [NGI]"@de, "Choose per organ. A means, manner of procedure, or systematic course of actions that have to be performed in order to accomplish a particular goal. [NCI]"@en ;
sh:in (
"Manual|Manuell"
"Semi-automatically|Halbautomatisch"
"Automatically|Automatisch"
) ;
], [
sh:name "Brand"@en, "Marke"@de ;
sh:order 8 ;
sh:path <http://semanticscience.org/resource/SIO_000119> ;
sh:description "A brand name is a trademarked and marketed name of a product."@en, "Ein Markenname ist ein geschützter und vermarkteter Name eines Produkts."@de ;
sh:minCount 1 ;
sh:in (
"Bioemtech"
"Bruker"
"Fuji Film Visualsonics"
"Mediso"
"MILabs"
"Molecubes"
"MR Solutions"
"PerkinElmer"
"Spectral Instruments Imaging"
"TriFoil Imaging"
"other"
) ;
], [
sh:name "Date type"@en, "Datentyp"@de ;
sh:order 13 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C42645> ;
sh:in (
"Raw data|Rohdaten"
"Reconstructed data|Rekonstruierte Daten"
) ;
], [
sh:datatype xsd:string ;
sh:name "Studien-ID"@de, "Study ID"@en ;
sh:order 2 ;
sh:path <https://purl.org/coscine/terms/65369ab3-68b8-4fa7-9cba-d42af6860b66/> ;
sh:description "A sequence of characters used to identify, name, or characterize the study."@en, "Eine Folge von Zeichen, die zum Identifizieren, Benennen oder Charakterisieren der Studie verwendet wird."@de ;
sh:minCount 1 ;
], [
sh:datatype xsd:boolean ;
sh:name "Longitudinal data"@en ;
sh:order 15 ;
sh:path <http://purl.obolibrary.org/obo/OMIT_0009220> ;
sh:description "Längsschnittstudien"@de, "longitudinal studies"@en ;
sh:minCount 1 ;
sh:maxCount 1 ;
], [
sh:datatype xsd:string ;
sh:name "Animal strain"@en, "Tierbelastung"@de ;
sh:order 4 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C14419> ;
sh:description "Breed of animal (e.g. for breed of mouse the strain may be, C57BL/6, SKH1, BALB/c)"@de ;
], [
sh:datatype xsd:string ;
sh:name "Disease model"@en, "Krankheitsmodell"@de ;
sh:order 18 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C19021> ;
sh:description "A rodent disease whose pathologic mechanisms are sufficiently similar to those of a human disease to serve as a model. [ NCI ](e.g. liver fibrosis)"@en, "Eine Nagetierkrankheit, deren pathologische Mechanismen denen einer menschlichen Krankheit ausreichend ähnlich sind, um als Modell zu dienen. [ NGI ] (z.B. Leberfibrose)"@de ;
], [
sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:name "Affected Organs"@en, "Betroffene Organe"@de ;
sh:order 30 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C64917> ;
], [sh:datatype xsd:integer ;
sh:description "Scan time in seconds"@en ;
sh:description "Scanzeit in Sekunden"@de ;
sh:maxCount 1 ;
sh:name "Scan time"@en ;
sh:name "Scanzeit"@de ;
sh:order 31 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C94975> ;
], [sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:name "Atemwegs-Gating"@de ;
sh:name "Respiratory gating"@en ;
sh:order 32 ;
sh:path <http://radlex.org/RID/RID11223> ;
], [sh:datatype xsd:decimal ;
sh:description "Time in milliseconds"@en ;
sh:description "Zeit in Millisekunden"@de ;
sh:maxCount 1 ;
sh:name "Echo spacing"@en ;
sh:name "Echoabstand"@de ;
sh:order 33 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C45786> ;
], [sh:datatype xsd:decimal ;
sh:name "Matrix X"@en ;
sh:order 38 ;
sh:path <https://purl.org/coscine/terms/2645a934-b56e-490c-a855-be91724f7d9b/> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV X"@de ;
sh:name "FOV X"@en ;
sh:order 48 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#X> ;
], [sh:datatype xsd:decimal ;
sh:name "Matrix Y"@en ;
sh:order 39 ;
sh:path <https://purl.org/coscine/terms/7897a8b4-e47e-4af8-8b87-946d759a9dae/> ;
], [sh:datatype xsd:decimal ;
sh:name "Matrix Z"@en ;
sh:order 40 ;
sh:path <https://purl.org/coscine/terms/55ae88bb-52c7-42c4-931f-331d38d27173/> ;
], [sh:datatype xsd:integer ;
sh:name "Averages"@en ;
sh:name "Durchschnittswerte"@de ;
sh:order 41 ;
sh:path <https://purl.org/coscine/terms/c6dc8bd4-1f01-42dd-9213-390bb4164a70/>
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV Y"@de ;
sh:name "FOV Y"@en ;
sh:order 49 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#Y> ;
], [sh:datatype xsd:boolean ;
sh:name "Wasserunterdrückung"@de ;
sh:name "Water Suppression"@en ;
sh:order 42 ;
sh:path <https://purl.org/coscine/terms/33a41a30-1c04-4b0d-8d3b-dfc7b09a6a14/> ;
], [sh:datatype xsd:decimal ;
sh:description "Schichtdicke [μm]"@de ;
sh:description "Slice thickness [µm]"@en ;
sh:maxCount 1 ;
sh:name "Schichtdicke"@de ;
sh:name "Slice thickness"@en ;
sh:order 43 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C106534> ;
], [sh:datatype xsd:integer ;
sh:name "Repetitions"@en ;
sh:name "Wiederholungen"@de ;
sh:order 44 ;
sh:path <https://purl.org/coscine/terms/a1bbde81-4858-46d4-96ae-5bc007d1fff5/> ;
], [sh:datatype xsd:decimal ;
sh:description "Time in milliseconds (ms)"@en ;
sh:description "Zeit in Millisekunden (ms)"@de ;
sh:maxCount 1 ;
sh:name "Repitition Zeit"@de ;
sh:name "Repitition time"@en ;
sh:order 45 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C82330> ;
], [sh:datatype xsd:decimal ;
sh:description "Gemessen in Hertz [Hz]"@de ;
sh:description "Measured in Hertz [Hz]"@en ;
sh:name "Wasserunterdrückungs-Vorimpuls"@de ;
sh:name "Water suppression prepulse"@en ;
sh:order 46 ;
sh:path <https://purl.org/coscine/terms/7a74f6f9-ecb8-45e7-82d5-47320e8d50b0/> ;
], [sh:datatype xsd:decimal ;
sh:description "Gemessen in Grad"@de ;
sh:description "Measured in Degrees"@en ;
sh:name "Flip Angle"@en ;
sh:name "Flip-Winkel"@de ;
sh:order 47 ;
sh:path <https://purl.org/coscine/terms/3f786947-150c-45ff-ba25-4439022a7684/> ;
], [sh:datatype xsd:boolean ;
sh:name "Fat Suppression"@en ;
sh:name "Fett Unterdrückung"@de ;
sh:order 51 ;
sh:path <https://purl.org/coscine/terms/a235fdb0-9f98-4860-92ad-f6f82c1343e2/> ;
], [sh:datatype xsd:integer ;
sh:description "RARE factor (Rapid Acquisition Relaxation Enhanced equals FastSpinEcho or TurboSpinEcho) = Echo Train Length"@en ;
sh:maxCount 1 ;
sh:name "Echo Train Length"@en ;
sh:name "Seltener Faktor"@de ;
sh:order 55 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C164740> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV Z"@de ;
sh:name "FOV Z"@en ;
sh:order 50 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#Z> ;
], [sh:datatype xsd:integer ;
sh:description "Slice gap [µm]"@en ;
sh:description "Slice-Lücke [µm]"@de ;
sh:maxCount 1 ;
sh:name "Slice gap"@en ;
sh:name "Slice-Lücke"@de ;
sh:order 51 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C80133> ;
], [sh:datatype xsd:decimal ;
sh:description "Zeit in Millisekunden (ms)"@de ;
sh:description "Time in milliseconds(ms)"@en ;
sh:maxCount 1 ;
sh:name "Echo time"@en ;
sh:name "Echozeit"@de ;
sh:order 52 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C82331> ;
], [sh:datatype xsd:decimal ;
sh:description "[μm/Pixel]"@en ;
sh:description "[μm/Pixel]"@de ;
sh:name "Auflösung"@de ;
sh:name "Pixel Size X"@en ;
sh:order 53 ;
sh:path <https://purl.org/coscine/terms/b0c81c02-d11d-409c-a40c-018b1c3fc387/> ;
], [sh:datatype xsd:decimal ;
sh:description "[μm/Pixel]"@en ;
sh:description "[μm/Pixel]"@de ;
sh:name "Auflösung"@de ;
sh:name "Pixel Size Y"@en ;
sh:order 54 ;
sh:path <https://purl.org/coscine/terms/c711473f-31b4-4bc8-b924-eeea7857a82c/> ;
], [sh:datatype xsd:decimal ;
sh:description "Grad des Winkels"@de ;
sh:description "degree of angle"@en ;
sh:maxCount 1 ;
sh:name "Scan angle"@en ;
sh:name "Scanwinkel"@de ;
sh:order 56 ;
sh:path <http://radlex.org/RID/RID39533> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV Z [mm]"@de ;
sh:name "FOV Z [mm]"@en ;
sh:order 59 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#Z> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV Y [mm]"@de ;
sh:name "FOV Y [mm]"@en ;
sh:order 58 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#Y> ;
], [sh:datatype xsd:decimal ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:description "Magnification in mm"@en ;
sh:maxCount 1 ;
sh:name "Voxel Größe Y [mm]"@de ;
sh:name "Voxel Size Y [mm]"@en ;
sh:order 61 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C156498> ;
], [sh:datatype xsd:decimal ;
sh:description "Field of View measured in mm"@en ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:maxCount 1 ;
sh:name "FOV X [mm]"@de ;
sh:name "FOV X [mm]"@en ;
sh:order 57 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C74298#X> ;
], [sh:datatype xsd:decimal ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:description "Magnification in mm"@en ;
sh:maxCount 1 ;
sh:name "Voxel Größe X [mm]"@de ;
sh:name "Voxel Size X [mm]"@en ;
sh:order 60 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C156497> ;
], [sh:datatype xsd:decimal ;
sh:description "Sichtfeld gemessen in mm"@de ;
sh:description "Magnification in mm"@en ;
sh:maxCount 1 ;
sh:name "Voxel Größe Z [mm]"@de ;
sh:name "Voxel Size Z [mm]"@en ;
sh:order 62 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C156499> ;
], [sh:datatype xsd:decimal ;
sh:description "Grad des Winkels"@de ;
sh:description "degree of angle step"@en ;
sh:maxCount 1 ;
sh:name "Angle step degree"@en ;
sh:name "Winkelschrittgrad"@de ;
sh:order 63 ;
sh:path <https://purl.org/coscine/terms/a029a63b-d8e5-4b3c-950a-78b7458da0df/> ;
], [sh:datatype xsd:decimal ;
sh:description "Hounsfield unit (HU) is a measure of the radiodensity of a substance on a CT"@en ;
sh:description "Hounsfield-Einheit (HU) ist ein Maß für die Radiodichte einer Substanz auf einem CT"@de ;
sh:name "Hounsfield unit calibration"@en ;
sh:name "Hounsfield-Gerätekalibrierung"@de ;
sh:order 64 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C69187> ;
], [sh:datatype xsd:decimal ;
sh:description "gemessen in Millisekunden [ms]"@de ;
sh:description "measured in milliseconds [ms]"@en ;
sh:name "Exposition [ms]"@de ;
sh:name "Exposure [ms]"@en ;
sh:order 65 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C69234> ;
], [sh:datatype xsd:decimal ;
sh:description "gemessen in Milliampere"@de ;
sh:description "measured in Milliampere"@en ;
sh:name "Röntgenstrom [mA]"@de ;
sh:name "Xray current [mA]"@en ;
sh:order 66 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C69233> ;
], [sh:datatype xsd:decimal ;
sh:description "gemessen in Kilovolt, kV"@de ;
sh:description "measured in kilovolts, kV"@en ;
sh:name "Röntgenspannung [kV]"@de ;
sh:name "Xray voltage [kV]"@en ;
sh:order 67 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C70813> ;
], [sh:datatype xsd:string ;
sh:name "Creator"@en, "Ersteller"@de ;
sh:order 1 ;
sh:path <http://purl.obolibrary.org/obo/NCIT_C42628> ;
sh:minCount 1 ;
sh:maxCount 1 ;
] .
\ No newline at end of file
Loading