Skip to content

Commit

Permalink
SamplePreparationInstrument and SampleInspectionInstrument classes added
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigidelnostro committed Jan 5, 2024
1 parent 438083e commit 88274fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chameo.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri Jan 05 11:48:16 CET 2024
#Fri Jan 05 16:19:33 CET 2024
jdbc.password=
jdbc.user=
jdbc.url=
Expand Down
10 changes: 10 additions & 0 deletions chameo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,11 @@ chameo:SampleInspection rdf:type owl:Class ;
skos:prefLabel "SampleInspection"@en .


### http://emmo.info/emmo/domain/chameo/chameo#SampleInspectionInstrument
chameo:SampleInspectionInstrument rdf:type owl:Class ;
rdfs:subClassOf chameo:CharacterisationHardware .


### http://emmo.info/emmo/domain/chameo/chameo#SamplePreparation
chameo:SamplePreparation rdf:type owl:Class ;
rdfs:subClassOf chameo:CharacterisationProcedure ,
Expand Down Expand Up @@ -1958,6 +1963,11 @@ chameo:SamplePreparationHardware rdf:type owl:Class ;
skos:prefLabel "SamplePreparationHardware"@en .


### http://emmo.info/emmo/domain/chameo/chameo#SamplePreparationInstrument
chameo:SamplePreparationInstrument rdf:type owl:Class ;
rdfs:subClassOf chameo:CharacterisationHardware .


### http://emmo.info/emmo/domain/chameo/chameo#SamplePreparationParameter
chameo:SamplePreparationParameter rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_d1d436e7_72fc_49cd_863b_7bfb4ba5276a ;
Expand Down

0 comments on commit 88274fa

Please sign in to comment.