<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://brickschema.org/schema/Brick#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:ns1="http://www.w3.org/ns/shacl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:ns2="https://brickschema.org/schema/BrickTag#"> <owl:Class rdf:about="https://brickschema.org/schema/Brick#Energy_Storage"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/> <rdfs:subClassOf rdf:resource="https://brickschema.org/schema/Brick#Electrical_Equipment"/> <rdfs:label>Energy Storage</rdfs:label> <metadata_def:mappingLoom>energystorage</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="https://brickschema.org/schema/Brick#Energy_Storage"/> <metadata_def:prefLabel>Energy Storage</metadata_def:prefLabel> <skos:definition xml:lang="en">Devices or equipment that store energy in its various forms</skos:definition> <metadata:prefixIRI>brick:Energy_Storage</metadata:prefixIRI> <ns0:hasAssociatedTag rdf:resource="https://brickschema.org/schema/BrickTag#Energy"/> <ns0:hasAssociatedTag rdf:resource="https://brickschema.org/schema/BrickTag#Equipment"/> <ns0:hasAssociatedTag rdf:resource="https://brickschema.org/schema/BrickTag#Storage"/> </owl:Class> <rdf:Description rdf:about="https://brickschema.org/schema/Brick#Battery"> <rdfs:subClassOf> <rdf:Description rdf:about="https://brickschema.org/schema/Brick#Energy_Storage"> <metadata_def:mappingSameURI rdf:resource="https://brickschema.org/schema/Brick#Energy_Storage"/> </rdf:Description> </rdfs:subClassOf> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://brickschema.org/schema/Brick#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:ns1="http://www.w3.org/ns/shacl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:metadata="http://data.bioontology.org/metadata/" xmlns:ns2="https://brickschema.org/schema/BrickTag#">
  <owl:Class rdf:about="https://brickschema.org/schema/Brick#Energy_Storage">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
    <rdf:type rdf:resource="http://www.w3.org/ns/shacl#NodeShape"/>
    <rdfs:subClassOf rdf:resource="https://brickschema.org/schema/Brick#Electrical_Equipment"/>
    <rdfs:label>Energy Storage</rdfs:label>
    <metadata_def:mappingLoom>energystorage</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="https://brickschema.org/schema/Brick#Energy_Storage"/>
    <metadata_def:prefLabel>Energy Storage</metadata_def:prefLabel>
    <skos:definition xml:lang="en">Devices or equipment that store energy in its various forms</skos:definition>
    <metadata:prefixIRI>brick:Energy_Storage</metadata:prefixIRI>
    <ns0:hasAssociatedTag rdf:resource="https://brickschema.org/schema/BrickTag#Energy"/>
    <ns0:hasAssociatedTag rdf:resource="https://brickschema.org/schema/BrickTag#Equipment"/>
    <ns0:hasAssociatedTag rdf:resource="https://brickschema.org/schema/BrickTag#Storage"/>
  </owl:Class>
  <rdf:Description rdf:about="https://brickschema.org/schema/Brick#Battery">
    <rdfs:subClassOf>
      <rdf:Description rdf:about="https://brickschema.org/schema/Brick#Energy_Storage">
        <metadata_def:mappingSameURI rdf:resource="https://brickschema.org/schema/Brick#Energy_Storage"/>
      </rdf:Description>
    </rdfs:subClassOf>
  </rdf:Description>
</rdf:RDF>