-
Notifications
You must be signed in to change notification settings - Fork 1
/
battery-testing-ontology-individuals.ttl
153 lines (116 loc) · 6.43 KB
/
battery-testing-ontology-individuals.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
@prefix : <http://w3id.org/emmo-bto/bto#> .
@prefix bto: <http://w3id.org/emmo-bto/bto#> .
@prefix chameo: <http://w3id.org/emmo-chameo/chameo#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix domain-battery: <https://w3id.org/emmo/domain/battery/battery#> .
@prefix domain-electrochemistry: <https://w3id.org/emmo/domain/electrochemistry/electrochemistry#> .
@prefix emmo: <https://w3id.org/emmo#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <http://w3id.org/emmo-bto/bto> .
######################################################################################
# ----Individuals---------------------------------------------------------------------
######################################################################################
bto:AlligatorClamps1 a owl:NamedIndividual , bto:AlligatorClamps .
bto:Ambient1 a owl:NamedIndividual , bto:BatteryCharacterizationEnvironment ;
chameo:hasCharacterisationEnvironmentProperty bto:AmbientHumidity1, bto:AmbientLight1 , bto:AmbientPressure1 , bto:AmbientTemperature1 ;
rdfs:comment "Controlled by temperature chamber"@en .
bto:AmbientLight1 a owl:NamedIndividual , bto:AmbientLight ;
emmo:hasStringValue "room light" .
bto:AmbientHumidity1 a owl:NamedIndividual , bto:AmbientHumidity ;
emmo:hasReferenceUnit bto:AmbientHumidityUnit1 ;
emmo:hasNumericalValue 65 .
bto:AmbientHumidityUnit1 a owl:NamedIndividual , bto:AmbientHumidityUnit ;
emmo:hasStringValue "%" .
bto:AmbientPressure1 a owl:NamedIndividual , bto:AmbientPressure ;
emmo:hasReferenceUnit bto:AmbientPressureUnit1 ;
emmo:hasNumericalValue 102 .
bto:AmbientPressureUnit1 a owl:NamedIndividual , bto:AmbientPressureUnit ;
emmo:hasStringValue "kPa" .
bto:AmbientTemperature1 a owl:NamedIndividual , bto:AmbientTemperature ;
emmo:hasReferenceUnit bto:AmbientTemperatureUnit1 ;
emmo:hasNumericalValue 15 .
bto:AmbientTemperatureUnit1 a owl:NamedIndividual , bto:AmbientTemperatureUnit ;
emmo:hasStringValue "C" .
bto:BatteryCharacterizationHardware1 a owl:NamedIndividual, bto:BatteryCharacterizationHardware ;
bto:hasCurrentSpecification bto:CurrentSpecification1 ;
bto:hasHardwareModel bto:HardwareModel1 ;
bto:hasHardwareType bto:HardwareType1 ;
bto:hasHardwareManufacturer bto:Manufacturer2 ;
bto:hasVoltageSpecification bto:VoltageSpecification1 ;
chameo:hasDateOfCalibration "2020-01-25T00:00:00"^^xsd:dateTime .
bto:BatteryCharacterisationMethod1 a owl:NamedIndividual , bto:BatteryCharacterizationMethod ;
emmo:hasTask bto:BatterySamplePreparation1 ;
emmo:hasTask bto:BatteryMeasurementProcess1 ;
rdfs:comment "Optical quality control methods in cell production are unable to detect small but still relevant defects in the separator..."@en ;
chameo:hasLab bto:Lab1 .
bto:BatteryHolder1 a owl:NamedIndividual , bto:BatteryHolder .
bto:BatteryMeasurementProcess1 a owl:NamedIndividual , bto:BatteryMeasurementProcess ;
chameo:hasCharacterisationEnvironment bto:Ambient1 ;
chameo:hasMeasurementParameter bto:SamplingTime1 ;
emmo:hasTemporaryParticipant bto:BatterySample1, bto:BatteryCharacterizationHardware1 ;
emmo:hasOutput bto:CurrentData1 , bto:TimeData1 , bto:VoltageData1 .
# ???:hasDateTime "2020-08-10T15:39:35"^^xsd:dateTime .
bto:BatteryPartNumber1 a owl:NamedIndividual , bto:BatteryPartNumber ;
emmo:hasStringValue "FS 3011-23" .
bto:BatterySample1 a owl:NamedIndividual , bto:BatterySample ;
bto:hasCellForm bto:FormFactor1 ;
bto:hasBatteryManufacturer bto:Manufacturer1 ;
bto:hasPartNumber bto:BatteryPartNumber1 ;
bto:hasProductionDate "04/12/2018" ;
emmo:hasProperty bto:BatterySampleHeight1 ;
emmo:hasProperty bto:BatterySampleLength1 ;
emmo:hasProperty bto:BatterySampleWidth1 .
bto:BatterySampleHeight1 a owl:NamedIndividual , emmo:Height ;
emmo:hasNumericalValue "23" ;
emmo:hasMeasurementUnit bto:MeasurementUnit2 .
bto:BatterySampleLength1 a owl:NamedIndividual , emmo:Length ;
emmo:hasNumericalValue "50" ;
emmo:hasMeasurementUnit bto:MeasurementUnit1 .
bto:BatterySampleWidth1 a owl:NamedIndividual , emmo:Width ;
emmo:hasNumericalValue "70" ;
emmo:hasMeasurementUnit bto:MeasurementUnit1 .
bto:BatterySamplePreparation1 a owl:NamedIndividual , bto:BatterySamplePreparation ;
emmo:hasTemporaryParticipant bto:BatterySample1 , bto:Fixture1 ;
emmo:hasNext bto:BatteryMeasurementProcess1 .
bto:CurrentData1 a owl:NamedIndividual , bto:CurrentData ;
chameo:hasDataset "http://www.computationalbiology.it/datasets/" .
# emmo:hasNumericalValue "1.477E-7"^^xsd:float .
bto:CurrentSpecification1 a owl:NamedIndividual , bto:CurrentSpecification ;
emmo:hasNumericalValue "0.01" .
bto:FormFactor1 a owl:NamedIndividual , domain-electrochemistry:FormFactor ;
emmo:hasStringValue "electrodes and separators without pouch foil housings" .
bto:Fixture1 a owl:NamedIndividual , bto:Fixture ;
emmo:hasProperPart bto:AlligatorClamps1 , bto:HipotCable1 ;
rdfs:label "Cable and alligator clamps"@en .
bto:HardwareModel1 a owl:NamedIndividual, bto:HardwareModel ;
emmo:hasStringValue "B2985A" .
bto:HardwareType1 a owl:NamedIndividual, bto:HardwareType ;
emmo:hasStringValue "Femto/Picoammeter and Electrometer/High Resistance Meter" .
bto:HipotCable1 a owl:NamedIndividual , bto:HipotCable .
bto:Lab1 a owl:NamedIndividual , chameo:Lab ;
rdfs:label "Keysight Laboratories Linz"@en ;
dcterms:spatial bto:Location1 .
bto:Location1 a owl:NamedIndividual , dcterms:Location ;
rdfs:label "Keysight Technologies"@en .
bto:Manufacturer1 a owl:NamedIndividual , emmo:BatteryManufacturer ;
foaf:name "Freudenberg" .
bto:Manufacturer2 a owl:NamedIndividual , emmo:HardwareManufacturer ;
foaf:name "Keysight Technologies" .
bto:MeasurementUnit1 a owl:NamedIndividual , emmo:LengthUnit ;
emmo:hasStringValue "mm" .
bto:MeasurementUnit2 a owl:NamedIndividual , emmo:LengthUnit ;
emmo:hasStringValue "μm" .
bto:SamplingTime1 a owl:NamedIndividual , bto:SamplingTime ;
emmo:hasNumericalValue 0.0001 .
bto:VoltageSpecification1 a owl:NamedIndividual , bto:VoltageSpecification ;
emmo:hasNumericalValue "1000" .
bto:TimeData1 a owl:NamedIndividual , bto:TimeData .
# emmo:hasNumericalValue 0.999899983406067 .
bto:VoltageData1 a owl:NamedIndividual , bto:VoltageData .
# emmo:hasNumericalValue 447.045999862166 .