forked from emmo-repo/application-battery-testing-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbattery-testing-ontology-individuals.ttl
101 lines (82 loc) · 4 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
@prefix : <http://w3id.org/emmo-bto/bto#> .
@prefix bto: <http://w3id.org/emmo-bto/bto#> .
@prefix emmo: <https://w3id.org/emmo#> .
@prefix chameo: <http://w3id.org/emmo-chameo/chameo#> .
@prefix domain-battery: <https://w3id.org/emmo/domain/battery/battery#> .
@prefix domain-electrochemistry: <https://w3id.org/emmo/domain/electrochemistry/electrochemistry#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://w3id.org/emmo-bto/bto> .
######################################################################################
# ----Individuals---------------------------------------------------------------------
######################################################################################
bto:AlligatorClamps1 a owl:NamedIndividual , bto:AlligatorClamps .
# Ambient1 emmo:hasProperty bto:AmbientPressure1, bto:AmbientTemperature1
bto:Ambient1 a owl:NamedIndividual , bto:BatteryCharacterizationEnvironment ;
chameo:hasCharacterisationEnvironmentProperty bto:AmbientPressure1 , bto:AmbientTemperature1 .
# emmo:hasProperty
# emmo:hasReferenceUnit, emmo:hasNumericalValue
bto:AmbientPressure1 a owl:NamedIndividual , bto:AmbientPressure ;
emmo:hasReferenceUnit bto:AmbientPressureUnit1 ;
# emmo:hasReferenceUnit
emmo:hasNumericalValue 102 .
# emmo:hasNumericalValue
# emmo:hasStringValue
bto:AmbientPressureUnit1 a owl:NamedIndividual , bto:AmbientPressureUnit ;
emmo:hasStringValue "kPa" .
# emmo:hasStringValue
bto:AmbientTemperature1 a owl:NamedIndividual , bto:AmbientTemperature ;
emmo:hasReferenceUnit bto:AmbientTemperatureUnit1 ;
# emmo:hasReferenceUnit
emmo:hasNumericalValue 15 .
# emmo:hasNumericalValue
bto:AmbientTemperatureUnit1 a owl:NamedIndividual , bto:AmbientTemperatureUnit ;
emmo:hasStringValue "C" .
# emmo:hasStringValue
bto:BatteryCharacterisationMethod1 a owl:NamedIndividual , bto:BatteryCharacterizationMethod ;
emmo:hasBeginTask bto:BatterySamplePreparation1 ;
# emmo:hasBeginTask
emmo:hasEndTask bto:BatteryMeasurementProcess1 ;
# emmo:hasEndTask
chameo:hasCharacterisationEnvironment bto:Ambient1 ;
chameo:hasCharacterisationLocation bto:Location1 .
bto:BatteryHolder1 a owl:NamedIndividual , bto:BatteryHolder .
bto:BatteryMeasurementProcess1 a owl:NamedIndividual , bto:BatteryMeasurementProcess ;
emmo:hasTemporaryParticipant bto:BatterySample1 ;
# emmo:hasTemporaryParticipant
emmo:hasOutput bto:CurrentData1 , bto:TimeData1 , bto:VoltageData1 ;
# emmo:hasOutput
emmo:hasDataValue "2020-08-10T15:39:35"^^xsd:dateTime .
# hasDataValue
bto:BatterySample1 a owl:NamedIndividual , bto:BatterySample .
bto:BatterySamplePreparation1 a owl:NamedIndividual , bto:BatterySamplePreparation ;
emmo:hasTemporaryParticipant bto:BatterySample1 , bto:Fixture1 ;
# emmo:hasTemporaryParticipant
emmo:hasNext bto:BatteryMeasurementProcess1 .
# emmo:hasNext
bto:Cable1 a owl:NamedIndividual , bto:Cable .
bto:CurrentData1 a owl:NamedIndividual , bto:CurrentData ;
emmo:hasNumericalValue "1.477E-7"^^xsd:float .
# emmo:hasNumericalValue
#bto:Fixture1 hasProperPart bto:AlligatorClamps1 , bto:Cable1
bto:Fixture1 a owl:NamedIndividual , bto:Fixture ;
emmo:hasProperPart bto:AlligatorClamps1 , bto:Cable1 .
# emmo:hasProperPart
bto:Location1 a owl:NamedIndividual , bto:Location ;
emmo:hasStringValue "Keysight Technologies"@en .
# emmo:hasStringValue
bto:SamplingTime1 a owl:NamedIndividual , bto:SamplingTime ;
emmo:hasNumericalValue 0.0001 .
# emmo:hasNumericalValue
bto:TimeData1 a owl:NamedIndividual , bto:TimeData ;
emmo:hasNumericalValue 0.999899983406067 .
# emmo:hasNumericalValue
bto:VoltageData1 a owl:NamedIndividual , bto:VoltageData ;
emmo:hasNumericalValue 447.045999862166 .
# emmo:hasNumericalValue