Skip to content

Commit

Permalink
Fixes and datatype properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pierluigidelnostro committed Sep 18, 2024
1 parent 9c6382a commit 09b68b5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chameo.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Jul 11 16:55:25 CEST 2024
#Wed Sep 18 19:43:34 CEST 2024
jdbc.password=
jdbc.user=
jdbc.url=
Expand Down
30 changes: 30 additions & 0 deletions chameo.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,12 @@ chameo:userCaseHasCharacterisationProcedure rdf:type owl:ObjectProperty ;
# Data properties
#################################################################

### http://www.w3.org/2002/07/owl#topDataProperty
owl:topDataProperty rdfs:domain chameo:CharacterisationHardware ;
rdfs:range xsd:string ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A string representing the model of a CharacterisationHardware" .


### https://w3id.org/emmo/domain/characterisation-methodology/chameo/hasDateOfCalibration
<https://w3id.org/emmo/domain/characterisation-methodology/chameo/hasDateOfCalibration> rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf owl:topDataProperty ;
Expand All @@ -546,6 +552,30 @@ chameo:userCaseHasCharacterisationProcedure rdf:type owl:ObjectProperty ;
skos:prefLabel "hasDateOfCalibration"@en .


### https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentatio#hasManufacturer
<https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentatio#hasManufacturer> rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf owl:topDataProperty ;
rdfs:domain chameo:CharacterisationHardware ;
rdfs:range xsd:string ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A string representing the Manufacturer of a CharacterisationHardware" .


### https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentatio#hasModel
<https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentatio#hasModel> rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf owl:topDataProperty ;
rdfs:domain chameo:CharacterisationHardware ;
rdfs:range xsd:string ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A string representing the model of a CharacterisationHardware"@en .


### https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentatio#hasUniqueID
<https://w3id.org/emmo/domain/domain-nanoindentation/nanoindentatio#hasUniqueID> rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf owl:topDataProperty ;
rdfs:domain chameo:CharacterisationHardware ;
rdfs:range xsd:string ;
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A string representing the UniqueID of a CharacterisationHardware" .


#################################################################
# Classes
#################################################################
Expand Down

0 comments on commit 09b68b5

Please sign in to comment.