Skip to content

Commit

Permalink
CharacterisationTask descendant removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigidelnostro committed Nov 15, 2024
1 parent 01b97b9 commit bfaa257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 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:40:29 CET 2024
#Fri Nov 15 17:51:39 CET 2024
jdbc.password=
jdbc.user=
jdbc.url=
Expand Down
30 changes: 1 addition & 29 deletions chameo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@prefix chameo: <https://w3id.org/emmo/domain/characterisation-methodology/chameo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@base <https://w3id.org/emmo/domain/characterisation-methodology/chameo> .
@base <https://w3id.org/emmo/domain/characterisation-methodology/chameo#> .

<https://w3id.org/emmo/domain/characterisation-methodology/chameo> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/domain/characterisation-methodology/1.0.0-beta5/chameo> ;
Expand Down Expand Up @@ -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 ;
Expand Down Expand Up @@ -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 ;
Expand Down

0 comments on commit bfaa257

Please sign in to comment.