Skip to content

Commit

Permalink
update BatteryMeasurementResult
Browse files Browse the repository at this point in the history
makes BatteryMeasurementResult an output of BatteryMeasurement, resolves #28
  • Loading branch information
jsimonclark committed Feb 19, 2024
1 parent 9a5e960 commit 5c27e71
Show file tree
Hide file tree
Showing 2 changed files with 418 additions and 410 deletions.
14 changes: 9 additions & 5 deletions battery-inferred.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -34575,17 +34575,17 @@ Wikipedia"""@en ;
### https://w3id.org/emmo/domain/battery#battery_1d33b96d_f362_41e5_b670_d33cd6a7ab28
<https://w3id.org/emmo/domain/battery#battery_1d33b96d_f362_41e5_b670_d33cd6a7ab28> rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/emmo/domain/battery#battery_6c481323_498b_42c6_915a_53490f409430> ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a> ;
owl:someValuesFrom <https://w3id.org/emmo/domain/battery#battery_2198cf67_b5d2_4325_9b6a_dde0a26fd065>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a> ;
owl:someValuesFrom <https://w3id.org/emmo/domain/battery#battery_74ed2670_657d_4f0b_b0a6_3f13bc2e9c17>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/emmo#EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a> ;
owl:someValuesFrom <https://w3id.org/emmo/domain/battery#battery_bc033b97_a5b7_455c_94ce_e95676cb816b>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840> ;
owl:someValuesFrom <https://w3id.org/emmo/domain/battery#battery_2198cf67_b5d2_4325_9b6a_dde0a26fd065>
] ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "BatteryCycling"@en .

Expand Down Expand Up @@ -35306,7 +35306,11 @@ Wikipedia"""@en ;

### https://w3id.org/emmo/domain/battery#battery_6c481323_498b_42c6_915a_53490f409430
<https://w3id.org/emmo/domain/battery#battery_6c481323_498b_42c6_915a_53490f409430> rdf:type owl:Class ;
rdfs:subClassOf <https://w3id.org/emmo#EMMO_463bcfda_867b_41d9_a967_211d4d437cfb> ;
rdfs:subClassOf <https://w3id.org/emmo#EMMO_463bcfda_867b_41d9_a967_211d4d437cfb> ,
[ rdf:type owl:Restriction ;
owl:onProperty <https://w3id.org/emmo#EMMO_c4bace1d_4db0_4cd3_87e9_18122bae2840> ;
owl:someValuesFrom <https://w3id.org/emmo/domain/battery#battery_14ea92c1_2682_4c52_83a5_632adcfdb1ce>
] ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "BatteryMeasurement"@en .


Expand Down
Loading

0 comments on commit 5c27e71

Please sign in to comment.