Skip to content

Commit

Permalink
Created CharacterisationProperty as a superclass for properties defin…
Browse files Browse the repository at this point in the history
…ed in CHAMEO.

More work is needed to further subclassify the characterisation properties.
  • Loading branch information
jesper-friis committed Dec 7, 2023
1 parent 578c580 commit 01a3c98
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions chameo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ emmo:EMMO_43e9a05d_98af_41b4_92f6_00f79a09bfce rdfs:subClassOf emmo:EMMO_b7bcff2

### http://emmo.info/emmo/domain/chameo/chameo#AccessConditions
chameo:AccessConditions rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes what is needed to repeat the experiment"@en ;
emmo:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "In case of national or international facilities such as synchrotrons describe the programme that enabled you to access these."@en ,
"Was the access to your characterisation tool an inhouse routine or required a 3rd party service?"@en ,
Expand Down Expand Up @@ -592,7 +592,7 @@ chameo:CharacterisationEnvironment rdf:type owl:Class ;

### http://emmo.info/emmo/domain/chameo/chameo#CharacterisationEnvironmentProperty
chameo:CharacterisationEnvironmentProperty rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
skos:prefLabel "CharacterisationEnvironmentProperty" .


Expand All @@ -613,7 +613,7 @@ chameo:CharacterisationHardware rdf:type owl:Class ;

### http://emmo.info/emmo/domain/chameo/chameo#CharacterisationHardwareSpecification
chameo:CharacterisationHardwareSpecification rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
skos:prefLabel "CharacterisationHardwareSpecification"@en .


Expand Down Expand Up @@ -711,7 +711,7 @@ chameo:CharacterisationMethod rdf:type owl:Class ;

### http://emmo.info/emmo/domain/chameo/chameo#CharacterisationProcedureValidation
chameo:CharacterisationProcedureValidation rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes why the characterization procedure was chosen and deemed to be the most useful for the sample."@en ;
rdfs:comment "" ;
skos:prefLabel "CharacterisationProcedureValidation"@en .
Expand All @@ -720,9 +720,11 @@ chameo:CharacterisationProcedureValidation rdf:type owl:Class ;
### http://emmo.info/emmo/domain/chameo/chameo#CharacterisationProperty
chameo:CharacterisationProperty rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_873b0ab3_88e6_4054_b901_5531e01f14a4 ,
emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ,
chameo:SecondaryData ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The characterisation property is the investigate property or behaviour of a sample. It is derived from the secondary data, usually after classification or quantification (manually or by a model)."@en ;
rdfs:comment "" ;
rdfs:comment "A property related to characterisation."@en ,
"" ;
skos:prefLabel "CharacterisationProperty"@en .


Expand Down Expand Up @@ -807,7 +809,7 @@ chameo:CriticalAndSupercriticalChromatography rdf:type owl:Class ;

### http://emmo.info/emmo/domain/chameo/chameo#DataAcquisitionRate
chameo:DataAcquisitionRate rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Quantify the raw data acquisition rate, if applicable."@en ;
rdfs:comment "" ;
skos:prefLabel "DataAcquisitionRate"@en .
Expand Down Expand Up @@ -1044,7 +1046,7 @@ chameo:HardnessTesting rdf:type owl:Class ;

### http://emmo.info/emmo/domain/chameo/chameo#Hazard
chameo:Hazard rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Set of inherent properties of a substance, mixture of substances, or a process involving substances that, under production, usage, or disposal conditions, make it capable of causing adverse effects to organisms or the environment, depending on the degree of exposure; in other words, it is a source of danger."@en ;
rdfs:comment "" ;
skos:prefLabel "Hazard"@en .
Expand Down Expand Up @@ -1110,15 +1112,15 @@ chameo:Laboratory rdf:type owl:Class ;

### http://emmo.info/emmo/domain/chameo/chameo#LevelOfAutomation
chameo:LevelOfAutomation rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes the level of automation of the test."@en ;
rdfs:comment "" ;
skos:prefLabel "LevelOfAutomation"@en .


### http://emmo.info/emmo/domain/chameo/chameo#LevelOfExpertise
chameo:LevelOfExpertise rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Describes the level of expertise required to carry out a process (the entire test or the data processing)."@en ;
rdfs:comment "" ;
skos:prefLabel "LevelOfExpertise"@en .
Expand Down Expand Up @@ -1177,7 +1179,7 @@ The output of this process can be a specific measurement parameter to be used in

### http://emmo.info/emmo/domain/chameo/chameo#MeasurementTime
chameo:MeasurementTime rdf:type owl:Class ;
rdfs:subClassOf emmo:EMMO_b7bcff25_ffc3_474e_9ab5_01b1664bd4ba ;
rdfs:subClassOf chameo:CharacterisationProperty ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "The overall time needed to acquire the measurement data"@en ;
rdfs:comment "" ;
skos:prefLabel "MeasurementTime"@en .
Expand Down

0 comments on commit 01a3c98

Please sign in to comment.