Skip to content

Commit

Permalink
fix: BattINFO import, replace Battery Enclosure with BatteryTray
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonStier committed Feb 16, 2024
1 parent 16e6ef7 commit 757651c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
8 changes: 4 additions & 4 deletions BVCO.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@base <https://bvco.ontology.link/> .

<https://bvco.ontology.link> rdf:type owl:Ontology ;
owl:versionIRI <https://bvco.ontology.link/0.4.1> ;
owl:versionIRI <https://bvco.ontology.link/0.4.3> ;
owl:imports <http://emmo.info/emmo/1.0.0-beta4> ,
<https://gpo.ontology.link> ,
<https://big-map.github.io/BattINFO/ontology/BattINFO> ;
Expand Down Expand Up @@ -76,8 +76,8 @@ emmo:EMMO_ae2d1a96_bfa1_409a_a7d2_03d69e8a125a rdf:type owl:ObjectProperty .
] .


### http://emmo.info/battery#battery_d9ebf2cd_a020_46b4_b91a_9a6402736b9e
<http://emmo.info/battery#battery_d9ebf2cd_a020_46b4_b91a_9a6402736b9e> rdf:type owl:Class ;
### http://emmo.info/battery#battery_bcf8f9dd_f493_4547_a5a3_e14b1f4c0f5f
<http://emmo.info/battery#battery_bcf8f9dd_f493_4547_a5a3_e14b1f4c0f5f> rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty gpo:GPO_389686f5_86d8_4e97_ba71_0537bedf0f38 ;
owl:someValuesFrom :BVCO_925d92f8_5a11_4434_a9ab_a2541ca34d53
Expand Down Expand Up @@ -1502,7 +1502,7 @@ emmo:EMMO_ec7464a9_d99d_45f8_965b_4e9230ea8356 rdf:type owl:Class .
rdfs:subClassOf :BVCO_82f0ea86_5e2b_47c0_977a_d610c6f1f836 ,
[ rdf:type owl:Restriction ;
owl:onProperty gpo:GPO_0c25c011_9320_461f_bc23_6e9691827305 ;
owl:someValuesFrom <http://emmo.info/battery#battery_d9ebf2cd_a020_46b4_b91a_9a6402736b9e>
owl:someValuesFrom <http://emmo.info/battery#battery_bcf8f9dd_f493_4547_a5a3_e14b1f4c0f5f>
] ;
skos:prefLabel "FabricatedEnclosure"@en .

Expand Down
9 changes: 1 addition & 8 deletions catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,5 @@
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/1.0.0-beta4" uri="https://raw.githubusercontent.com/emmo-repo/emmo-repo.github.io/master/versions/1.0.0-beta4/emmo-inferred.ttl"/>
<uri id="Imports Wizard Entry" name="https://gpo.ontology.link" uri="https://raw.githubusercontent.com/General-Process-Ontology/ontology/master/GPO.ttl"/>
<uri id="Imports Wizard Entry" name="https://big-map.github.io/BattINFO/ontology/BattINFO" uri="https://raw.githubusercontent.com/BIG-MAP/BattINFO/master/battinfo.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/1.0.0-beta4/temp/isq_bigmap" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/isq_bigmap.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/1.0.0-beta4/temp/unitsextension_bigmap" uri="https://github.com/emmo-repo/domain-electrochemistry/raw/master/unitsextension_bigmap.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/emmo/1.0.0-beta4/disciplines/computerscience_big_map" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/computerscience_bigmap_temp.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/electrochemistry/0.5.0/electrochemicalquantities" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/electrochemicalquantities.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/electrochemistry/0.5.0/electrochemistry" uri="https://raw.githubusercontent.com/emmo-repo/domain-electrochemistry/master/electrochemistry.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/battery/0.5.0/batteryquantities" uri="https://raw.githubusercontent.com/emmo-repo/domain-battery/master/batteryquantities.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/battery/0.5.0/battery" uri="https://raw.githubusercontent.com/emmo-repo/domain-battery/master/battery.ttl"/>
<uri id="Imports Wizard Entry" name="http://emmo.info/material/0.1.0/material" uri="https://github.com/emmo-repo/domain-electrochemistry/raw/master/material_bigmap_temp.ttl"/>
<uri name="http://emmo.info/battery/0.6.0/battery-inferred" uri="https://raw.githubusercontent.com/emmo-repo/domain-battery/0.6.0/inferred_version/battery-inferred.ttl"/>
</catalog>

0 comments on commit 757651c

Please sign in to comment.