@prefix : <http://emmo.info/emmo/domain/chameo/chameo/#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix emmo: <http://emmo.info/emmo#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix chameo: <http://emmo.info/emmo/domain/chameo/chameo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@base <http://emmo.info/emmo/domain/chameo/chameo/#> .

<http://emmo.info/emmo/domain/chameo/chameo> rdf:type owl:Ontology ;
                                              owl:versionIRI <https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/1.0.0-beta3/chameo.ttl> ;
                                              owl:imports <http://emmo.info/emmo/1.0.0-beta5/mereocausality> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/disciplines/computerscience> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/disciplines/manufacturing> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/disciplines/math> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/disciplines/metrology> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/disciplines/models> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/multiperspective/persholistic> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/multiperspective/workflow> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/perspectives/data> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/perspectives/holistic> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/perspectives/persistence> ,
                                                          <http://emmo.info/emmo/1.0.0-beta5/perspectives/semiotics> ;
                                              dcterms:abstract "CHAMEO is a domain ontology designed to model the common aspects across the different characterisation methodologies."@en ;
                                              dcterms:alternative "CHAMEO" ;
                                              dcterms:bibliographicCitation "Work under review - not available yet" ;
                                              dcterms:contributor "Goldbeck Consulting Ltd (UK)" ;
                                              dcterms:created "2022-03-03" ;
                                              dcterms:creator "Daniele Toti" ,
                                                              "Gerhard Goldbeck" ,
                                                              "Pierluigi Del Nostro" ;
                                              dcterms:description "Characterisation Methodology Ontology"@en ;
                                              dcterms:hasFormat <https://www.w3.org/TR/turtle/> ;
                                              dcterms:identifier "http://emmo.info/emmo/domain/chameo/chameo" ;
                                              dcterms:issued "" ;
                                              dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
                                              dcterms:modified "2023-10-23T15:00:00Z" ;
                                              dcterms:publisher "EMMC ASBL" ;
                                              dcterms:source "" ;
                                              dcterms:title "CHAracterisation MEthodology Ontology"@en ;
                                              bibo:doi "" ;
                                              vann:preferredNamespacePrefix "chameo"@en ;
                                              vann:preferredNamespaceUri "http://emmo.info/emmo/domain/chameo/chameo" ;
                                              rdfs:comment """Contacts:
													Gerhard Goldbeck
													Goldbeck Consulting Ltd (UK)
													email: gerhard@goldbeck-consulting.com"""@en ;
                                              owl:backwardCompatibleWith "" ;
                                              owl:priorVersion "1.0.0-beta2" ;
                                              owl:versionInfo "1.0.0-beta3" ;
                                              skos:hiddenLabel "CHAMEO" ;
                                              foaf:homepage <https://github.com/emmo-repo/domain-characterisation-methodology> ;
                                              foaf:logo "https://raw.githubusercontent.com/emmo-repo/domain-characterisation-methodology/main/images/chameo_logo_small.png" ;
                                              foaf:page <https://github.com/emmo-repo/domain-characterisation-methodology> .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/alternative
dcterms:alternative rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/bibliographicCitation
dcterms:bibliographicCitation rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
dcterms:created rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/hasFormat
dcterms:hasFormat rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/identifier
dcterms:identifier rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
dcterms:issued rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
dcterms:modified rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/source
dcterms:source rdf:type owl:AnnotationProperty .


###  http://purl.org/ontology/bibo/doi
bibo:doi rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/homepage
foaf:homepage rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/logo
foaf:logo rdf:type owl:AnnotationProperty .


###  http://xmlns.com/foaf/0.1/page
foaf:page rdf:type owl:AnnotationProperty .


#################################################################
#    Object Properties
#################################################################

###  http://emmo.info/emmo/domain/chameo/chameo#characterisationMethodHasSubMethod
chameo:characterisationMethodHasSubMethod rdf:type owl:ObjectProperty ;
                                          rdfs:subPropertyOf emmo:EMMO_d43af210_f854_4432_a891_ce3022e3b558 ;
                                          rdfs:domain chameo:CharacterisationMethod ;
                                          rdfs:range chameo:CharacterisationMethod ;
                                          skos:prefLabel "characterisationMethodHasSubMethod"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasAccessConditions
chameo:hasAccessConditions rdf:type owl:ObjectProperty ;
                           rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                           rdfs:domain chameo:CharacterisationMethod ;
                           rdfs:range chameo:AccessConditions ;
                           rdfs:comment "" ;
                           skos:prefLabel "hasAccessConditions"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasCharacterisationEnvironment
chameo:hasCharacterisationEnvironment rdf:type owl:ObjectProperty ;
                                      rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                                      rdfs:range chameo:CharacterisationEnvironment ;
                                      rdfs:comment "" ;
                                      skos:prefLabel "hasCharacterisationEnvironment"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasCharacterisationEnvironmentProperty
chameo:hasCharacterisationEnvironmentProperty rdf:type owl:ObjectProperty ;
                                              rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                                              rdfs:domain chameo:CharacterisationEnvironment ;
                                              rdfs:range chameo:CharacterisationEnvironmentProperty ;
                                              skos:prefLabel "hasCharacterisationEnvironmentProperty"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasCharacterisationMethodValidation
chameo:hasCharacterisationMethodValidation rdf:type owl:ObjectProperty ;
                                           rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                                           rdfs:domain chameo:CharacterisationMethod ;
                                           rdfs:range chameo:CharacterisationMethodValidation ;
                                           rdfs:comment "" ;
                                           skos:prefLabel "hasCharacterisationMethodValidation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasCharacterisationProperty
chameo:hasCharacterisationProperty rdf:type owl:ObjectProperty ;
                                   rdfs:subPropertyOf emmo:EMMO_fd689787_31b0_41cf_bf03_0d69af76469d ;
                                   rdfs:domain chameo:Sample ;
                                   rdfs:range chameo:CharacterisationProperty ;
                                   skos:prefLabel "hasCharacterisationProperty"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasCharacterisationSoftware
chameo:hasCharacterisationSoftware rdf:type owl:ObjectProperty ;
                                   rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                                   rdfs:range chameo:CharacterisationSoftware ;
                                   skos:prefLabel "hasCharacterisationSoftware"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasDataAcquisitionRate
chameo:hasDataAcquisitionRate rdf:type owl:ObjectProperty ;
                              rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                              rdfs:domain chameo:RawData ;
                              rdfs:range chameo:DataAcquisitionRate ;
                              rdfs:comment "" ;
                              skos:prefLabel "hasDataAcquisitionRate"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasDataProcessingThroughCalibration
chameo:hasDataProcessingThroughCalibration rdf:type owl:ObjectProperty ;
                                           rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                                           rdfs:domain chameo:CharacterisationMeasurementProcess ;
                                           rdfs:range chameo:DataProcessingThroughCalibration ;
                                           rdfs:comment "" ;
                                           skos:prefLabel "hasDataProcessingThroughCalibration"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasDataQuality
chameo:hasDataQuality rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                      rdfs:domain chameo:MeasurementDataPostProcessing ;
                      rdfs:range chameo:DataQuality ;
                      rdfs:comment "" ;
                      skos:prefLabel "hasDataQuality"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasDataset
chameo:hasDataset rdf:type owl:ObjectProperty ;
                  rdfs:subPropertyOf owl:topObjectProperty ;
                  rdfs:range emmo:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a ;
                  skos:prefLabel "hasDataset"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasHardwareSpecification
chameo:hasHardwareSpecification rdf:type owl:ObjectProperty ;
                                rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                                rdfs:domain chameo:CharacterisationHardware ;
                                rdfs:range chameo:CharacterisationHardwareSpecification ;
                                skos:prefLabel "hasHardwareSpecification"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasHazard
chameo:hasHazard rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                 rdfs:range chameo:Hazard ;
                 rdfs:comment "" ;
                 skos:prefLabel "hasHazard"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasHolder
chameo:hasHolder rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                 rdfs:domain chameo:SamplePreparation ;
                 rdfs:range chameo:Holder ;
                 rdfs:comment "" ;
                 skos:prefLabel "hasHolder"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasInteractionVolume
chameo:hasInteractionVolume rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
                            rdfs:domain chameo:ProbeSampleInteraction ;
                            rdfs:range chameo:InteractionVolume ;
                            rdfs:comment "" ;
                            skos:prefLabel "hasInteractionVolume"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasInteractionWithProbe
chameo:hasInteractionWithProbe rdf:type owl:ObjectProperty ;
                               rdfs:subPropertyOf emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a ;
                               rdfs:domain chameo:ProbeSampleInteraction ;
                               rdfs:range chameo:Probe ;
                               rdfs:comment "" ;
                               skos:prefLabel "hasInteractionWithProbe"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasInteractionWithSample
chameo:hasInteractionWithSample rdf:type owl:ObjectProperty ;
                                rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                                rdfs:domain chameo:ProbeSampleInteraction ;
                                rdfs:range chameo:Sample ;
                                rdfs:comment "" ;
                                skos:prefLabel "hasInteractionWithSample"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasLab
chameo:hasLab rdf:type owl:ObjectProperty ;
              rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
              rdfs:range chameo:Laboratory ;
              skos:prefLabel "hasLab"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasLevelOfAutomation
chameo:hasLevelOfAutomation rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                            rdfs:domain chameo:CharacterisationMethod ;
                            rdfs:range chameo:LevelOfAutomation ;
                            rdfs:comment "" ;
                            skos:prefLabel "hasLevelOfAutomation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasMeasurementDetector
chameo:hasMeasurementDetector rdf:type owl:ObjectProperty ;
                              rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                              rdfs:range chameo:Detector ;
                              rdfs:comment "" ;
                              skos:prefLabel "hasMeasurementDetector"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasMeasurementParameter
chameo:hasMeasurementParameter rdf:type owl:ObjectProperty ;
                               rdfs:subPropertyOf <http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> ;
                               rdfs:domain chameo:CharacterisationMeasurementProcess ;
                               rdfs:range chameo:MeasurementParameter ;
                               rdfs:comment "" ;
                               skos:prefLabel "hasMeasurementParameter"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasMeasurementProbe
chameo:hasMeasurementProbe rdf:type owl:ObjectProperty ;
                           rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                           rdfs:range chameo:Probe ;
                           rdfs:comment "" ;
                           skos:prefLabel "hasMeasurementProbe"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasMeasurementSample
chameo:hasMeasurementSample rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                            rdfs:domain chameo:CharacterisationMeasurementProcess ;
                            rdfs:range chameo:Sample ;
                            rdfs:comment "" ;
                            skos:prefLabel "hasMeasurementSample"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasMeasurementTime
chameo:hasMeasurementTime rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                          rdfs:domain emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ;
                          rdfs:range chameo:MeasurementTime ;
                          rdfs:comment "" ;
                          skos:prefLabel "hasMeasurementTime"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasOperator
chameo:hasOperator rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf emmo:EMMO_cd24eb82_a11c_4a31_96ea_32f870c5580a ;
                   rdfs:range chameo:Operator ;
                   rdfs:comment "" ;
                   skos:prefLabel "hasOperator"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasPeerReviewedArticle
chameo:hasPeerReviewedArticle rdf:type owl:ObjectProperty ;
                              rdfs:subPropertyOf emmo:EMMO_39c3815d_8cae_4c8f_b2ff_eeba24bec455 ;
                              rdfs:domain chameo:CharacterisationMethodValidation ;
                              rdfs:range datacite:ResourceIdentifier ;
                              skos:prefLabel "hasPeerReviewedArticle"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasPhysicsOfInteraction
chameo:hasPhysicsOfInteraction rdf:type owl:ObjectProperty ;
                               rdfs:subPropertyOf emmo:EMMO_24c71baf_6db6_48b9_86c8_8c70cf36db0c ;
                               rdfs:domain chameo:ProbeSampleInteraction ;
                               rdfs:range chameo:PhysicsOfInteraction ;
                               skos:prefLabel "hasPhysicsOfInteraction"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasPostProcessingModel
chameo:hasPostProcessingModel rdf:type owl:ObjectProperty ;
                              rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                              rdfs:domain chameo:MeasurementDataPostProcessing ;
                              rdfs:range chameo:PostProcessingModel ;
                              rdfs:comment "" ;
                              skos:prefLabel "hasPostProcessingModel"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasProcessingReproducibility
chameo:hasProcessingReproducibility rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                                    rdfs:domain chameo:MeasurementDataPostProcessing ;
                                    rdfs:range chameo:ProcessingReproducibility ;
                                    rdfs:comment "" ;
                                    skos:prefLabel "hasProcessingReproducibility"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasSampleBeforeSamplePreparation
chameo:hasSampleBeforeSamplePreparation rdf:type owl:ObjectProperty ;
                                        rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                                        rdfs:domain chameo:SamplePreparation ;
                                        rdfs:range chameo:Sample ;
                                        skos:prefLabel "hasSampleBeforeSamplePreparation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasSamplePreparationHardware
chameo:hasSamplePreparationHardware rdf:type owl:ObjectProperty ;
                                    rdfs:subPropertyOf emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                                    skos:prefLabel "hasSamplePreparationHardware"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasSamplePreparationInput
chameo:hasSamplePreparationInput rdf:type owl:ObjectProperty ;
                                 rdfs:subPropertyOf <http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> ;
                                 rdfs:domain chameo:SamplePreparation ;
                                 rdfs:range chameo:Sample ;
                                 skos:prefLabel "hasSamplePreparationInput"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasSamplePreparationOutput
chameo:hasSamplePreparationOutput rdf:type owl:ObjectProperty ;
                                  rdfs:subPropertyOf emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
                                  rdfs:domain chameo:SamplePreparation ;
                                  rdfs:range chameo:Sample ;
                                  rdfs:comment "" ;
                                  skos:prefLabel "hasSamplePreparationOutput"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasSamplePreparationParameter
chameo:hasSamplePreparationParameter rdf:type owl:ObjectProperty ;
                                     rdfs:subPropertyOf <http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> ;
                                     rdfs:domain chameo:SamplePreparation ;
                                     rdfs:range chameo:SamplePreparationParameter ;
                                     skos:prefLabel "hasSamplePreparationParameter"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#hasSampledSample
chameo:hasSampledSample rdf:type owl:ObjectProperty ;
                        rdfs:subPropertyOf emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
                        rdfs:domain chameo:SamplingProcess ;
                        rdfs:range chameo:Sample ;
                        rdfs:comment "" ;
                        skos:prefLabel "hasSampledSample"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#requiresLevelOfExpertise
chameo:requiresLevelOfExpertise rdf:type owl:ObjectProperty ;
                                rdfs:subPropertyOf emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                                rdfs:range chameo:LevelOfExpertise ;
                                rdfs:comment "" ;
                                skos:prefLabel "requiresLevelOfExpertise"@en .


###  http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22
<http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> rdf:type owl:ObjectProperty .


#################################################################
#    Data properties
#################################################################

###  http://emmo.info/emmo/domain/chameo/chameo/hasDateOfCalibration
<http://emmo.info/emmo/domain/chameo/chameo/hasDateOfCalibration> rdf:type owl:DatatypeProperty ;
                                                                  rdfs:subPropertyOf owl:topDataProperty ;
                                                                  rdfs:domain chameo:CharacterisationInstrument ;
                                                                  rdfs:range xsd:dateTime ;
                                                                  skos:prefLabel "hasDateOfCalibration"@en .


#################################################################
#    Classes
#################################################################

###  http://emmo.info/emmo#EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce
emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba .


###  http://emmo.info/emmo/domain/chameo/chameo#AccessConditions
chameo:AccessConditions rdf:type owl:Class ;
                        rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes what is needed to repeat the experiment"@en ;
                        emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In case of national or international facilities such as synchrotrons describe the programme that enabled you to access these."@en ,
                                                                       "Was the access to your characterisation tool an inhouse routine or required a 3rd party service?"@en ,
                                                                       "Was the access to your sample preparation an inhouse routine or required a 3rd party service?"@en ;
                        rdfs:comment "" ;
                        skos:prefLabel "AccessConditions"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#AlphaSpectrometry
chameo:AlphaSpectrometry rdf:type owl:Class ;
                         rdfs:subClassOf chameo:Spectrometry ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Alpha spectrometry (also known as alpha(-particle) spectroscopy) is the quantitative study of the energy of alpha particles emitted by a radioactive nuclide that is an alpha emitter. As emitted alpha particles are mono-energetic (i.e. not emitted with a spectrum of energies, such as beta decay) with energies often distinct to the decay they can be used to identify which radionuclide they originated from."@en ;
                         skos:prefLabel "AlphaSpectrometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Amperometry
chameo:Amperometry rdf:type owl:Class ;
                   rdfs:subClassOf chameo:Electrochemical ;
                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The amperometric method provides the ability to distinguish selectively between a number of electroactive species in solution by judicious selection of the applied potential and/or choice of electrode material."@en ;
                   skos:prefLabel "Amperometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#AnalyticalElectronMicroscopy
chameo:AnalyticalElectronMicroscopy rdf:type owl:Class ;
                                    rdfs:subClassOf chameo:Microscopy ;
                                    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Analytical electron microscopy (AEM) refers to the collection of spectroscopic data in TEM or STEM, enabling qualitative or quantitative compositional analysis."@en ;
                                    skos:prefLabel "AnalyticalElectronMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#AtomProbeTomography
chameo:AtomProbeTomography rdf:type owl:Class ;
                           rdfs:subClassOf chameo:Tomography ;
                           emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Atom Probe Tomography (APT or 3D Atom Probe) is the only material analysis technique offering extensive capabilities for both 3D imaging and chemical composition measurements at the atomic scale (around 0.1-0.3nm resolution in depth and 0.3-0.5nm laterally). Since its early developments, Atom Probe Tomography has contributed to major advances in materials science.

The sample is prepared in the form of a very sharp tip. The cooled tip is biased at high DC voltage (3-15 kV). The very small radius of the tip and the High Voltage induce a very high electrostatic field (tens V/nm) at the tip surface, just below the point of atom evaporation. Under laser or HV pulsing, one or more atoms are evaporated from the surface, by field effect (near 100% ionization), and projected onto a Position Sensitive Detector (PSD) with a very high detection efficiency. Ion efficiencies are as high as 80%, the highest analytical efficiency of any 3D microscopy."""@en ;
                           skos:altLabel "3D Atom Probe" ,
                                         "APT" ;
                           skos:prefLabel "AtomProbeTomography"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#AtomicForceMicroscopy
chameo:AtomicForceMicroscopy rdf:type owl:Class ;
                             rdfs:subClassOf chameo:Microscopy ;
                             emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Atomic force microscopy (AFM) is an influential surface analysis technique used for micro/nanostructured coatings. This flexible technique can be used to obtain high-resolution nanoscale images and study local sites in air (conventional AFM) or liquid (electrochemical AFM) surroundings."@en ;
                             skos:prefLabel "AtomicForceMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CalibrationData
chameo:CalibrationData rdf:type owl:Class ;
                       rdfs:subClassOf chameo:CharacterisationData ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Calibration data are used to provide correction of measured data or perform uncertainty calculations. They are generally the result of a measuerement on a reference specimen."@en ;
                       rdfs:comment "" ;
                       skos:prefLabel "CalibrationData"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CalibrationDataPostProcessing
chameo:CalibrationDataPostProcessing rdf:type owl:Class ;
                                     rdfs:subClassOf chameo:DataPostProcessing ;
                                     emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Post-processing of the output of the calibration in order to get the actual calibration data to be used as input for the measurement."@en ;
                                     rdfs:comment "" ;
                                     skos:prefLabel "CalibrationDataPostProcessing"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CalibrationProcess
chameo:CalibrationProcess rdf:type owl:Class ;
                          rdfs:subClassOf emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
                                            owl:someValuesFrom chameo:CalibrationData
                                          ] ,
                                          [ rdf:type owl:Restriction ;
                                            owl:onProperty emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                                            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                            owl:onClass chameo:CharacterisationInstrument
                                          ] ;
                          emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Operation performed on a measuring instrument or a measuring system that, under specified conditions
1. establishes a relation between the values with measurement uncertainties provided by measurement standards and corresponding indications with associated measurement uncertainties and
2. uses this information to establish a relation for obtaining a measurement result from an indication
NOTE 1 The objective of calibration is to provide traceability of measurement results obtained when using a calibrated measuring instrument or measuring system.
NOTE 2 The outcome of a calibration may be expressed by a statement, calibration function, calibration diagram, calibration curve, or calibration table. In some cases, it may consist of an additive or multiplicative correction of the indication with associated measurement uncertainty.
NOTE 3 Calibration should not be confused with adjustment of a measuring system, often mistakenly called “selfcalibration”, nor with verification of calibration. Calibration is sometimes a prerequisite for verification, which provides confirmation that specified requirements (often maximum permissible errors) are met. Calibration is sometimes also a prerequisite for adjustment, which is the set of operations carried out on a measuring system such that the system provides prescribed indications corresponding to given values of quantities being measured, typically obtained from
measurement standards.
NOTE 4 Sometimes the first step alone of the operation mentioned in the definition is intended as being calibration, as it was in previous editions of this Vocabulary. The second step is in fact required to establish instrumental uncertainty
for the measurement results obtained when using the calibrated measuring system. The two steps together aim to demonstrate the metrological traceability of measurement results obtained by a calibrated measuring system. In the
past the second step was usually considered to occur after the calibration.
NOTE 5 A comparison between two measurement standards may be viewed as a calibration if the comparison is used to check and, if necessary, correct the value and measurement uncertainty attributed to one of the measurement
standards.

-- International Vocabulary of Metrology(VIM)"""@en ;
                          emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sequence of operations/actions that are needed to convert the initial signal (as produced by the detector) into a meaningful and useable raw data."@en ;
                          emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In nanoindentation, the electrical signal coming from capacitive displacement gauge is converted into a real raw-displacement signal after using a proper calibration function (as obtained by the equipment manufacturer). Then, additional calibration procedures are applied to define the point of initial contact and to correct for instrument compliance, thermal drift, and indenter area function to obtain the real useable displacement data."@en ;
                          emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Usually the calibration process involve  a reference sample (with pre-defined, specific, and stable physical characteristics and known properties), in order to extract calibration data. In this way, the accuracy of the measurement tool and its components (for example the probe) will be evaluated and confirmed."@en ;
                          skos:prefLabel "CalibrationProcess"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CalibrationTask
chameo:CalibrationTask rdf:type owl:Class ;
                       rdfs:subClassOf emmo:EMMO_4299e344_a321_4ef2_a744_bacfcce80afc ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty [ owl:inverseOf emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a
                                                        ] ;
                                         owl:someValuesFrom chameo:CalibrationProcess
                                       ] ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Single calibration Task  that is part of a Calibration Process Workflow."@en ;
                       skos:prefLabel "CalibrationTask" .


###  http://emmo.info/emmo/domain/chameo/chameo#Calorimetry
chameo:Calorimetry rdf:type owl:Class ;
                   rdfs:subClassOf chameo:Thermochemical ;
                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In chemistry and thermodynamics, calorimetry (from Latin calor 'heat', and Greek μέτρον (metron) 'measure') is the science or act of measuring changes in state variables of a body for the purpose of deriving the heat transfer associated with changes of its state due, for example, to chemical reactions, physical changes, or phase transitions under specified constraints. Calorimetry is performed with a calorimeter."@en ;
                   skos:prefLabel "Calorimetry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationData
chameo:CharacterisationData rdf:type owl:Class ;
                            rdfs:subClassOf emmo:EMMO_3e7add3d_e6ed_489a_a796_8e31fef9b490 ;
                            emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Represents every type of data that is produced during a characterisation process"@en ;
                            rdfs:comment "" ;
                            skos:prefLabel "CharacterisationData" .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationDataValidation
chameo:CharacterisationDataValidation rdf:type owl:Class ;
                                      rdfs:subClassOf <http://emmo.info/emmo#1c7f2dfe_0db4_4bf6_a0f6_853054a34ead> ;
                                      emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Procedures to validate the characterisation data."@en ;
                                      skos:prefLabel "CharacterisationDataValidation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationEnvironment
chameo:CharacterisationEnvironment rdf:type owl:Class ;
                                   rdfs:subClassOf [ rdf:type owl:Restriction ;
                                                     owl:onProperty emmo:EMMO_e1097637_70d2_4895_973f_2396f04fa204 ;
                                                     owl:someValuesFrom chameo:CharacterisationEnvironmentProperty
                                                   ] ;
                                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Medium of the characterisation experiment defined by the set of environmental conditions that are controlled and measured over time during the experiment."@en ;
                                   emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Characterisation can either be made in air (ambient conditions, without specific controls on environmental parameters), or at different temperatures, different pressures (or in vacuum), or using different types of working gases (inert or reactive with respect to sample), different levels of humidity, etc."@en ;
                                   rdfs:comment "" ;
                                   skos:prefLabel "CharacterisationEnvironment"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationEnvironmentProperty
chameo:CharacterisationEnvironmentProperty rdf:type owl:Class ;
                                           rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
                                           skos:prefLabel "CharacterisationEnvironmentProperty" .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationExperiment
chameo:CharacterisationExperiment rdf:type owl:Class ;
                                  rdfs:subClassOf emmo:EMMO_22522299_4091_4d1f_82a2_3890492df6db ;
                                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A characterisation experiment is the process by which a material's structure and properties are probed and measured. It is a fundamental process in the field of materials science, without which no scientific understanding of engineering materials could be ascertained."@en ;
                                  skos:prefLabel "CharacterisationExperiment"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationHardware
chameo:CharacterisationHardware rdf:type owl:Class ;
                                rdfs:subClassOf emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
                                emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Whatever hardware is used during the characterisation process."@en ;
                                rdfs:comment "" ;
                                skos:prefLabel "CharacterisationHardware"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationHardwareSpecification
chameo:CharacterisationHardwareSpecification rdf:type owl:Class ;
                                             rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
                                             skos:prefLabel "CharacterisationHardwareSpecification"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationInstrument
chameo:CharacterisationInstrument rdf:type owl:Class ;
                                  rdfs:subClassOf emmo:EMMO_494b372c_cfdf_47d3_a4de_5e037c540de8 ,
                                                  emmo:EMMO_f2d5d3ad_2e00_417f_8849_686f3988d929 ,
                                                  chameo:CharacterisationHardware ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ;
                                                    owl:someValuesFrom chameo:Detector
                                                  ] ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty emmo:EMMO_8e52c42b_e879_4473_9fa1_4b23428b392b ;
                                                    owl:someValuesFrom chameo:Probe
                                                  ] ;
                                  emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Device used for making measurements, alone or in conjunction with one or more supplementary
devices
NOTE 1 A measuring instrument that can be used alone for making measurements is a measuring system.
NOTE 2 A measuring instrument is either an indicating measuring instrument or a material measure."""@en ;
                                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The instrument used for characterising a material, which usually has a probe and a detector as parts."@en ;
                                  emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In nanoindentation is the nanoindenter" ;
                                  emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "Measuring instrument"@en ;
                                  rdfs:comment "" ;
                                  skos:prefLabel "CharacterisationInstrument" .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationMeasurementProcess
chameo:CharacterisationMeasurementProcess rdf:type owl:Class ;
                                          rdfs:subClassOf emmo:EMMO_463bcfda_867b_41d9_a967_211d4d437cfb ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                                                            owl:someValuesFrom chameo:CharacterisationEnvironment
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                                                            owl:someValuesFrom chameo:CharacterisationInstrument
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
                                                            owl:someValuesFrom chameo:Sample
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
                                                            owl:someValuesFrom chameo:CharacterisationData
                                                          ] ,
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty <http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> ;
                                                            owl:someValuesFrom chameo:MeasurementParameter
                                                          ] ;
                                          emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Process of experimentally obtaining one or more values that can reasonably be attributed to a quantity together with any other available relevant information
NOTE 1 The quantity mentioned in the definition is an individual quantity.
NOTE 2 The relevant information mentioned in the definition may be about the values obtained by the measurement,
such that some may be more representative of the measurand than others.
NOTE 3 Measurement is sometimes considered to apply to nominal properties, but not in this Vocabulary, where the
process of obtaining values of nominal properties is called “examination”.
NOTE 4 Measurement requires both experimental comparison of quantities or experimental counting of entities at
some step of the process and the use of models and calculations that are based on conceptual considerations.
NOTE 5 The conditions of reasonable attribution mentioned in the definition take into account a description of the
quantity commensurate with the intended use of a measurement result, a measurement procedure, and a calibrated
measuring system operating according to the specified measurement procedure, including the measurement
conditions. Moreover, a maximum permissible error and/or a target uncertainty may be specified, and the
measurement procedure and the measuring system should then be chosen in order not to exceed these measuring
system specifications.

-- International Vocabulary of Metrology(VIM)"""@en ;
                                          emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The measurement process associates raw data to the sample  through a probe and a detector."@en ;
                                          emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "Measurement"@en ;
                                          rdfs:comment "" ;
                                          skos:prefLabel "CharacterisationMeasurementProcess"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationMeasurementTask
chameo:CharacterisationMeasurementTask rdf:type owl:Class ;
                                       rdfs:subClassOf emmo:EMMO_4299e344_a321_4ef2_a744_bacfcce80afc ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty [ owl:inverseOf emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a
                                                                        ] ;
                                                         owl:someValuesFrom chameo:CharacterisationMeasurementProcess
                                                       ] ;
                                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Single calibration Task  that is part of a Characterisation Measurement Process Workflow."@en ;
                                       skos:prefLabel "CharacterisationMeasurementTask"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationMethod
chameo:CharacterisationMethod rdf:type owl:Class ;
                              rdfs:subClassOf emmo:EMMO_64963ed6_39c9_4258_85e0_6466c4b5420c ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty chameo:hasLab ;
                                                owl:someValuesFrom chameo:Laboratory
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty chameo:hasOperator ;
                                                owl:someValuesFrom chameo:Operator
                                              ] ;
                              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Characterisation method is the workflow describing the overhall characterisation method that can be composed of different steps (e.g. sample preparation, calibration, measurement, post-processing)."@en ;
                              rdfs:comment "A characterisation method is not only related to the measurement process which can be one of its composing stages." ;
                              skos:prefLabel "CharacterisationMethod"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationMethodValidation
chameo:CharacterisationMethodValidation rdf:type owl:Class ;
                                        rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
                                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes why the characterization method was chosen and deemed to be the most useful for the sample."@en ;
                                        rdfs:comment "" ;
                                        skos:prefLabel "CharacterisationMethodValidation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationProperty
chameo:CharacterisationProperty rdf:type owl:Class ;
                                rdfs:subClassOf emmo:EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4 ,
                                                chameo:SecondaryData ;
                                emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The characterisation property is the investigate property or behaviour of a sample. It is derived from the secondary data, usually after classification or quantification (manually or by a model)."@en ;
                                rdfs:comment "" ;
                                skos:prefLabel "CharacterisationProperty"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationProtocol
chameo:CharacterisationProtocol rdf:type owl:Class ;
                                rdfs:subClassOf emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
                                emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A characterisation protocol is defined whenever it is desirable to standardize a laboratory method to ensure successful replication of results by others in the same laboratory or by other laboratories."@en ;
                                skos:prefLabel "CharacterisationProtocol"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationSoftware
chameo:CharacterisationSoftware rdf:type owl:Class ;
                                rdfs:subClassOf emmo:EMMO_3b031fa9_8623_4ea5_8b57_bcafb70c5c8b ;
                                emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A software application to process characterisation data"@en ;
                                emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In Nanoindentation post-processing the software used to apply the Oliver-Pharr to calculate the characterisation properties (i.e. elastic modulus, hardness) from load and depth data." ;
                                rdfs:comment "" ;
                                skos:prefLabel "CharacterisationSoftware" .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationSystem
chameo:CharacterisationSystem rdf:type owl:Class ;
                              rdfs:subClassOf emmo:EMMO_7dea2572_ab42_45bd_9fd7_92448cec762a ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty emmo:EMMO_17e27c22_37e1_468c_9dd7_95e137f73e7f ;
                                                owl:someValuesFrom chameo:CharacterisationInstrument
                                              ] ;
                              emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Set of one or more measuring instruments and often other components, assembled and
adapted to give information used to generate measured values within specified intervals for
quantities of specified kinds
NOTE 1 The components mentioned in the definition may be devices, reagents, and supplies.
NOTE 2 A measuring system is sometimes referred to as “measuring equipment” or “device”, for example in ISO 10012,
Measurement management systems – Requirements for measurement processes and measuring equipment and ISO
17025, General requirements for the competence of testing and calibration laboratories.
NOTE 3 Although the terms “measuring system” and “measurement system” are frequently used synonymously, the
latter is instead sometimes used to refer to a measuring system plus all other entities involved in a measurement,
including the object under measurement and the person(s) performing the measurement.
NOTE 4 A measuring system can be used as a measurement standard."""@en ;
                              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A set of one or more 'CharacterisationInstruments' and often other devices, including any sample holder, reagent and supply, assembled and adapted to give information used to generate 'MeasuredQuantityProperty' within specified intervals for quantities of specified kinds."@en ;
                              emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "Measuring system"@en ;
                              skos:prefLabel "CharacterisationSystem"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CharacterisationTechnique
chameo:CharacterisationTechnique rdf:type owl:Class ;
                                 rdfs:subClassOf emmo:EMMO_4f2d1fcc_e20c_4479_9ad7_7a0480dd3e44 ;
                                 emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Logical description of the characterisation technique."@en ;
                                 skos:prefLabel "CharacterisationTechnique"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ChargeDistribution
chameo:ChargeDistribution rdf:type owl:Class ;
                          rdfs:subClassOf chameo:CharacterisationTechnique ;
                          skos:prefLabel "ChargeDistribution"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Chromatography
chameo:Chromatography rdf:type owl:Class ;
                      rdfs:subClassOf chameo:CharacterisationTechnique ;
                      emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Chromatography is a laboratory technique for the separation of a mixture into its components."@en ;
                      skos:prefLabel "Chromatography"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CompressionTest
chameo:CompressionTest rdf:type owl:Class ;
                       rdfs:subClassOf chameo:Mechanical ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Compression tests characterize material and product strength and stiffness under applied crushing loads. These tests are typically conducted by applying compressive pressure to a test specimen using platens or specialized fixtures with a testing machine that produces compressive loads."@en ;
                       skos:prefLabel "CompressionTest"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ConfocalMicroscopy
chameo:ConfocalMicroscopy rdf:type owl:Class ;
                          rdfs:subClassOf chameo:Microscopy ;
                          emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Confocal microscopy, most frequently confocal laser scanning microscopy (CLSM) or laser scanning confocal microscopy (LSCM), is an optical imaging technique for increasing optical resolution and contrast of a micrograph by means of using a spatial pinhole to block out-of-focus light in image formation."@en ;
                          skos:prefLabel "ConfocalMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CreepTest
chameo:CreepTest rdf:type owl:Class ;
                 rdfs:subClassOf chameo:Mechanical ;
                 emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The creep test is a destructive materials testing method for determination of the long-term strength and heat resistance of a material. When running a creep test, the specimen is subjected to increased temperature conditions for an extended period of time and loaded with a constant tensile force or tensile stress."@en ;
                 skos:prefLabel "CreepTest"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#CriticalAndSupercriticalChromatography
chameo:CriticalAndSupercriticalChromatography rdf:type owl:Class ;
                                              rdfs:subClassOf chameo:Chromatography ;
                                              skos:prefLabel "CriticalAndSupercriticalChromatography"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DataAcquisitionRate
chameo:DataAcquisitionRate rdf:type owl:Class ;
                           rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
                           emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantify the raw data acquisition rate, if applicable."@en ;
                           rdfs:comment "" ;
                           skos:prefLabel "DataAcquisitionRate"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DataAnalysis
chameo:DataAnalysis rdf:type owl:Class ;
                    rdfs:subClassOf <http://emmo.info/emmo#1c7f2dfe_0db4_4bf6_a0f6_853054a34ead> ;
                    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data processing activities performed on the secondary data to determine the characterisation property (e.g. classification, quantification), which can be performed manually or exploiting a model."@en ;
                    skos:prefLabel "DataAnalysis"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DataFiltering
chameo:DataFiltering rdf:type owl:Class ;
                     rdfs:subClassOf chameo:DataPreparation ;
                     emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data filtering is the process of examining a dataset to exclude, rearrange, or apportion data according to certain criteria." ;
                     rdfs:comment "" ;
                     skos:prefLabel "DataFiltering"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DataNormalisation
chameo:DataNormalisation rdf:type owl:Class ;
                         rdfs:subClassOf chameo:DataPreparation ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data normalization involves adjusting raw data to a notionally common scale."@en ;
                         emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "It involves the creation of shifted and/or scaled versions of the values to allow post-processing in a way that eliminates the effects of influences on subsequent properties extraction."@en ;
                         rdfs:comment "" ;
                         skos:prefLabel "DataNormalisation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DataPostProcessing
chameo:DataPostProcessing rdf:type owl:Class ;
                          rdfs:subClassOf <http://emmo.info/emmo#1c7f2dfe_0db4_4bf6_a0f6_853054a34ead> ;
                          emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Analysis, that allows one to calculate the final material property from the calibrated primary data." ;
                          rdfs:comment "" ;
                          skos:prefLabel "DataPostProcessing"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DataPreparation
chameo:DataPreparation rdf:type owl:Class ;
                       rdfs:subClassOf <http://emmo.info/emmo#1c7f2dfe_0db4_4bf6_a0f6_853054a34ead> ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data preparation is the process of manipulating (or pre-processing) data (which may come from disparate data sources) to improve their quality or reduce bias in subsequent analysis." ;
                       rdfs:comment "" ;
                       skos:prefLabel "DataPreparation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DataProcessingThroughCalibration
chameo:DataProcessingThroughCalibration rdf:type owl:Class ;
                                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes how raw data are corrected and/or modified through calibrations."@en ;
                                        rdfs:comment "" ;
                                        skos:prefLabel "DataProcessingThroughCalibration"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DataQuality
chameo:DataQuality rdf:type owl:Class ;
                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Evaluation of quality indicators to determine how well suited a data set is to be used for the characterisation of a material."@en ;
                   emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Example evaluation of S/N ratio, or other quality indicators (limits of detection/quantification, statistical analysis of data, data robustness analysis)"@en ;
                   rdfs:comment "" ;
                   skos:prefLabel "DataQuality"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Detector
chameo:Detector rdf:type owl:Class ;
                rdfs:subClassOf chameo:CharacterisationHardware ;
                emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Physical device (or the chain of devices) that is used to measure, quantify and store the signal after its interaction with the sample."@en ;
                emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Back Scattered Electrons (BSE) and Secondary Electrons (SE) detectors for SEM"@en ,
                                                               "Displacement and force sensors for mechanical testing"@en ;
                rdfs:comment "" ;
                skos:prefLabel "Detector"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DielectricAndImpedanceSpectroscopy
chameo:DielectricAndImpedanceSpectroscopy rdf:type owl:Class ;
                                          rdfs:subClassOf chameo:Spectroscopy ;
                                          emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dielectric spectroscopy (DS) or impedance spectroscopy, also known as electrochemical impedance spectroscopy, is frequently used to study the response of a sample subjected to an applied electric field of fixed or changing frequency. DS describes the dielectric properties of a material as a function of frequency. In DS, the radio and microwave frequency regions of the electromagnetic spectrum have been successfully made to interact with materials, so as to study the behavior of molecules. The interaction of applied alternating electric fields with dipoles possessing reorientation mobility in materials is also dealt by DS."@en ;
                                          skos:prefLabel "DielectricAndImpedanceSpectroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DifferentialRefractiveIndex
chameo:DifferentialRefractiveIndex rdf:type owl:Class ;
                                   rdfs:subClassOf chameo:Optical ;
                                   skos:prefLabel "DifferentialRefractiveIndex"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DifferentialScanningCalorimetry
chameo:DifferentialScanningCalorimetry rdf:type owl:Class ;
                                       rdfs:subClassOf chameo:Thermochemical ;
                                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential scanning calorimetry (DSC) is a thermoanalytical technique in which the difference in the amount of heat required to increase the temperature of a sample and reference is measured as a function of temperature. Both the sample and reference are maintained at nearly the same temperature throughout the experiment. Generally, the temperature program for a DSC analysis is designed such that the sample holder temperature increases linearly as a function of time. The reference sample should have a well-defined heat capacity over the range of temperatures to be scanned. Additionally, the reference sample must be stable, of high purity, and must not experience much change across the temperature scan. Typically, reference standards have been metals such as indium, tin, bismuth, and lead, but other standards such as polyethylene and fatty acids have been proposed to study polymers and organic compounds, respectively."@en ;
                                       skos:altLabel "DSC" ;
                                       skos:prefLabel "DifferentialScanningCalorimetry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DifferentialThermalAnalysis
chameo:DifferentialThermalAnalysis rdf:type owl:Class ;
                                   rdfs:subClassOf chameo:Thermochemical ;
                                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Differential thermal analysis (DTA) is a thermoanalytic technique that is similar to differential scanning calorimetry. In DTA, the material under study and an inert reference are made to undergo identical thermal cycles, (i.e., same cooling or heating programme) while recording any temperature difference between sample and reference.[1] This differential temperature is then plotted against time, or against temperature (DTA curve, or thermogram). Changes in the sample, either exothermic or endothermic, can be detected relative to the inert reference. Thus, a DTA curve provides data on the transformations that have occurred, such as glass transitions, crystallization, melting and sublimation. The area under a DTA peak is the enthalpy change and is not affected by the heat capacity of the sample."@en ;
                                   skos:altLabel "DTA" ;
                                   skos:prefLabel "DifferentialThermalAnalysis"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Dilatometry
chameo:Dilatometry rdf:type owl:Class ;
                   rdfs:subClassOf chameo:CharacterisationTechnique ;
                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dilatometry is a method for characterising the dimensional changes of materials with variation of temperature conditions."@en ;
                   skos:prefLabel "Dilatometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DynamicLightScattering
chameo:DynamicLightScattering rdf:type owl:Class ;
                              rdfs:subClassOf chameo:Optical ;
                              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dynamic light scattering (DLS) is a technique in physics that can be used to determine the size distribution profile of small particles in suspension or polymers in solution. In the scope of DLS, temporal fluctuations are usually analyzed using the intensity or photon auto-correlation function (also known as photon correlation spectroscopy - PCS or quasi-elastic light scattering - QELS)."@en ;
                              skos:altLabel "DLS" ;
                              skos:prefLabel "DynamicLightScattering"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DynamicMechanicalAnalysis
chameo:DynamicMechanicalAnalysis rdf:type owl:Class ;
                                 rdfs:subClassOf chameo:Mechanical ;
                                 emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dynamic mechanical analysis (abbreviated DMA) is a characterisation technique where a sinusoidal stress is applied and the strain in the material is measured, allowing one to determine the complex modulus. The temperature of the sample or the frequency of the stress are often varied, leading to variations in the complex modulus; this approach can be used to locate the glass transition temperature[1] of the material, as well as to identify transitions corresponding to other molecular motions."@en ;
                                 skos:prefLabel "DynamicMechanicalAnalysis"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#DynamicMechanicalSpectroscopy
chameo:DynamicMechanicalSpectroscopy rdf:type owl:Class ;
                                     rdfs:subClassOf chameo:Spectroscopy ;
                                     emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Dynamic Mechanical Analysis (DMA) is a material characterization technique where a small deformation is applied to a sample in a cyclic manner. This allows measurement of the materials response to stress, temperature, frequency or time. The term is also used to refer to the analyzer that performs the test."@en ;
                                     skos:altLabel "DMA" ;
                                     skos:prefLabel "DynamicMechanicalSpectroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Electrochemical
chameo:Electrochemical rdf:type owl:Class ;
                       rdfs:subClassOf chameo:CharacterisationTechnique ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In electrochemical characterization, the measurement of potential, charge, or current is used to determine an analyte's concentration or to characterize an analyte's chemical reactivity"@en ;
                       skos:prefLabel "Electrochemical"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ElectronBackscatterDiffraction
chameo:ElectronBackscatterDiffraction rdf:type owl:Class ;
                                      rdfs:subClassOf chameo:ScanningElectronMicroscopy ,
                                                      chameo:ScatteringAndDiffraction ;
                                      emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electron backscatter diffraction (EBSD) is a scanning electron microscopy (SEM) technique used to study the crystallographic structure of materials. EBSD is carried out in a scanning electron microscope equipped with an EBSD detector comprising at least a phosphorescent screen, a compact lens and a low-light camera. In this configuration, the SEM incident beam hits the tilted sample. As backscattered electrons leave the sample, they interact with the crystal's periodic atomic lattice planes and diffract according to Bragg's law at various scattering angles before reaching the phosphor screen forming Kikuchi patterns (EBSPs). EBSD spatial resolution depends on many factors, including the nature of the material under study and the sample preparation. Thus, EBSPs can be indexed to provide information about the material's grain structure, grain orientation, and phase at the micro-scale. EBSD is applied for impurities and defect studies, plastic deformation, and statistical analysis for average misorientation, grain size, and crystallographic texture. EBSD can also be combined with energy-dispersive X-ray spectroscopy (EDS), cathodoluminescence (CL), and wavelength-dispersive X-ray spectroscopy (WDS) for advanced phase identification and materials discovery."@en ;
                                      skos:altLabel "EBSD" ;
                                      skos:prefLabel "ElectronBackscatterDiffraction"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ElectronProbeMicroanalysis
chameo:ElectronProbeMicroanalysis rdf:type owl:Class ;
                                  rdfs:subClassOf chameo:Microscopy ;
                                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Electron probe microanalysis (EPMA) is used for quantitative analysis of the elemental composition of solid specimens at a micrometer scale. The method uses bombardment of the specimen by keV electrons to excite characteristic X-rays from the sample, which are then detected by using wavelength-dispersive (WD) spectrometers."@en ;
                                  skos:prefLabel "ElectronProbeMicroanalysis"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Ellipsometry
chameo:Ellipsometry rdf:type owl:Class ;
                    rdfs:subClassOf chameo:Optical ;
                    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Ellipsometry is an optical technique that uses polarised light to probe the dielectric
properties of a sample (optical system). The common application of ellipsometry is
the analysis of thin films. Through the analysis of the state of polarisation of the
light that is reflected from the sample, ellipsometry yields information on the layers that are thinner than the wavelength of the light itself, down to a single atomic
layer or less. Depending on what is already known about the sample, the technique
can probe a range of properties including layer thickness, morphology, and chemical composition."""@en ;
                    skos:prefLabel "Ellipsometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#EnvironmentalScanningElectronMicroscopy
chameo:EnvironmentalScanningElectronMicroscopy rdf:type owl:Class ;
                                               rdfs:subClassOf chameo:Microscopy ;
                                               emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The environmental scanning electron microscope (ESEM) is a scanning electron microscope (SEM) that allows for the option of collecting electron micrographs of specimens that are wet, uncoated, or both by allowing for a gaseous environment in the specimen chamber."@en ;
                                               skos:prefLabel "EnvironmentalScanningElectronMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Exafs
chameo:Exafs rdf:type owl:Class ;
             rdfs:subClassOf chameo:Spectroscopy ;
             emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Extended X-ray absorption fine structure (EXAFS), along with X-ray absorption near edge structure (XANES), is a subset of X-ray absorption spectroscopy (XAS). Like other absorption spectroscopies, XAS techniques follow Beer's law. The X-ray absorption coefficient of a material as a function of energy is obtained by directing X-rays of a narrow energy range at a sample, while recording the incident and transmitted x-ray intensity, as the incident x-ray energy is incremented.
When the incident x-ray energy matches the binding energy of an electron of an atom within the sample, the number of x-rays absorbed by the sample increases dramatically, causing a drop in the transmitted x-ray intensity. This results in an absorption edge. Every element has a set of unique absorption edges corresponding to different binding energies of its electrons, giving XAS element selectivity. XAS spectra are most often collected at synchrotrons because of the high intensity of synchrotron X-ray sources allow the concentration of the absorbing element to reach as low as a few parts per million. Absorption would be undetectable if the source is too weak. Because X-rays are highly penetrating, XAS samples can be gases, solids or liquids."""@en ;
             skos:prefLabel "Exafs"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#FatigueTesting
chameo:FatigueTesting rdf:type owl:Class ;
                      rdfs:subClassOf chameo:Mechanical ;
                      emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fatigue testing is a specialised form of mechanical testing that is performed by applying cyclic loading to a coupon or structure. These tests are used either to generate fatigue life and crack growth data, identify critical locations or demonstrate the safety of a structure that may be susceptible to fatigue."@en ;
                      skos:prefLabel "FatigueTesting"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#FieldEmissionScanningElectronMicroscopy
chameo:FieldEmissionScanningElectronMicroscopy rdf:type owl:Class ;
                                               rdfs:subClassOf chameo:Microscopy ;
                                               emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Field emission scanning electron microscopy (FE-SEM) is an advanced technology used to capture the microstructure image of the materials. FE-SEM is typically performed in a high vacuum because gas molecules tend to disturb the electron beam and the emitted secondary and backscattered electrons used for imaging."@en ;
                                               skos:altLabel "FE-SEM" ;
                                               skos:prefLabel "FieldEmissionScanningElectronMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Fractography
chameo:Fractography rdf:type owl:Class ;
                    rdfs:subClassOf chameo:Optical ;
                    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Fractography is the study of fracture surfaces in order to determine the relation between the microstructure and the mechanism(s) of crack initiation and propagation and, eventually, the root cause of the fracture .Fractography qualitatively interprets the mechanisms of fracture that occur in a sample by microscopic examination of fracture surface morpholog."@en ;
                    skos:prefLabel "Fractography"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#FreezingPointDepressionOsmometry
chameo:FreezingPointDepressionOsmometry rdf:type owl:Class ;
                                        rdfs:subClassOf chameo:Osmometry ;
                                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The general principle of freezing point depression osmometry involves the relationship between the number of moles of dissolved solute in a solution and the change in freezing point."@en ;
                                        skos:prefLabel "FreezingPointDepressionOsmometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#GammaSpectrometry
chameo:GammaSpectrometry rdf:type owl:Class ;
                         rdfs:subClassOf chameo:Spectrometry ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Gamma-ray spectroscopy is the qualitative study of the energy spectra of gamma-ray sources, such as in the nuclear industry, geochemical investigation, and astrophysics.[1] Gamma-ray spectrometry, on the other hand, is the method used to acquire a quantitative spectrum measurement.[2]

Most radioactive sources produce gamma rays, which are of various energies and intensities. When these emissions are detected and analyzed with a spectroscopy system, a gamma-ray energy spectrum can be produced.

A detailed analysis of this spectrum is typically used to determine the identity and quantity of gamma emitters present in a gamma source, and is a vital tool in radiometric assay. The gamma spectrum is characteristic of the gamma-emitting nuclides contained in the source, just like in an optical spectrometer, the optical spectrum is characteristic of the material contained in a sample."""@en ;
                         skos:prefLabel "GammaSpectrometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#HardnessTesting
chameo:HardnessTesting rdf:type owl:Class ;
                       rdfs:subClassOf chameo:Mechanical ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A test to determine the resistance a material exhibits to permanent deformation by penetration of another harder material."@en ;
                       skos:prefLabel "HardnessTesting"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Hazard
chameo:Hazard rdf:type owl:Class ;
              rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Set of inherent properties of a substance, mixture of substances, or a process involving substances that, under production, usage, or disposal conditions, make it capable of causing adverse effects to organisms or the environment, depending on the degree of exposure; in other words, it is a source of danger."@en ;
              rdfs:comment "" ;
              skos:prefLabel "Hazard"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Holder
chameo:Holder rdf:type owl:Class ;
              rdfs:subClassOf chameo:CharacterisationHardware ;
              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An object which supports the specimen in the correct position for the characterisation process."@en ;
              rdfs:comment "" ;
              skos:prefLabel "Holder"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#InteractionVolume
chameo:InteractionVolume rdf:type owl:Class ;
                         rdfs:subClassOf emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The volume of material, and the surrounding environment, that interacts with the probe and generate a detectable (measurable) signal (information)."@en ;
                         emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In Scanning Electron Microscopy (SEM), the interaction volume is the volume of material that interacts directly with the incident electron beam, is usually much smaller than the entire specimen’s volume, and can be computed by using proper models. The interaction between the scanning probe and the sample generates a series of detectable signals (back scattered electrons, secondary electrons, x-rays, specimen current, etc.) which contain information on sample morphology, microstructure, composition, etc."@en ,
                                                                        "In x-ray diffraction, the interaction volume is the volume of material that interacts directly with the x-ray beam and is usually smaller than the volume of the entire specimen. Depending on sample’s structure and microstructure, the interaction between the sample and the x-ray incident beam generates a secondary (reflected) beam that is measured by a detector and contains information on certain sample’s properties (e.g., crystallographic structure, phase composition, grain size, residual stress, …)."@en ;
                         emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In some cases, (like tribological characterisations) the “sample” can also be the “probe”. When analysing a system of samples that interact each other, finding a clear definition can become a complex problem."@en ,
                                                                        "It is important to note that, in some cases, the volume of interaction could be different from the volume of detectable signal emission. Example: in Scanning Electron Microscopy (SEM), the volume of interaction between the electron probe and the material is different from the volumes that generate the captured signal."@en ;
                         rdfs:comment "" ;
                         skos:prefLabel "InteractionVolume"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#IntermediateSample
chameo:IntermediateSample rdf:type owl:Class ;
                          rdfs:subClassOf chameo:Sample ;
                          skos:prefLabel "IntermediateSample"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#IonChromatography
chameo:IonChromatography rdf:type owl:Class ;
                         rdfs:subClassOf chameo:Chromatography ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ion chromatography (or ion-exchange chromatography) is a form of chromatography that separates ions and ionizable polar molecules based on their affinity to the ion exchanger."@en ;
                         skos:prefLabel "IonChromatography"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#IonMobilitySpectrometry
chameo:IonMobilitySpectrometry rdf:type owl:Class ;
                               rdfs:subClassOf chameo:Spectrometry ;
                               emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Ion mobility spectrometry (IMS) It is a method of conducting analytical research that separates and identifies ionized molecules present in the gas phase based on the mobility of the molecules in a carrier buffer gas. Even though it is used extensively for military or security objectives, such as detecting drugs and explosives, the technology also has many applications in laboratory analysis, including studying small and big biomolecules. IMS instruments are extremely sensitive stand-alone devices, but are often coupled with mass spectrometry, gas chromatography or high-performance liquid chromatography in order to achieve a multi-dimensional separation. They come in various sizes, ranging from a few millimeters to several meters depending on the specific application, and are capable of operating under a broad range of conditions. IMS instruments such as microscale high-field asymmetric-waveform ion mobility spectrometry can be palm-portable for use in a range of applications including volatile organic compound (VOC) monitoring, biological sample analysis, medical diagnosis and food quality monitoring."@en ;
                               skos:altLabel "IMS" ;
                               skos:prefLabel "IonMobilitySpectrometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#IsothermalMicrocalorimetry
chameo:IsothermalMicrocalorimetry rdf:type owl:Class ;
                                  rdfs:subClassOf chameo:Thermochemical ;
                                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Isothermal microcalorimetry (IMC) is a laboratory method for real-time monitoring and dynamic analysis of chemical, physical and biological processes. Over a period of hours or days, IMC determines the onset, rate, extent and energetics of such processes for specimens in small ampoules (e.g. 3–20 ml) at a constant set temperature (c. 15 °C–150 °C).

IMC accomplishes this dynamic analysis by measuring and recording vs. elapsed time the net rate of heat flow (μJ/s = μW) to or from the specimen ampoule, and the cumulative amount of heat (J) consumed or produced."""@en ;
                                  skos:altLabel "IMC" ;
                                  skos:prefLabel "IsothermalMicrocalorimetry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Laboratory
chameo:Laboratory rdf:type owl:Class ;
                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The laboratory where the whole characterisation process or some of its stages take place." ;
                  rdfs:comment "" ;
                  skos:prefLabel "Laboratory" .


###  http://emmo.info/emmo/domain/chameo/chameo#LevelOfAutomation
chameo:LevelOfAutomation rdf:type owl:Class ;
                         rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes the level of automation of the test."@en ;
                         rdfs:comment "" ;
                         skos:prefLabel "LevelOfAutomation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#LevelOfExpertise
chameo:LevelOfExpertise rdf:type owl:Class ;
                        rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes the level of expertise required to carry out a process (the entire test or the data processing)."@en ;
                        rdfs:comment "" ;
                        skos:prefLabel "LevelOfExpertise"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#LightScattering
chameo:LightScattering rdf:type owl:Class ;
                       rdfs:subClassOf chameo:Optical ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Light scattering is the way light behaves when it interacts with a medium that contains particles or the boundary between different mediums where defects or structures are present. It is different than the effects of refraction, where light undergoes a change in index of refraction as it passes from one medium to another, or reflection, where light reflects back into the same medium, both of which are governed by Snell’s law. Light scattering can be caused by factors such as the nature, texture, or specific structures of a surface and the presence of gas, liquid, or solid particles through which light propagates, as well as the nature of the light itself, of its wavelengths and polarization states. It usually results in diffuse light and can also affect the dispersion of color."@en ;
                       skos:prefLabel "LightScattering"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#MassSpectrometry
chameo:MassSpectrometry rdf:type owl:Class ;
                        rdfs:subClassOf chameo:Spectrometry ;
                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mass spectrometry is a powerful analytical technique used to quantify known materials, to identify unknown compounds within a sample, and to elucidate the structure and chemical properties of different molecules."@en ;
                        skos:prefLabel "MassSpectrometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#MeasurementDataPostProcessing
chameo:MeasurementDataPostProcessing rdf:type owl:Class ;
                                     rdfs:subClassOf chameo:DataPostProcessing ;
                                     emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Application of a post-processing model to signals through a software, in order to calculate the final characterisation property."@en ;
                                     emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Analysis of SEM (or optical) images to gain additional information (image filtering/integration/averaging, microstructural analysis, grain size evaluation, Digital Image Correlation procedures, etc.)"@en ,
                                                                                    "In nanoindentation testing, this is the Oliver-Pharr method, which allows calculating the elastic modulus and hardness of the sample by using the load and depth measured signals."@en ;
                                     rdfs:comment "" ;
                                     skos:prefLabel "MeasurementDataPostProcessing"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#MeasurementParameter
chameo:MeasurementParameter rdf:type owl:Class ;
                            rdfs:subClassOf emmo:EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a ;
                            emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes the main input parameters that are needed to acquire the signal"@en ;
                            rdfs:comment "" ;
                            skos:prefLabel "MeasurementParameter"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#MeasurementSystemAdjustment
chameo:MeasurementSystemAdjustment rdf:type owl:Class ;
                                   rdfs:subClassOf emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
                                   emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Set of operations carried out on a measuring system so that it provides prescribed indications corresponding to given values of a quantity being measured
NOTE 1 If there is any doubt that the context in which the term is being used is that of metrology, the long form
“adjustment of a measuring system” might be used.
NOTE 2 Types of adjustment of a measuring system include zero adjustment, offset adjustment, and span adjustment
(sometimes called “gain adjustment”).
NOTE 3 Adjustment of a measuring system should not be confused with calibration, which is sometimes a prerequisite
for adjustment.
NOTE 4 After an adjustment of a measuring system, the measuring system must usually be recalibrated.

-- International Vocabulary of Metrology(VIM)"""@en ;
                                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Activity which has the goal of adjusting/tuning a measing instrument, without performing a measurement on a reference sample (which is a calibration).
The output of this process can be a specific measurement parameter to be used in the characteriasation measurement process."""@en ;
                                   emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "Adjustment"@en ;
                                   skos:prefLabel "MeasurementSystemAdjustment" .


###  http://emmo.info/emmo/domain/chameo/chameo#MeasurementTime
chameo:MeasurementTime rdf:type owl:Class ;
                       rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The overall time needed to acquire the measurement data"@en ;
                       rdfs:comment "" ;
                       skos:prefLabel "MeasurementTime"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Mechanical
chameo:Mechanical rdf:type owl:Class ;
                  rdfs:subClassOf chameo:CharacterisationTechnique ;
                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Mechanical testing covers a wide range of tests, which can be divided broadly into two types:
1. those that aim to determine a material&apos;s mechanical properties, independent of geometry.
2. those that determine the response of a structure to a given action, e.g. testing of composite beams, aircraft structures to destruction, etc."""@en ;
                  skos:prefLabel "Mechanical"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#MembraneOsmometry
chameo:MembraneOsmometry rdf:type owl:Class ;
                         rdfs:subClassOf chameo:Osmometry ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "In the membrane osmometry technique, a pure solvent and polymer solution are separated by a semipermeable membrane, due to the higher chemical potential of the solvent in the pure solvent than in polymer solution, the solvent starts moving towards the polymer solution."@en ;
                         skos:prefLabel "MembraneOsmometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Microscopy
chameo:Microscopy rdf:type owl:Class ;
                  rdfs:subClassOf chameo:CharacterisationTechnique ;
                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Microscopy is a category of characterization techniques which probe and map the surface and sub-surface structure of a material. These techniques can use photons, electrons, ions or physical cantilever probes to gather data about a sample's structure on a range of length scales."@en ;
                  skos:prefLabel "Microscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Nanoindentation
chameo:Nanoindentation rdf:type owl:Class ;
                       rdfs:subClassOf chameo:Mechanical ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Nanoindentation (known also as nanoindentation test) is a method for testing the hardness and related mechanical properties of materials, facilitated by high-precision instrumentation in the nanometer scale, as well as analytical and computational algorithms for result evaluation."@en ;
                       skos:prefLabel "Nanoindentation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#NeutronSpinEchoSpectroscopy
chameo:NeutronSpinEchoSpectroscopy rdf:type owl:Class ;
                                   rdfs:subClassOf chameo:Spectroscopy ;
                                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Neutron spin echo spectroscopy is a high resolution inelastic neutron scattering method probing nanosecond dynamics. Neutron spin echo (NSE) spectroscopy uses the precession of neutron spins in a magnetic field to measure the energy transfer at the sample and decouples the energy resolution from beam characteristics like monochromatisation and collimation."@en ;
                                   skos:altLabel "NSE" ;
                                   skos:prefLabel "NeutronSpinEchoSpectroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Nexafs
chameo:Nexafs rdf:type owl:Class ;
              rdfs:subClassOf chameo:Spectroscopy ;
              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Near edge X-ray absorption fine structure (NEXAFS), also known as X-ray absorption near edge structure (XANES), is a type of absorption spectroscopy that indicates the features in the X-ray absorption spectra (XAS) of condensed matter due to the photoabsorption cross section for electronic transitions from an atomic core level to final states in the energy region of 50–100 eV above the selected atomic core level ionization energy, where the wavelength of the photoelectron is larger than the interatomic distance between the absorbing atom and its first neighbour atoms."@en ;
              skos:prefLabel "Nexafs"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#NuclearMagneticResonance
chameo:NuclearMagneticResonance rdf:type owl:Class ;
                                rdfs:subClassOf chameo:Spectroscopy ;
                                emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Nuclear magnetic resonance spectroscopy, most commonly known as NMR spectroscopy or magnetic resonance spectroscopy (MRS), is a spectroscopic technique to observe local magnetic fields around atomic nuclei. This spectroscopy is based on the measurement of absorption of electromagnetic radiations in the radio frequency region from roughly 4 to 900 MHz. Absorption of radio waves in the presence of magnetic field is accompanied by a special type of nuclear transition, and for this reason, such type of spectroscopy is known as Nuclear Magnetic Resonance Spectroscopy. The sample is placed in a magnetic field and the NMR signal is produced by excitation of the nuclei sample with radio waves into nuclear magnetic resonance, which is detected with sensitive radio receivers. The intramolecular magnetic field around an atom in a molecule changes the resonance frequency, thus giving access to details of the electronic structure of a molecule and its individual functional groups. As the fields are unique or highly characteristic to individual compounds, in modern organic chemistry practice, NMR spectroscopy is the definitive method to identify monomolecular organic compounds."@en ;
                                skos:altLabel "Magnetic resonance spectroscopy (MRS)" ,
                                              "NMR" ;
                                skos:prefLabel "NuclearMagneticResonance"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Operator
chameo:Operator rdf:type owl:Class ;
                rdfs:subClassOf emmo:EMMO_c130614a_2985_476d_a7ed_8a137847703c ;
                emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The human operator who takes care of the whole characterisation method or sub-processes/stages."@en ;
                rdfs:comment "" ;
                skos:prefLabel "Operator"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Optical
chameo:Optical rdf:type owl:Class ;
               rdfs:subClassOf chameo:CharacterisationTechnique ;
               skos:prefLabel "Optical"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#OpticalMicroscopy
chameo:OpticalMicroscopy rdf:type owl:Class ;
                         rdfs:subClassOf chameo:Microscopy ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Optical microscopy is a technique used to closely view a sample through the magnification of a lens with visible light"@en ;
                         skos:prefLabel "OpticalMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Osmometry
chameo:Osmometry rdf:type owl:Class ;
                 rdfs:subClassOf chameo:CharacterisationTechnique ;
                 emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Osmometry is an advanced analytical method for determining the osmotic concentration of solutions. The osmotic – or solute – concentration of a colloidal system is expressed in osmoles (Osm) per unit of volume (Osm/L) or weight (Osm/kg)."@en ;
                 skos:prefLabel "Osmometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#PhotoluminescenceMicroscopy
chameo:PhotoluminescenceMicroscopy rdf:type owl:Class ;
                                   rdfs:subClassOf chameo:Microscopy ;
                                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Photoluminescence spectroscopy is a widely used technique for characterisation of the optical and electronic properties of semiconductors and molecules."@en ;
                                   skos:prefLabel "PhotoluminescenceMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#PhysicsOfInteraction
chameo:PhysicsOfInteraction rdf:type owl:Class ;
                            rdfs:subClassOf [ rdf:type owl:Class ;
                                              owl:unionOf ( emmo:EMMO_27c5d8c6_8af7_4d63_beb1_ec37cd8b3fa3
                                                            emmo:EMMO_8d2d9374_ef3a_47e6_8595_6bc208e07519
                                                          )
                                            ] ;
                            emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Set of physics principles (and associated governing equations) that describes the interaction between the sample and the probe."@en ;
                            emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In x-ray diffraction, this is represented by the set of physics equations that describe the relation between the incident x-ray beam and the diffracted beam (the most simple form for this being the Bragg’s law)."@en ;
                            rdfs:comment "" ;
                            skos:prefLabel "PhysicsOfInteraction"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#PostProcessingModel
chameo:PostProcessingModel rdf:type owl:Class ;
                           rdfs:subClassOf emmo:EMMO_f7ed665b_c2e1_42bc_889b_6b42ed3a36f0 ;
                           emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Mathematical model used to process data."@en ;
                           emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The PostProcessingModel use is mainly intended to get secondary data from primary data."@en ;
                           rdfs:comment "" ;
                           skos:prefLabel "PostProcessingModel"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Potentiometry
chameo:Potentiometry rdf:type owl:Class ;
                     rdfs:subClassOf chameo:Electrochemical ;
                     emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Potentiometric methods are used to measure the electrochemical potentials of a metallic structure in a given environment."@en ;
                     skos:prefLabel "Potentiometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#PreparedSample
chameo:PreparedSample rdf:type owl:Class ;
                      rdfs:subClassOf chameo:Sample ;
                      owl:disjointWith chameo:ReferenceSample ;
                      emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The sample after a preparation process."@en ;
                      skos:prefLabel "PreparedSample" .


###  http://emmo.info/emmo/domain/chameo/chameo#PrimaryData
chameo:PrimaryData rdf:type owl:Class ;
                   rdfs:subClassOf chameo:CharacterisationData ;
                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data resulting of a pre-processing of raw data, applying corrections to normalize/harmonize, in order to prepare them for the post-processing."@en ;
                   emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Baseline subtraction"@en ,
                                                                  "Noise reduction"@en ,
                                                                  "X and Y axes correction"@en ;
                   rdfs:comment "" ;
                   skos:prefLabel "PrimaryData"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Probe
chameo:Probe rdf:type owl:Class ;
             rdfs:subClassOf chameo:CharacterisationHardware ;
             emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Probe is the physical tool (i.e., a disturbance, primary solicitation, or a gadget), controlled over time, that generates measurable fields that interact with the sample to acquire information on the specimen’s behaviour and properties."@en ;
             emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In dynamic light scattering, temporal fluctuations of backscattered light due to Brownian motion and flow of nanoparticles are the probe, resolved as function of pathlength in the sample. From fluctuation analysis (intensity correlations) and the wavelength of light in the medium, the (distribution of) diffusion coefficient(s) can be measured during flow. The Stokes-Einstein relation yields the particle size characteristics."@en ,
                                                            "In electron microscopy (SEM or TEM), the probe is a beam of electrons with known energy that is focused (and scanned) on the sample’s surface with a well-defined beam-size and scanning algorithm."@en ,
                                                            "In mechanical testing, the probe is a the tip plus a force actuator, which is designed to apply a force over-time on a sample. Many variants can be defined depending on way the force is applied (tensile/compressive uniaxial tests, bending test, indentation test) and its variation with time (static tests, dynamic/cyclic tests, impact tests, etc…)"@en ,
                                                            "In spectroscopic methods, the probe is a beam of light with pre-defined energy (for example in the case of laser beam for Raman measurements) or pre-defined polarization (for example in the case of light beam for Spectroscopic Ellipsometry methods), that will be properly focused on the sample’s surface with a welldefined geometry (specific angle of incidence)."@en ,
                                                            "In x-ray diffraction, the probe is a beam of x-rays with known energy that is properly focused on the sample’s surface with a well-defined geometry"@en ;
             rdfs:comment "" ;
             skos:prefLabel "Probe"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ProbeSampleInteraction
chameo:ProbeSampleInteraction rdf:type owl:Class ;
                              rdfs:subClassOf emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
                                                owl:someValuesFrom chameo:Signal
                                              ] ;
                              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Process representing the interaction between the Probe and the Sample (with a certain Interaction Volume) which generates a Signal"@en ;
                              rdfs:comment "" ;
                              skos:prefLabel "ProbeSampleInteraction"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ProcessingReproducibility
chameo:ProcessingReproducibility rdf:type owl:Class ;
                                 emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Description of performed statistical analysis to check for data reproducibility (e.g.  easily reproducible for everyone, reproducible for a domain expert, reproducible only for Data processing Expert)"@en ;
                                 rdfs:comment "" ;
                                 skos:prefLabel "ProcessingReproducibility"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Profilometry
chameo:Profilometry rdf:type owl:Class ;
                    rdfs:subClassOf chameo:CharacterisationTechnique ;
                    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Profilometry is a technique used to extract topographical data from a surface. This can be a single point, a line scan or even a full three dimensional scan. The purpose of profilometry is to get surface morphology, step heights and surface roughness."@en ;
                    skos:prefLabel "Profilometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#PulsedElectroacousticMethod
chameo:PulsedElectroacousticMethod rdf:type owl:Class ;
                                   rdfs:subClassOf chameo:ChargeDistribution ;
                                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The pulsed electroacoustic (PEA) method is an established method for space charge measurements in polymeric dielectrics."@en ;
                                   skos:prefLabel "PulsedElectroacousticMethod"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#RamanSpectroscopy
chameo:RamanSpectroscopy rdf:type owl:Class ;
                         rdfs:subClassOf chameo:Spectroscopy ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Raman spectroscopy (/ˈrɑːmən/) (named after physicist C. V. Raman) is a spectroscopic technique typically used to determine vibrational modes of molecules, although rotational and other low-frequency modes of systems may also be observed. Raman spectroscopy is commonly used in chemistry to provide a structural fingerprint by which molecules can be identified.

Raman spectroscopy relies upon inelastic scattering of photons, known as Raman scattering. A source of monochromatic light, usually from a laser in the visible, near infrared, or near ultraviolet range is used, although X-rays can also be used. The laser light interacts with molecular vibrations, phonons or other excitations in the system, resulting in the energy of the laser photons being shifted up or down. The shift in energy gives information about the vibrational modes in the system. Infrared spectroscopy typically yields similar yet complementary information.

Typically, a sample is illuminated with a laser beam. Electromagnetic radiation from the illuminated spot is collected with a lens and sent through a monochromator. Elastic scattered radiation at the wavelength corresponding to the laser line (Rayleigh scattering) is filtered out by either a notch filter, edge pass filter, or a band pass filter, while the rest of the collected light is dispersed onto a detector."""@en ;
                         skos:prefLabel "RamanSpectroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#RawData
chameo:RawData rdf:type owl:Class ;
               rdfs:subClassOf emmo:EMMO_0f6f0120_c079_4d95_bb11_4ddee05e530e ,
                               chameo:CharacterisationData ;
               emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Direct output of the equipment with the manufacturer’s software including automatic pre-processing that is not modified by the user once the acquisition method is defined and the equipment calibrated."@en ,
                                                              "The raw data is a set of (unprocessed) data that is given directly as output from the detector, usually expressed as a function of time or position, or photon energy."@en ;
               emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In mechanical testing, examples of raw data are raw-force, raw-displacement, coordinates as function of time."@en ,
                                                              "In spectroscopic testing, the raw data are light intensity, or refractive index, or optical absorption as a function of the energy (or wavelength) of the incident light beam."@en ;
               emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "In some cases, raw data can be considered to have already some level of data processing, e.g., in electron microscopy a “raw image” that is formed on the screen is already result from multiple processing after the signal is acquired by the detector."@en ;
               rdfs:comment "" ;
               skos:prefLabel "RawData"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#RawSample
chameo:RawSample rdf:type owl:Class ;
                 rdfs:subClassOf chameo:Sample ;
                 skos:prefLabel "RawSample"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ReferenceSample
chameo:ReferenceSample rdf:type owl:Class ;
                       rdfs:subClassOf chameo:Sample ;
                       emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 """Material, sufficiently homogeneous and stable with reference to one or more specified properties, which has been established to be fit for its intended use in measurement or in examination
NOTE 1 Reference materials can be certified reference materials or reference materials without a certified property
value.
NOTE 2 For a reference material to be used as a measurement standard for calibration purposes it needs to be a certified reference material.
NOTE 3 Reference materials can be used for measurement precision evaluation and quality control.
EXAMPLE Human serum without an assigned quantity value for the amount-of-substance concentration of the inherent cholesterol, used for quality control.
NOTE 4 Properties of reference materials can be quantities or nominal properties.
NOTE 5 A reference material is sometimes incorporated into a specially fabricated device.
EXAMPLE Spheres of uniform size mounted on a microscope slide.
NOTE 6 Some reference materials have assigned values in a unit outside the SI. Such materials include vaccines to
which International Units (IU) have been assigned by the World Health Organization.
NOTE 7 A given reference material can only be used for one purpose in a measurement, either calibration or quality
control, but not both.
NOTE 8 ISO/REMCO has an analogous definition but uses the term “measurement process” (ISO Guide 30, Reference
materials – Selected terms and definitions, definition 2.1.1) for both measurement and examination.

-- International Vocabulary of Metrology(VIM)"""@en ,
                                                                      "Quality control sample used to determine accuracy and precision of method. [ISO 17858:2007]"@en ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Material, sufficiently homogeneous and stable with respect to one or more specified properties, which has been established to be fit for its intended use in a measurement process”."@en ;
                       emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "Reference material"@en ;
                       rdfs:comment "" ;
                       skos:altLabel "Certified Reference Material"@en ,
                                     "Reference material"@en ,
                                     "ReferenceSpecimen" ;
                       skos:prefLabel "ReferenceSample"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Sample
chameo:Sample rdf:type owl:Class ;
              rdfs:subClassOf emmo:EMMO_90ae56e4_d197_49b6_be1a_0049e4756606 ;
              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Portion of material selected from a larger quantity of material. The term needs to be qualified, e.g., bulk sample, representative sample, primary sample, bulked sample, test sample, etc. The term 'sample' implies the existence of a sampling error, i.e., the results obtained on the portions taken are only estimates of the concentration of a constituent or the quantity of a property present in the parent material. If there is no or negligible sampling error, the portion removed is a test portion, aliquot, or specimen."@en ;
              emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Sample and Specime are often used interchangeably. However in some cases the term Specimen is used to specify a portion taken under conditions such that the sampling variability cannot be assessed (usually because the population is changing), and is assumed, for convenience, to be zero." ;
              rdfs:comment "" ;
              skos:altLabel "Specimen" ;
              skos:prefLabel "Sample"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#SampleInspection
chameo:SampleInspection rdf:type owl:Class ;
                        rdfs:subClassOf emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Analysis of the sample in order to determine information that are relevant for the characterisation method."@en ;
                        emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In the Nanoindentation method the Scanning Electron Microscope to determine the indentation area."@en ;
                        skos:prefLabel "SampleInspection"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#SamplePreparation
chameo:SamplePreparation rdf:type owl:Class ;
                         rdfs:subClassOf emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
                                           owl:someValuesFrom chameo:Sample
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty <http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> ;
                                           owl:someValuesFrom chameo:Sample
                                         ] ,
                                         [ rdf:type owl:Restriction ;
                                           owl:onProperty <http://emmo.info/emmo/perspectives/manufacturing#EMMO_36e69413_8c59_4799_946c_10b05d266e22> ;
                                           owl:someValuesFrom chameo:SamplePreparationParameter
                                         ] ;
                         emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Sample preparation processes (e.g., machining, polishing, cutting to size, etc.) before actual observation and measurement."@en ;
                         rdfs:comment "" ;
                         skos:prefLabel "SamplePreparation"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#SamplePreparationHardware
chameo:SamplePreparationHardware rdf:type owl:Class ;
                                 rdfs:subClassOf emmo:EMMO_86ca9b93_1183_4b65_81b8_c0fcd3bba5ad ;
                                 emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Hardware used for the preparation of the sample."@en ;
                                 rdfs:comment "" ;
                                 skos:prefLabel "SamplePreparationHardware"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#SamplePreparationParameter
chameo:SamplePreparationParameter rdf:type owl:Class ;
                                  rdfs:subClassOf emmo:EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a ;
                                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Parameter used for the sample preparation process"@en ;
                                  skos:prefLabel "SamplePreparationParameter"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#SamplingProcess
chameo:SamplingProcess rdf:type owl:Class ;
                       rdfs:subClassOf emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;
                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Act of extracting a portion (amount) of material from a larger quantity of material. This operation results in obtaining a sample representative of the batch with respect to the property or properties being investigated."@en ;
                       emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The term can be used to cover either a unit of supply or a portion for analysis. The portion taken may consist of one or more sub-samples and the batch may be the population from which the sample is taken."@en ;
                       rdfs:comment "" ;
                       skos:prefLabel "SamplingProcess"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ScanningAugerElectronMicroscopy
chameo:ScanningAugerElectronMicroscopy rdf:type owl:Class ;
                                       rdfs:subClassOf chameo:Microscopy ;
                                       emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Auger electron spectroscopy (AES or simply Auger) is a surface analysis technique that uses an electron beam to excite electrons on atoms in the particle. Atoms that are excited by the electron beam can emit “Auger” electrons. AES measures the kinetic energies of the emitted electrons. The energy of the emitted electrons is characteristic of elements present at the surface and near the surface of a sample."@en ;
                                       skos:altLabel "AES" ;
                                       skos:prefLabel "ScanningAugerElectronMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ScanningElectronMicroscopy
chameo:ScanningElectronMicroscopy rdf:type owl:Class ;
                                  rdfs:subClassOf chameo:Microscopy ;
                                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The scanning electron microscope (SEM) uses a focused beam of high-energy electrons to generate a variety of signals at the surface of solid specimens. The signals that derive from electron-sample interactions reveal information about the sample including external morphology (texture), chemical composition, and crystalline structure and orientation of materials making up the sample."@en ;
                                  skos:altLabel "SEM" ;
                                  skos:prefLabel "ScanningElectronMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ScanningKelvinProbe
chameo:ScanningKelvinProbe rdf:type owl:Class ;
                           rdfs:subClassOf chameo:Microscopy ;
                           emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scanning Kelvin probe (SKP) and scanning Kelvin probe force microscopy (SKPFM) are probe techniques which permit mapping of topography and Volta potential distribution on electrode surfaces. It measures the surface electrical potential of a sample without requiring an actual physical contact."@en ;
                           skos:altLabel "SKB" ;
                           skos:prefLabel "ScanningKelvinProbe"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ScanningProbeMicroscopy
chameo:ScanningProbeMicroscopy rdf:type owl:Class ;
                               rdfs:subClassOf chameo:Microscopy ;
                               emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scanning probe microscopy (SPM) is a branch of microscopy that forms images of surfaces using a physical probe that scans the specimen."@en ;
                               skos:prefLabel "ScanningProbeMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ScanningTunnelingMicroscopy
chameo:ScanningTunnelingMicroscopy rdf:type owl:Class ;
                                   rdfs:subClassOf chameo:Microscopy ;
                                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Scanning Tunneling Microscopy, or STM, is an imaging technique used to obtain ultra-high resolution images at the atomic scale, without using light or electron beams."@en ;
                                   skos:altLabel "STM" ;
                                   skos:prefLabel "ScanningTunnelingMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ScatteringAndDiffraction
chameo:ScatteringAndDiffraction rdf:type owl:Class ;
                                rdfs:subClassOf chameo:CharacterisationTechnique ;
                                skos:prefLabel "ScatteringAndDiffraction"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#SecondaryData
chameo:SecondaryData rdf:type owl:Class ;
                     rdfs:subClassOf chameo:CharacterisationData ;
                     emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data resulting from the application of post-processing or model generation to other data."@en ;
                     emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "Deconvoluted curves"@en ,
                                                                    "Intensity maps"@en ;
                     rdfs:comment "" ;
                     skos:altLabel "Elaborated data"@en ;
                     skos:prefLabel "SecondaryData"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#SecondaryIonMassSpectrometry
chameo:SecondaryIonMassSpectrometry rdf:type owl:Class ;
                                    rdfs:subClassOf chameo:Spectrometry ;
                                    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Secondary-ion mass spectrometry (SIMS) is a technique used to analyze the composition of solid surfaces and thin films by sputtering the surface of the specimen with a focused primary ion beam and collecting and analyzing ejected secondary ions."@en ;
                                    skos:altLabel "SIMS" ;
                                    skos:prefLabel "SecondaryIonMassSpectrometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#ShearOrTorsionTests
chameo:ShearOrTorsionTests rdf:type owl:Class ;
                           rdfs:subClassOf chameo:Mechanical ;
                           skos:prefLabel "ShearOrTorsionTest"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Signal
chameo:Signal rdf:type owl:Class ;
              rdfs:subClassOf chameo:CharacterisationData ;
              emmo:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 "According to UPAC Compendium of Chemical Terminology, a “signal” is “A representation of a quantity within an analytical instrument” (https://goldbook.iupac.org/terms/view/S05661 )."@en ;
              emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Result (effect) of the interaction between the sample and the probe, which usually is a measurable and quantifiable quantity."@en ;
              emmo:EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "Signal is usually emitted from a characteristic “emission” volume, which can be different from the sample/probe “interaction” volume and can be usually quantified using proper physics equations and/or modelling of the interaction mechanisms."@en ;
              rdfs:comment "" ;
              skos:prefLabel "Signal"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Spectrometry
chameo:Spectrometry rdf:type owl:Class ;
                    rdfs:subClassOf chameo:CharacterisationTechnique ;
                    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Spectroscopic techniques are numerous and varied, but all involve measuring the response of a material to different frequencies of electromagnetic radiation. Depending on the technique used, material characterization may be based on the absorption, emission, impedance, or reflection of incident energy by a sample."@en ;
                    skos:prefLabel "Spectrometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Spectroscopy
chameo:Spectroscopy rdf:type owl:Class ;
                    rdfs:subClassOf chameo:CharacterisationTechnique ;
                    emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Spectroscopy is a category of characterization techniques which use a range of principles to reveal the chemical composition, composition variation, crystal structure and photoelectric properties of materials."@en ;
                    skos:prefLabel "Spectroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Synchrotron
chameo:Synchrotron rdf:type owl:Class ;
                   rdfs:subClassOf chameo:ScatteringAndDiffraction ;
                   skos:prefLabel "Synchrotron"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#TensileTest
chameo:TensileTest rdf:type owl:Class ;
                   rdfs:subClassOf chameo:Mechanical ;
                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Tensile testing, also known as tension testing, is a test in which a sample is subjected to a controlled tension until failure. Properties that are directly measured via a tensile test are ultimate tensile strength, breaking strength, maximum elongation and reduction in area. From these measurements the following properties can also be determined: Young's modulus, Poisson's ratio, yield strength, and strain-hardening characteristics. Uniaxial tensile testing is the most commonly used for obtaining the mechanical characteristics of isotropic materials. Some materials use biaxial tensile testing. The main difference between these testing machines being how load is applied on the materials."@en ;
                   skos:altLabel "TensionTest" ;
                   skos:prefLabel "TensileTest"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Thermochemical
chameo:Thermochemical rdf:type owl:Class ;
                      rdfs:subClassOf chameo:CharacterisationTechnique ;
                      emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Thermomechanical analysis (TMA) is a technique used in thermal analysis, a branch of materials science which studies the properties of materials as they change with temperature."@en ;
                      skos:altLabel "TMA" ;
                      skos:prefLabel "Thermochemical"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Thermogravimetry
chameo:Thermogravimetry rdf:type owl:Class ;
                        rdfs:subClassOf chameo:Thermochemical ;
                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Thermogravimetric analysis or thermal gravimetric analysis (TGA) is a method of thermal analysis in which the mass of a sample is measured over time as the temperature changes. This measurement provides information about physical phenomena, such as phase transitions, absorption, adsorption and desorption; as well as chemical phenomena including chemisorptions, thermal decomposition, and solid-gas reactions (e.g., oxidation or reduction)."@en ;
                        skos:altLabel "TGA" ;
                        skos:prefLabel "Thermogravimetry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Tomography
chameo:Tomography rdf:type owl:Class ;
                  rdfs:subClassOf chameo:CharacterisationTechnique ;
                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Tomography is imaging by sections or sectioning that uses any kind of penetrating wave. The method is used in radiology, archaeology, biology, atmospheric science, geophysics, oceanography, plasma physics, materials science, cosmochemistry, astrophysics, quantum information, and other areas of science. The word tomography is derived from Ancient Greek τόμος tomos, \"slice, section\" and γράφω graphō, \"to write\" or, in this context as well, \"to describe.\" A device used in tomography is called a tomograph, while the image produced is a tomogram."@en ;
                  skos:prefLabel "Tomography"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#TransmissionElectronMicroscopy
chameo:TransmissionElectronMicroscopy rdf:type owl:Class ;
                                      rdfs:subClassOf chameo:Microscopy ;
                                      emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Transmission electron microscopy (TEM) is a microscopy technique in which a beam of electrons is transmitted through a specimen to form an image. The specimen is most often an ultrathin section less than 100 nm thick or a suspension on a grid. An image is formed from the interaction of the electrons with the sample as the beam is transmitted through the specimen. The image is then magnified and focused onto an imaging device, such as a fluorescent screen, a layer of photographic film, or a sensor such as a scintillator attached to a charge-coupled device."@en ;
                                      skos:altLabel "TEM" ;
                                      skos:prefLabel "TransmissionElectronMicroscopy"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Ultrasonic
chameo:Ultrasonic rdf:type owl:Class ;
                  rdfs:subClassOf chameo:CharacterisationTechnique ;
                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """Ultrasonic testing (UT) is a family of non-destructive testing techniques based on the propagation of ultrasonic waves in the object or material tested. In most common UT applications, very short ultrasonic pulse-waves with center frequencies ranging from 0.1-15 MHz, and occasionally up to 50 MHz, are transmitted into materials to detect internal flaws or to characterize materials. A common example is ultrasonic thickness measurement, which tests the thickness of the test object, for example, to monitor pipework corrosion.

Ultrasonic testing is often performed on steel and other metals and alloys, though it can also be used on concrete, wood and composites, albeit with less resolution. It is used in many industries including steel and aluminium construction, metallurgy, manufacturing, aerospace, automotive and other transportation sectors."""@en ;
                  skos:prefLabel "Ultrasonic"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#VaporPressureDepressionOsmometry
chameo:VaporPressureDepressionOsmometry rdf:type owl:Class ;
                                        rdfs:subClassOf chameo:Osmometry ;
                                        emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Vapor pressure osmometry measures vapor pressure indirectly by measuring the change in temperature of a polymer solution on dilution by solvent vapor and is generally useful for polymers with Mn below 10,000–40,000 g/mol. When molecular weight is more than that limit, the quantity being measured becomes very small to detect."@en ;
                                        skos:altLabel "VPO" ;
                                        skos:prefLabel "VaporPressureDepressionOsmometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Viscometry
chameo:Viscometry rdf:type owl:Class ;
                  rdfs:subClassOf chameo:CharacterisationTechnique ;
                  emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Viscometry or viscosity method was one of the first methods used for determining the MW of polymers. In this method, the viscosity of polymer solution is measured, and the simplest method used is capillary viscometry by using the Ubbelohde U-tube viscometer. In this method, both the flow time of the polymer solution (t) and the flow time of the pure solvent (t0) are recorded. The ratio of the polymer solution flow time (t) to the flow time of pure solvent (t0) is equal to the ratio of their viscosities (η/η0) only if they have the same densities."@en ;
                  skos:altLabel "Viscosity" ;
                  skos:prefLabel "Viscometry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#Voltammetry
chameo:Voltammetry rdf:type owl:Class ;
                   rdfs:subClassOf chameo:Electrochemical ;
                   emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Voltammetry is an analytical technique based on the measure of the current flowing through an electrode dipped in a solution containing electro-active compounds, while a potential scanning is imposed upon it."@en ;
                   skos:prefLabel "Voltammetry"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#WearTest
chameo:WearTest rdf:type owl:Class ;
                rdfs:subClassOf chameo:Mechanical ;
                emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 """A wear test measures the changes in conditions caused by friction, and the result is obtained from deformation, scratches, and indentations on the interacting surfaces.
Wear is defined as the progressive removal of the material from a solid surface and manifested by a change in the geometry of the surface."""@en ;
                skos:prefLabel "WearTest"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#XpsVariableKinetic
chameo:XpsVariableKinetic rdf:type owl:Class ;
                          rdfs:subClassOf chameo:Spectroscopy ;
                          emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "X-ray photoelectron spectroscopy (XPS), also known as ESCA (electron spectroscopy for chemical analysis) is a surface analysis technique which provides both elemental and chemical state information virtually without restriction on the type of material which can be analysed. It is a relatively simple technique where the sample is illuminated with X-rays which have enough energy to eject an electron from the atom.  These ejected electrons are known as photoelectrons. The kinetic energy of these emitted electrons is characteristic of the element from which the photoelectron originated. The position and intensity of the peaks in an energy spectrum provide the desired chemical state and quantitative information.  The surface sensitivity of XPS is determined by the distance that that photoelectron can travel through the material without losing any kinteic energy.  These elastiaclly scattered photoelectrons contribute to the photoelectron peak, whilst photoelectrons that have been inelastically scattered, losing some kinetic energy before leaving the material, will contribute to the spectral background."@en ;
                          skos:altLabel "Electron spectroscopy for chemical analysis (ESCA)" ,
                                        "X-ray photoelectron spectroscopy (XPS)" ;
                          skos:prefLabel "XpsVariableKinetic"@en .


###  http://emmo.info/emmo/domain/chameo/chameo#XrdGrazingIncidence
chameo:XrdGrazingIncidence rdf:type owl:Class ;
                           rdfs:subClassOf chameo:ScatteringAndDiffraction ;
                           skos:prefLabel "XrdGrazingIncidence"@en .


###  http://purl.org/spar/datacite/ResourceIdentifier
datacite:ResourceIdentifier rdf:type owl:Class ;
                            skos:prefLabel "ResourceIdentifier"@en .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDisjointClasses ;
  owl:members ( chameo:CalibrationProcess
                chameo:CharacterisationDataValidation
                chameo:CharacterisationMeasurementProcess
                chameo:DataAnalysis
                chameo:DataPostProcessing
                chameo:DataPreparation
                chameo:SampleInspection
                chameo:SamplePreparation
                chameo:SamplingProcess
              )
] .


###  Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi

