From 88274fa23cc47628637e11f00adb89277d822696 Mon Sep 17 00:00:00 2001 From: pierluigidelnostro <77275273+pierluigidelnostro@users.noreply.github.com> Date: Fri, 5 Jan 2024 16:20:17 +0100 Subject: [PATCH] SamplePreparationInstrument and SampleInspectionInstrument classes added --- chameo.properties | 2 +- chameo.ttl | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/chameo.properties b/chameo.properties index 58bcfca..6574bf8 100644 --- a/chameo.properties +++ b/chameo.properties @@ -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= diff --git a/chameo.ttl b/chameo.ttl index 08c6b92..1599be7 100644 --- a/chameo.ttl +++ b/chameo.ttl @@ -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 , @@ -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 ;