Skip to content

Commit

Permalink
Missing prefLabels added
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigidelnostro committed Jan 5, 2024
1 parent faa9db7 commit d977b5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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 18:02:20 CET 2024
#Fri Jan 05 18:24:48 CET 2024
jdbc.password=
jdbc.user=
jdbc.url=
Expand Down
6 changes: 4 additions & 2 deletions chameo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1950,7 +1950,8 @@ chameo:SampleInspection rdf:type owl:Class ;

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


### http://emmo.info/emmo/domain/chameo/chameo#SamplePreparation
Expand Down Expand Up @@ -1983,7 +1984,8 @@ chameo:SamplePreparationHardware rdf:type owl:Class ;

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


### http://emmo.info/emmo/domain/chameo/chameo#SamplePreparationParameter
Expand Down

0 comments on commit d977b5d

Please sign in to comment.