Skip to content

Commit

Permalink
Subclasses of CharacterisationProcedure refined
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigidelnostro committed Nov 17, 2024
1 parent bfaa257 commit 0511853
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chameo.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri Nov 15 17:51:39 CET 2024
#Sun Nov 17 12:02:28 CET 2024
jdbc.password=
jdbc.user=
jdbc.url=
Expand Down
49 changes: 46 additions & 3 deletions chameo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,14 @@ chameo:CalibrationDataPostProcessing rdf:type owl:Class ;
### https://w3id.org/emmo/domain/characterisation-methodology/chameo#CalibrationProcess
chameo:CalibrationProcess rdf:type owl:Class ;
rdfs:subClassOf chameo:CharacterisationProcedure ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
owl:someValuesFrom chameo:ReferenceSample
] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom chameo:MeasurementParameter
] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
owl:someValuesFrom chameo:CalibrationData
Expand Down Expand Up @@ -2021,7 +2029,11 @@ chameo:MeasurementParameter rdf:type owl:Class ;

### https://w3id.org/emmo/domain/characterisation-methodology/chameo#MeasurementSystemAdjustment
chameo:MeasurementSystemAdjustment rdf:type owl:Class ;
rdfs:subClassOf chameo:CharacterisationProcedure ;
rdfs:subClassOf chameo:CharacterisationProcedure ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
owl:someValuesFrom chameo:MeasurementParameter
] ;
rdfs:comment "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. From the International Vocabulary of Metrology (VIM): 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." ;
rdfs:label "MeasurementSystemAdjustment" ;
skos:altLabel "MeasurementParameterAdjustment" ;
Expand Down Expand Up @@ -2499,17 +2511,48 @@ chameo:Sample rdf:type owl:Class ;

### https://w3id.org/emmo/domain/characterisation-methodology/chameo#SampleExtraction
chameo:SampleExtraction rdf:type owl:Class ;
rdfs:subClassOf chameo:CharacterisationProcedure ;
rdfs:subClassOf chameo:CharacterisationProcedure ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom emmo:EMMO_4207e895_8b83_4318_996a_72cfb32acd94
] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
owl:someValuesFrom chameo:Sample
] ;
rdfs:comment "" ;
rdfs:label "SampleExtraction"@en ;
skos:prefLabel "SampleExtraction"@en ;
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 .


### https://w3id.org/emmo/domain/characterisation-methodology/chameo#SampleExtractionInstrument
chameo:SampleExtractionInstrument rdf:type owl:Class ;
rdfs:subClassOf chameo:CharacterisationHardware ;
rdfs:comment "" ;
skos:prefLabel "SampleExtractionInstrument" .


### https://w3id.org/emmo/domain/characterisation-methodology/chameo#SampleInspection
chameo:SampleInspection rdf:type owl:Class ;
rdfs:subClassOf chameo:CharacterisationProcedure ;
rdfs:subClassOf chameo:CharacterisationProcedure ,
[ 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_35c29eb6_f57e_48d8_85af_854f9e926e77 ;
owl:someValuesFrom chameo:SampleInspectionInstrument
] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_36e69413_8c59_4799_946c_10b05d266e22 ;
owl:someValuesFrom chameo:SampleInspectionParameter
] ,
[ rdf:type owl:Restriction ;
owl:onProperty emmo:EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840 ;
owl:someValuesFrom chameo:CharacterisationData
] ;
rdfs:comment "" ;
rdfs:label "SampleInspection"@en ;
skos:prefLabel "SampleInspection"@en ;
Expand Down

0 comments on commit 0511853

Please sign in to comment.