From bfaa257721c012dfc1dfcf1f41c08dd19a5ac2f8 Mon Sep 17 00:00:00 2001 From: pierluigidelnostro <77275273+pierluigidelnostro@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:52:08 +0100 Subject: [PATCH] CharacterisationTask descendant removed --- chameo.properties | 2 +- chameo.ttl | 30 +----------------------------- 2 files changed, 2 insertions(+), 30 deletions(-) diff --git a/chameo.properties b/chameo.properties index 87c3dca..4fe05b3 100644 --- a/chameo.properties +++ b/chameo.properties @@ -1,4 +1,4 @@ -#Fri Nov 15 17:40:29 CET 2024 +#Fri Nov 15 17:51:39 CET 2024 jdbc.password= jdbc.user= jdbc.url= diff --git a/chameo.ttl b/chameo.ttl index ec556d6..d662fa2 100644 --- a/chameo.ttl +++ b/chameo.ttl @@ -12,7 +12,7 @@ @prefix chameo: . @prefix dcterms: . @prefix datacite: . -@base . +@base . rdf:type owl:Ontology ; owl:versionIRI ; @@ -860,20 +860,6 @@ standards. 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 . -### https://w3id.org/emmo/domain/characterisation-methodology/chameo#CalibrationTask -chameo:CalibrationTask rdf:type owl:Class ; - rdfs:subClassOf chameo:CharacterisationTask , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a - ] ; - owl:someValuesFrom chameo:CalibrationProcess - ] ; - rdfs:comment "Used to break-down a CalibrationProcess into his specific tasks."@en ; - rdfs:label "CalibrationTask" ; - skos:prefLabel "CalibrationTask" ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Used to break-down a CalibrationProcess into his specific tasks."@en . - - ### https://w3id.org/emmo/domain/characterisation-methodology/chameo#Calorimetry chameo:Calorimetry rdf:type owl:Class ; rdfs:subClassOf chameo:ThermochemicalTesting ; @@ -1056,20 +1042,6 @@ system specifications. emmo:EMMO_bb49844b_45d7_4f0d_8cae_8e552cbc20d6 "Measurement"@en . -### https://w3id.org/emmo/domain/characterisation-methodology/chameo#CharacterisationMeasurementTask -chameo:CharacterisationMeasurementTask rdf:type owl:Class ; - rdfs:subClassOf chameo:CharacterisationTask , - [ rdf:type owl:Restriction ; - owl:onProperty [ owl:inverseOf emmo:EMMO_70da982d_1810_4b01_9630_a28e216ecd9a - ] ; - owl:someValuesFrom chameo:CharacterisationMeasurementProcess - ] ; - rdfs:comment "Used to break-down a CharacterisationMeasurementProcess into his specific tasks."@en ; - rdfs:label "CharacterisationMeasurementTask"@en ; - skos:prefLabel "CharacterisationMeasurementTask"@en ; - emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Used to break-down a CharacterisationMeasurementProcess into his specific tasks."@en . - - ### https://w3id.org/emmo/domain/characterisation-methodology/chameo#CharacterisationProcedure chameo:CharacterisationProcedure rdf:type owl:Class ; rdfs:subClassOf emmo:EMMO_472a0ca2_58bf_4618_b561_6fe68bd9fd49 ;