diff --git a/profiles/srfm/schneewittchen/index.ttl b/profiles/srfm/schneewittchen/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..55307c18618cd5695d669e067fb803ce2de04a69 --- /dev/null +++ b/profiles/srfm/schneewittchen/index.ttl @@ -0,0 +1,448 @@ +@base <https://purl.org/coscine/ap/srfm/schneewittchen/> . + +@prefix dash: <http://datashapes.org/dash#> . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +@prefix sh: <http://www.w3.org/ns/shacl#> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix coscineSRFMSW: <https://purl.org/coscine/ap/srfm/srfmSchneewittchen#> . +@prefix omunit: <http://www.ontology-of-units-of-measure.org/resource/om-2/Unit> . +@prefix qudt: <http://qudt.org/schema/qudt/> . +@prefix unit: <http://qudt.org/vocab/unit/> . +@prefix coscineSRFM: <https://purl.org/coscine/ap/srfm/haenselGretel#> . + +@prefix dcterms:<http://purl.org/dc/terms/> . +@prefix afr:<http://purl.allotrope.org/ontologies/result#> . +@prefix csmd:<http://www.purl.org/net/CSMD/4.0#sample_name> . +@prefix obo:<http://purl.obolibrary.org/obo/> . +@prefix srfm:<http://purl.org/coscine/terms/srfm#> . +@prefix repr:<https://w3id.org/reproduceme#> . +@prefix sio:<http://semanticscience.org/resource/> . +@prefix om2:<http://www.ontology-of-units-of-measure.org/resource/om-2/> . +@prefix m3lite:<http://smart-ics.ee.surrey.ac.uk/ontology/m3-lite.owl#> . +@prefix bao:<http://www.bioassayontology.org/bao#> . +@prefix dbo:<http://dbpedia.org/ontology/> . + +<https://purl.org/coscine/ap/srfm/schneewittchen> + dcterms:license <http://spdx.org/licenses/MIT> ; + dcterms:publisher <https://itc.rwth-aachen.de/> ; + dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; + dcterms:title "Superresolution Fluorescence Microscopy (SRFM) - Schneewittchen"@en, "Hochauflösende Fluoresenzmikroskopie (SRFM) - Schneewittchen"@de ; + +a sh:NodeShape ; +sh:targetClass <https://purl.org/coscine/ap/srfm/schneewittchen/> ; +sh:closed true ; + +sh:property [ + sh:path rdf:type ; +] ; + + sh:property coscineSRFM:creator ; + sh:property coscineSRFM:student ; + sh:property coscineSRFM:timeOfMeasurment ; + sh:property coscineSRFM:measurementName ; + sh:property coscineSRFM:sampleName ; + sh:property coscineSRFM:samplePID ; + sh:property coscineSRFM:sampleType ; + sh:property coscineSRFM:sampleSolvent ; + sh:property coscineSRFM:samplePreparation ; + sh:property coscineSRFM:coverSlipPreparation ; + sh:property coscineSRFM:sampleApplication ; + sh:property coscineSRFM:fluorescentDye ; + sh:property coscineSRFM:measurementMedium ; + sh:property coscineSRFM:setup ; + sh:property coscineSRFM:measuringModeCamera ; + sh:property coscineSRFM:laserWavelength ; + sh:property coscineSRFM:laserIntensity ; + sh:property coscineSRFM:laserSpotsize ; + sh:property coscineSRFM:laserpowerDensity ; + sh:property coscineSRFMSW:hexenhausLEDs ; + sh:property coscineSRFMSW:hexenhausLEDIntensity ; + sh:property coscineSRFMSW:rotationSpeedSpinningDisc ; + sh:property coscineSRFM:excitationFilter ; + sh:property coscineSRFM:dichroicMirror ; + sh:property coscineSRFM:emissionFilterCube ; + sh:property coscineSRFM:emissionFilterPath ; + sh:property coscineSRFM:illuminationMethod ; + sh:property coscineSRFM:objectiveLens ; + sh:property coscineSRFM:magnification ; + sh:property coscineSRFM:additionalMagnification ; + sh:property coscineSRFM:immersionMedium ; + sh:property coscineSRFM:psfModificationMethod ; + sh:property coscineSRFM:pixelSize ; + sh:property coscineSRFM:exposureTime ; + sh:property coscineSRFM:emccdGain ; + sh:property coscineSRFM:acquisitionMode ; + sh:property coscineSRFMSW:intervalIllumination ; + sh:property coscineSRFMSW:intervalExposure ; + sh:property coscineSRFMSW:intervalTime ; + sh:property coscineSRFMSW:zStackOptions ; + sh:property coscineSRFMSW:numFrames ; + sh:property coscineSRFMSW:sizeFov . + +coscineSRFM:creator + sh:path dcterms:creator ; + sh:order 0 ; + sh:description "WiMi responsible for data"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Creator"@en, "Ersteller"@de. + + +coscineSRFM:student + sh:path dcterms:contributor ; + sh:order 1 ; + sh:description "in the case data was produced a student (BA/HiWi/MA)"@en ; + sh:datatype xsd:string ; + sh:name "Student"@en, "Student"@de. + + +coscineSRFM:timeOfMeasurment + sh:path afr:AFR_0000952e ; + sh:order 2 ; + sh:description "date and time data was produced"@en ; + sh:datatype xsd:dateTime ; + sh:minCount 1 ; + sh:name "Time of Measurment"@en, "Zeitpunkt der Messung"@de. + + +coscineSRFM:measurementName + sh:path dcterms:title ; + sh:order 3 ; + sh:description "Unique name of measurement "@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Measurement name"@en, "Name der Messung"@de. + + +coscineSRFM:sampleName + sh:path afr:AFR_0001118 ; + sh:order 4 ; + sh:description "Which sample has been measured"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Sample name"@en, "Probenname"@de. + + +coscineSRFM:samplePID + sh:path dcterms:identifier ; + sh:order 5 ; + sh:description "sample management system PID in SFB 985"@en ; + sh:datatype xsd:string ; + sh:name "Sample PID (SFB985) "@en, "Proben-PID (SFB985)"@de. + + +coscineSRFM:sampleType + sh:path csmd:sampletype_name ; + sh:order 6 ; + sh:description "Sort of sample being measured (microgel/surface/enzyme/polymer/…("@en ; + sh:datatype xsd:string ; + sh:name "Sample type"@en, "Typ der Probe"@de. + + +coscineSRFM:sampleSolvent + sh:path obo:CHEBI_46787 ; + sh:order 7 ; + sh:description "Solvent the sample was stored in (not neccessary during measurement)"@en ; + sh:datatype xsd:string ; + sh:name "Sample solvent"@en, "Probe Lösungsmittel"@de. + + +coscineSRFM:samplePreparation + sh:path srfm:samplePreparation ; + sh:order 8 ; + sh:description "How was the sample prepared / treated / stored / ... before measurement?"@en ; + sh:datatype xsd:string ; + dash:singleLine false ; + sh:name "Sample preparation"@en, "Vorbereitung der Probe"@de. + + +coscineSRFM:coverSlipPreparation + sh:path srfm:coverSlipPreparation ; + sh:order 9 ; + sh:description "Microscopy medium preparation (hellmanex / isopropanol / plasma cleaned / crude / modified / …) "@en ; + sh:datatype xsd:string ; + dash:singleLine false ; + sh:name "Coverslip preparation"@en, "Vorbereitung des Deckglases"@de. + + +coscineSRFM:sampleApplication + sh:path obo:CHMO_0001470 ; + sh:order 10 ; + sh:description "Dropcasting / Spincoating / Dipcoating /…"@en ; + sh:datatype xsd:string ; + sh:name "Sample application"@en, "Probenauftragung"@de. + + +coscineSRFM:fluorescentDye + sh:path obo:CHEBI_51121 ; + sh:order 11 ; + sh:description "Which dye was used (none if no dye used)"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Fluorescent dye "@en, "fluoreszierender Farbstoff"@de. + + +coscineSRFM:measurementMedium + sh:path obo:NCIT_C48164 ; + sh:order 12 ; + sh:description "Which medium the sample was measured (Air/dry, water, buffer, …)"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + dash:singleLine false ; + sh:name "Measurement medium"@en, "Messmedium"@de. + + +coscineSRFM:setup + sh:path csmd:instrument_name ; + sh:order 13 ; + sh:description "The setup data were measured at "@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/setup> ; + sh:minCount 1 ; + sh:name "Setup"@en, "Setup"@de. + + +coscineSRFM:measuringModeCamera + sh:path srfm:measuringModeCamera ; + sh:order 14 ; + sh:description "Which excitation/emission path was used"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW> ; + sh:minCount 1 ; + sh:name "Measuring mode / Camera"@en, "Messmodus / Kamera"@de. + + +coscineSRFM:laserWavelength + sh:path repr:Wavelength ; + sh:order 15 ; + sh:description "Which excitation wavelength was used"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> ; + qudt:Unit unit:NanoM ; + sh:minCount 1 ; + sh:name "Laser wavelength [nm]"@en, "Laser-Wellenlänge [nm]"@de. + + +coscineSRFM:laserIntensity + sh:path sio:SIO_001212 ; + sh:order 16 ; + sh:description "raw laser intensity measured at objective lens (mW)"@en ; + sh:datatype xsd:decimal ; + qudt:Unit unit:MilliW ; + sh:name "Laser intensity [mW]"@en, "Laser-Intensität [mW]"@de. + + +coscineSRFM:laserSpotsize + sh:path srfm:laserSpotsize ; + sh:order 17 ; + sh:description "Spotsize of the sample illuminated"@en ; + sh:datatype xsd:decimal ; + qudt:Unit unit:CentiM2 ; + sh:name "Laser spotsize [cm²]"@en, "Größe des Laserspots [cm²]"@de. + + +coscineSRFM:laserpowerDensity + sh:path om2:PowerDensity ; + sh:order 18 ; + sh:description "Calculated Laserpower density "@en ; + sh:datatype xsd:decimal ; + qudt:Unit unit:W-PER-CentiM2 ; + sh:name "Laserpower density [W/cm²]"@en, "Laserleistungsdichte [W/cm²]"@de. + + +coscineSRFMSW:hexenhausLEDs + sh:path srfm:hexenhausLEDs ; + sh:order 19 ; + sh:description "Were LEDs from the Hexenhaus used (only SPINDLE/CMOS excitation) "@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> ; + qudt:Unit unit:NanoM ; + sh:name "Hexenhaus LEDs [nm]"@en, "Hexenhaus-LEDs [nm]"@de. + + +coscineSRFMSW:hexenhausLEDIntensity + sh:path srfm:hexenhausLEDIntensity ; + sh:order 20 ; + sh:description "At which intensity was the LED used? (Max. intensities: 400 mW for 510 nm, 500 mW for the rest)"@en ; + sh:datatype xsd:decimal ; + qudt:Unit unit:MilliW ; + sh:name "Hexenhaus LED Intensity [mW]"@en, "Hexenhaus LED-Intensität [mW]"@de. + + +coscineSRFMSW:rotationSpeedSpinningDisc + sh:path m3lite:RotationalSpeed ; + sh:order 21 ; + sh:description "Which rotation was used for the spinning disc"@en ; + sh:datatype xsd:integer ; + qudt:Unit unit:REV-PER-MIN ; + sh:name "Rotation speed (Spinning Disc) [rpm]"@en, "Rotationsgeschwindigkeit (Spinning Disc) [rpm]"@de. + + +coscineSRFM:excitationFilter + sh:path bao:BAO_0002111 ; + sh:order 22 ; + sh:description "Which excitation filter was used"@en ; + sh:datatype xsd:string ; + sh:name "Excitation filter"@en, "Erregungsfilter"@de. + + +coscineSRFM:dichroicMirror + sh:path obo:OBI_0400031 ; + sh:order 23 ; + sh:description "Which dichroic mirror was used in microscope"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Dichroic mirror"@en, "Dichroitischer Spiegel"@de. + + +coscineSRFM:emissionFilterCube + sh:path bao:BAO_0002112 ; + sh:order 24 ; + sh:description "Which emission filter was set in DCM cube"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Emission filter (cube)"@en, "Emissionsfilter (Mikroskop-Filterhalter)"@de. + + +coscineSRFM:emissionFilterPath + sh:path bao:BAO_0002112 ; + sh:order 25 ; + sh:description "Which emission filter was set in emission path (after microscope)"@en ; + sh:datatype xsd:string ; + sh:name "Emission filter (path)"@en, "Emissionsfilter (Lichtpfad)"@de. + + +coscineSRFM:illuminationMethod + sh:path repr:Illumination ; + sh:order 26 ; + sh:description "Which illumination has been used"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/illuminationMethod> ; + sh:minCount 1 ; + sh:name "Illumination method"@en, "Beleuchtungsmethode"@de. + + +coscineSRFM:objectiveLens + sh:path repr:Objective ; + sh:order 27 ; + sh:description "Which objective lens was used"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> ; + sh:minCount 1 ; + sh:name "Objective lens"@en, "Objektiv"@de. + + +coscineSRFM:magnification + sh:path repr:NominalMagnification ; + sh:order 28 ; + sh:description "Objective lens magnification"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/magnification> ; + sh:minCount 1 ; + sh:name "Magnification"@en, "Vergrößerung"@de. + + +coscineSRFM:additionalMagnification + sh:path srfm:additionalMagnification ; + sh:order 29 ; + sh:description "Microscopes post-magnification setting"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/additionalMagnification> ; + sh:minCount 1 ; + sh:name "Additional Magnification"@en, "Zusätzliche Vergrößerung"@de. + + +coscineSRFM:immersionMedium + sh:path repr:Immersion ; + sh:order 30 ; + sh:description "Which immersion medium used"@en ; + sh:datatype xsd:string ; + sh:minCount 1 ; + sh:name "Immersion medium"@en, "Immersionsmedium"@de. + + +coscineSRFM:psfModificationMethod + sh:path repr:Modification ; + sh:order 31 ; + sh:description "Which modification has been used"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/psfModificationMethod> ; + sh:minCount 1 ; + sh:name "PSF Modification method"@en, "PSF-Änderungsmethode"@de. + + +coscineSRFM:pixelSize + sh:path srfm:pixelSize ; + sh:order 32 ; + sh:description "Which image pixel size translates the image (100x: EMCCD 108 nm/pixel, 100x CMOS 110 nm/pixel) "@en ; + sh:datatype xsd:decimal ; + sh:minCount 1 ; + sh:name "Pixelsize [nm/px]"@en, "Pixelgröße [nm/px]"@de. + + +coscineSRFM:exposureTime + sh:path repr:ExposureTime ; + sh:order 33 ; + sh:description "Exposure time set in software to image "@en ; + sh:datatype xsd:decimal ; + qudt:Unit unit:MilliSEC ; + sh:minCount 1 ; + sh:name "Exposure time [ms]"@en, "Belichtungszeit [ms]"@de. + + +coscineSRFM:emccdGain + sh:path srfm:emccdGain ; + sh:order 34 ; + sh:description "Multiplier set in EMCCD settings (Only for Spinning Disc path) "@en ; + sh:datatype xsd:decimal ; + sh:name "EMCCD Gain"@en, "EMCCD-Verstärkung"@de. + + +coscineSRFM:acquisitionMode + sh:path srfm:acquisitionMode ; + sh:order 35 ; + sh:description "Image sequencing mode"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW> ; + sh:name "Acquisition Mode"@en, "Aufnahme Modus"@de. + + +coscineSRFMSW:intervalIllumination + sh:path srfm:intervalIllumination ; + sh:order 36 ; + sh:description "Continuous illumination of sample? (stream on: no intervals between acquisitions; stream off: intervals between acquisitions. Note: at this setup Interval illumination and Interval exposure can't be separated)"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/stream> ; + sh:name "Interval Illumination (Sample)"@en, "Intervall-Beleuchtung (Probe)"@de. + + +coscineSRFMSW:intervalExposure + sh:path srfm:intervalExposure ; + sh:order 37 ; + sh:description "Continuous illumination of detector? (stream on: no intervals between acquisitions; stream off: intervals between acquisitions. Note: at this setup Interval illumination and Interval exposure can't be separated)"@en ; + sh:class <http://purl.org/coscine/vocabularies/srfm/stream> ; + sh:name "Interval Exposure (Camera)"@en, "Intervall-Belichtung (Kamera)"@de. + + +coscineSRFMSW:intervalTime + sh:path afr:AFR_0001625 ; + sh:order 38 ; + sh:description "How long was the acquisition interval (time from start of one frame to start of next frame)? (Note: at this setup Interval illumination and Interval exposure can't be separated)"@en ; + sh:datatype xsd:decimal ; + qudt:Unit unit:MilliSEC ; + sh:name "Interval time [ms]"@en, "Intervall-Zeit [ms]"@de. + + +coscineSRFMSW:zStackOptions + sh:path srfm:zStackOptions ; + sh:order 39 ; + sh:description "Input 1. Steplength and 2. amount of steps"@en ; + sh:datatype xsd:string ; + sh:name "z-Stack options (step length & amount)"@en, "z-Stapeloptionen (Schrittlänge und -anzahl)"@de. + + +coscineSRFMSW:numFrames + sh:path srfm:numFrames ; + sh:order 40 ; + sh:description "How many frames have been taken in 1 image sequence "@en ; + sh:datatype xsd:integer ; + sh:minCount 1 ; + sh:name "# of Frames"@en, "Anzahl der Frames"@de. + + +coscineSRFMSW:sizeFov + sh:path dbo:imageSize ; + sh:order 41 ; + sh:description "Size of images being read during aquisition"@en ; + sh:datatype xsd:string ; + sh:name "Size FOV"@en, "Größe Field of view"@de. + diff --git a/vocabularies/srfm/acquisitionModeSW/coscine.ttl b/vocabularies/srfm/acquisitionModeSW/coscine.ttl new file mode 100644 index 0000000000000000000000000000000000000000..8b96b03162a4988292b0af22cd8d9a1e12a6ff22 --- /dev/null +++ b/vocabularies/srfm/acquisitionModeSW/coscine.ttl @@ -0,0 +1,8 @@ + +@base <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW> . + +@prefix coscinetype: <https://purl.org/coscine/terms/types#> . + +<http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW> + a coscinetype:Vocabulary . + \ No newline at end of file diff --git a/vocabularies/srfm/acquisitionModeSW/index.ttl b/vocabularies/srfm/acquisitionModeSW/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..f9edf96462890faa5247ea54fa05ff035e52e518 --- /dev/null +++ b/vocabularies/srfm/acquisitionModeSW/index.ttl @@ -0,0 +1,35 @@ + + @base <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW> . + + @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + @prefix dcterms: <http://purl.org/dc/terms/> . + @prefix obo: <http://purl.obolibrary.org/obo/> . + @prefix owl: <http://www.w3.org/2002/07/owl#> . + + <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW> + dcterms:license <http://spdx.org/licenses/MIT> ; + dcterms:publisher <https://itc.rwth-aachen.de/> ; + dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; + dcterms:title "Acquisition Mode"@en ; + rdfs:label "Acquisition Mode"@en, "Aufnahme Modus"@de + + . + + + <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW#0> a <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW#0>; + rdfs:label "time-lapse"@en , "time-lapse"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW> + . + + + <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW#1> a <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW#1>; + rdfs:label "z-Stack"@en , "z-Stack"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW> + . + + + <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW#2> a <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW#2>; + rdfs:label "wavelengths"@en , "wavelengths"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/acquisitionModeSW> + . + \ No newline at end of file diff --git a/vocabularies/srfm/hexenhausleds/coscine.ttl b/vocabularies/srfm/hexenhausleds/coscine.ttl new file mode 100644 index 0000000000000000000000000000000000000000..8ad171ae80c4cf91e000369992285c50370cea55 --- /dev/null +++ b/vocabularies/srfm/hexenhausleds/coscine.ttl @@ -0,0 +1,8 @@ + +@base <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> . + +@prefix coscinetype: <https://purl.org/coscine/terms/types#> . + +<http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + a coscinetype:Vocabulary . + \ No newline at end of file diff --git a/vocabularies/srfm/hexenhausleds/index.ttl b/vocabularies/srfm/hexenhausleds/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..f7aa9cc4eb191e551802c94432481f5e6f0d6a68 --- /dev/null +++ b/vocabularies/srfm/hexenhausleds/index.ttl @@ -0,0 +1,65 @@ + + @base <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> . + + @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + @prefix dcterms: <http://purl.org/dc/terms/> . + @prefix obo: <http://purl.obolibrary.org/obo/> . + @prefix owl: <http://www.w3.org/2002/07/owl#> . + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + dcterms:license <http://spdx.org/licenses/MIT> ; + dcterms:publisher <https://itc.rwth-aachen.de/> ; + dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; + dcterms:title "Hexenhaus LEDs"@en ; + rdfs:label "Hexenhaus LEDs"@en, "Hexenhaus-LEDs"@de + + . + + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#0> a <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#0>; + rdfs:label "390/22"@en , "390/22"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + . + + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#1> a <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#1>; + rdfs:label "440/20"@en , "440/20"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + . + + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#2> a <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#2>; + rdfs:label "475/28"@en , "475/28"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + . + + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#3> a <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#3>; + rdfs:label "510/25"@en , "510/25"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + . + + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#4> a <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#4>; + rdfs:label "555/28"@en , "555/28"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + . + + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#5> a <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#5>; + rdfs:label "575/25"@en , "575/25"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + . + + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#6> a <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#6>; + rdfs:label "635/22"@en , "635/22"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + . + + + <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#7> a <http://purl.org/coscine/vocabularies/srfm/hexenhausleds#7>; + rdfs:label "747/11"@en , "747/11"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/hexenhausleds> + . + \ No newline at end of file diff --git a/vocabularies/srfm/laserWavelengthSW/coscine.ttl b/vocabularies/srfm/laserWavelengthSW/coscine.ttl new file mode 100644 index 0000000000000000000000000000000000000000..a881ea1a506ec8e06bea4a4680e835c86b3f0194 --- /dev/null +++ b/vocabularies/srfm/laserWavelengthSW/coscine.ttl @@ -0,0 +1,8 @@ + +@base <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> . + +@prefix coscinetype: <https://purl.org/coscine/terms/types#> . + +<http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> + a coscinetype:Vocabulary . + \ No newline at end of file diff --git a/vocabularies/srfm/laserWavelengthSW/index.ttl b/vocabularies/srfm/laserWavelengthSW/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..6f7e91a854cd6709278b3f8598298f8762303da2 --- /dev/null +++ b/vocabularies/srfm/laserWavelengthSW/index.ttl @@ -0,0 +1,53 @@ + + @base <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> . + + @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + @prefix dcterms: <http://purl.org/dc/terms/> . + @prefix obo: <http://purl.obolibrary.org/obo/> . + @prefix owl: <http://www.w3.org/2002/07/owl#> . + + <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> + dcterms:license <http://spdx.org/licenses/MIT> ; + dcterms:publisher <https://itc.rwth-aachen.de/> ; + dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; + dcterms:title "Laser wavelength"@en ; + rdfs:label "Laser wavelength"@en, "Laser-Wellenlänge"@de + + . + + + <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#0> a <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#0>; + rdfs:label "405"@en , "405"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> + . + + + <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#1> a <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#1>; + rdfs:label "488"@en , "488"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> + . + + + <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#2> a <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#2>; + rdfs:label "561"@en , "561"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> + . + + + <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#3> a <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#3>; + rdfs:label "640 I"@en , "640 I"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> + . + + + <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#4> a <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#4>; + rdfs:label "640 II"@en , "640 II"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> + . + + + <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#5> a <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW#5>; + rdfs:label "Brightfield"@en , "Brightfield"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/laserWavelengthSW> + . + \ No newline at end of file diff --git a/vocabularies/srfm/measuringmodeCameraSW/coscine.ttl b/vocabularies/srfm/measuringmodeCameraSW/coscine.ttl new file mode 100644 index 0000000000000000000000000000000000000000..0e5d20b40d250299cd68fb3680f47586658ccf24 --- /dev/null +++ b/vocabularies/srfm/measuringmodeCameraSW/coscine.ttl @@ -0,0 +1,8 @@ + +@base <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW> . + +@prefix coscinetype: <https://purl.org/coscine/terms/types#> . + +<http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW> + a coscinetype:Vocabulary . + \ No newline at end of file diff --git a/vocabularies/srfm/measuringmodeCameraSW/index.ttl b/vocabularies/srfm/measuringmodeCameraSW/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..c8f8d3cf1af026772053d5482eaa29435643f667 --- /dev/null +++ b/vocabularies/srfm/measuringmodeCameraSW/index.ttl @@ -0,0 +1,29 @@ + + @base <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW> . + + @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + @prefix dcterms: <http://purl.org/dc/terms/> . + @prefix obo: <http://purl.obolibrary.org/obo/> . + @prefix owl: <http://www.w3.org/2002/07/owl#> . + + <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW> + dcterms:license <http://spdx.org/licenses/MIT> ; + dcterms:publisher <https://itc.rwth-aachen.de/> ; + dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; + dcterms:title "Measuring mode / Camera"@en ; + rdfs:label "Measuring mode / Camera"@en, "Messmodus / Kamera"@de + + . + + + <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW#0> a <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW#0>; + rdfs:label "Spinning Disc / EMCCD"@en , "Spinning Disc / EMCCD"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW> + . + + + <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW#1> a <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW#1>; + rdfs:label "SPINDLE / CMOS"@en , "SPINDLE / CMOS"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/measuringmodeCameraSW> + . + \ No newline at end of file diff --git a/vocabularies/srfm/objectiveLensNikonOlympus/coscine.ttl b/vocabularies/srfm/objectiveLensNikonOlympus/coscine.ttl new file mode 100644 index 0000000000000000000000000000000000000000..61ae31ba3a6988cbde78ea9f8a749ea22a380980 --- /dev/null +++ b/vocabularies/srfm/objectiveLensNikonOlympus/coscine.ttl @@ -0,0 +1,8 @@ + +@base <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> . + +@prefix coscinetype: <https://purl.org/coscine/terms/types#> . + +<http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + a coscinetype:Vocabulary . + \ No newline at end of file diff --git a/vocabularies/srfm/objectiveLensNikonOlympus/index.ttl b/vocabularies/srfm/objectiveLensNikonOlympus/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..b8a8f08af92c7e8ddec4a8231f2508137e2d48da --- /dev/null +++ b/vocabularies/srfm/objectiveLensNikonOlympus/index.ttl @@ -0,0 +1,71 @@ + + @base <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> . + + @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + @prefix dcterms: <http://purl.org/dc/terms/> . + @prefix obo: <http://purl.obolibrary.org/obo/> . + @prefix owl: <http://www.w3.org/2002/07/owl#> . + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + dcterms:license <http://spdx.org/licenses/MIT> ; + dcterms:publisher <https://itc.rwth-aachen.de/> ; + dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; + dcterms:title "Objective lens"@en ; + rdfs:label "Objective lens"@en, "Objektiv"@de + + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#0> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#0>; + rdfs:label "Nikon Apo TIRF 100x/1.49"@en , "Nikon Apo TIRF 100x/1.49"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#1> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#1>; + rdfs:label "Nikon Plan Apo VC 100x"@en , "Nikon Plan Apo VC 100x"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#2> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#2>; + rdfs:label "Nikon S Plan Fluor 40x Air"@en , "Nikon S Plan Fluor 40x Air"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#3> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#3>; + rdfs:label "Olympus U Plan S Apo 60x Water"@en , "Olympus U Plan S Apo 60x Water"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#4> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#4>; + rdfs:label "Olympus Apo N 100x Oil"@en , "Olympus Apo N 100x Oil"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#5> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#5>; + rdfs:label "Olympus 100X TIRF corrected"@en , "Olympus 100X TIRF corrected"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#6> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#6>; + rdfs:label "Olympus PLN 20x Air"@en , "Olympus PLN 20x Air"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#7> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#7>; + rdfs:label "Olympus PLN 40x Air"@en , "Olympus PLN 40x Air"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + + + <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#8> a <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus#8>; + rdfs:label "other"@en , "other"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/objectiveLensNikonOlympus> + . + \ No newline at end of file diff --git a/vocabularies/srfm/stream/coscine.ttl b/vocabularies/srfm/stream/coscine.ttl new file mode 100644 index 0000000000000000000000000000000000000000..25dfd5fffa5ebc558665a2a75db555002e113a95 --- /dev/null +++ b/vocabularies/srfm/stream/coscine.ttl @@ -0,0 +1,8 @@ + +@base <http://purl.org/coscine/vocabularies/srfm/stream> . + +@prefix coscinetype: <https://purl.org/coscine/terms/types#> . + +<http://purl.org/coscine/vocabularies/srfm/stream> + a coscinetype:Vocabulary . + \ No newline at end of file diff --git a/vocabularies/srfm/stream/index.ttl b/vocabularies/srfm/stream/index.ttl new file mode 100644 index 0000000000000000000000000000000000000000..af4e1b663c059cf7d4677de46276663e9926cef1 --- /dev/null +++ b/vocabularies/srfm/stream/index.ttl @@ -0,0 +1,29 @@ + + @base <http://purl.org/coscine/vocabularies/srfm/stream> . + + @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . + @prefix dcterms: <http://purl.org/dc/terms/> . + @prefix obo: <http://purl.obolibrary.org/obo/> . + @prefix owl: <http://www.w3.org/2002/07/owl#> . + + <http://purl.org/coscine/vocabularies/srfm/stream> + dcterms:license <http://spdx.org/licenses/MIT> ; + dcterms:publisher <https://itc.rwth-aachen.de/> ; + dcterms:rights "Copyright © 2022 IT Center, RWTH Aachen University" ; + dcterms:title "Interval Illumination (Sample)"@en ; + rdfs:label "Interval Illumination (Sample)"@en, "Intervall-Beleuchtung (Probe)"@de + + . + + + <http://purl.org/coscine/vocabularies/srfm/stream#0> a <http://purl.org/coscine/vocabularies/srfm/stream#0>; + rdfs:label "stream on"@en , "stream on"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/stream> + . + + + <http://purl.org/coscine/vocabularies/srfm/stream#1> a <http://purl.org/coscine/vocabularies/srfm/stream#1>; + rdfs:label "stream off"@en , "stream off"@de ; + rdfs:subClassOf <http://purl.org/coscine/vocabularies/srfm/stream> + . + \ No newline at end of file