@prefix : <https://w3id.org/eudpp/battery-materials#> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://w3id.org/eudpp/battery-materials#> .

<https://w3id.org/eudpp/battery-materials> rdf:type owl:Ontology ;
                                            owl:versionIRI <https://w3id.org/eudpp/battery-materials/0.3.0> ;
                                            <http://purl.org/dc/terms/bibliographicCitation> "EU DPP Battery Materials Ontology. Draft version 0.3.0."@en ;
                                            <http://purl.org/dc/terms/contributor> "Arnab Sinha"@en ;
                                            <http://purl.org/dc/terms/created> "2026-07-07"^^xsd:date ;
                                            <http://purl.org/dc/terms/creator> "Marc-Andree Wolf"@en ,
                                                                               "Nader Jelassi"@en ;
                                            <http://purl.org/dc/terms/description> "Module for the chemistry and material composition specifics of batteries in EU Digital Product Passports: battery chemistry, typed through the battery-chemistries controlled vocabulary, and the internal location of materials within the battery, typed through the battery-locations controlled vocabulary. Extends the cross-sectoral MAT module of the CIRPASS-2 CORE ontology by direct reference."@en ;
                                            <http://purl.org/dc/terms/issued> "2026-07-07"^^xsd:date ;
                                            <http://purl.org/dc/terms/license> <https://www.apache.org/licenses/LICENSE-2.0> ,
                                                                               "This ontology is licensed under the Apache License, Version 2.0. In case of dispute over Apache 2.0 applicability, or in case considering the ontology as a document, this ontology document is to be considered licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0)."@en ;
                                            <http://purl.org/dc/terms/modified> "2026-09-01"^^xsd:date ;
                                            <http://purl.org/dc/terms/references> "Regulation (EU) 2023/1542, Annex XIII; BatteryPass-Ready Data Attribute Long List v1.3; Spherity Battery Pass ontology v0.1"@en ;
                                            <http://purl.org/dc/terms/source> <https://eur-lex.europa.eu/eli/reg/2023/1542/oj> ;
                                            <http://purl.org/dc/terms/title> "EU DPP Battery Materials Ontology"@en ;
                                            <http://purl.org/vocab/vann/preferredNamespacePrefix> "batmat" ;
                                            <http://purl.org/vocab/vann/preferredNamespaceUri> "https://w3id.org/eudpp/battery-materials#" ;
                                            rdfs:comment "Developed against the CIRPASS-2 CORE ontology v2.0.5 (refresh of 25 August 2026; P_DPP v2.0.6 of 27 August 2026, MAT v1.0.2). External references are pinned to these versions."@en ;
                                            rdfs:label "EU DPP Battery Materials Ontology"@en ;
                                            rdfs:seeAlso <https://w3id.org/eudpp/battery-chemistries> ,
                                                         <https://w3id.org/eudpp/battery-locations> ;
                                            owl:versionInfo "Version 0.3.0 DRAFT"@en .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.org/dc/terms/bibliographicCitation
<http://purl.org/dc/terms/bibliographicCitation> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/description
<http://purl.org/dc/terms/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/issued
<http://purl.org/dc/terms/issued> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/license
<http://purl.org/dc/terms/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/references
<http://purl.org/dc/terms/references> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/source
<http://purl.org/dc/terms/source> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://w3id.org/eudpp#hasMaterial
<https://w3id.org/eudpp#hasMaterial> rdf:type owl:ObjectProperty .


###  https://w3id.org/eudpp/battery-materials#hasBatteryChemistry
:hasBatteryChemistry rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf <https://w3id.org/eudpp#hasMaterial> ;
                     rdfs:domain <https://w3id.org/eudpp/battery#Battery> ;
                     rdfs:range :BatteryChemistry ;
                     <http://purl.org/dc/terms/references> "BatteryPass-Ready Data Attribute Long List v1.3, attribute 39; Spherity Battery Pass ontology v0.1, batteryChemistry"@en ;
                     rdfs:comment "Links a battery to its electrochemical chemistry. Declared as a sub-property of the CORE product-to-material link dpp:hasMaterial (CONNECTOR)."@en ;
                     rdfs:isDefinedBy <https://w3id.org/eudpp/battery-materials> ;
                     rdfs:label "has battery chemistry"@en .


###  https://w3id.org/eudpp/battery-materials#hasBatteryLocation
:hasBatteryLocation rdf:type owl:ObjectProperty ;
                    rdfs:domain :BatteryChemistry ;
                    rdfs:range :BatteryLocation ;
                    <http://purl.org/dc/terms/references> "Spherity Battery Pass ontology v0.1, batteryMaterialLocation"@en ;
                    rdfs:comment "Links a battery material of composition to its internal location within the battery. The domain is restricted to BatteryChemistry rather than the cross-sectoral MaterialOfComposition, so that this battery-specific property is not asserted on materials of other sectors."@en ;
                    rdfs:isDefinedBy <https://w3id.org/eudpp/battery-materials> ;
                    rdfs:label "has battery location"@en .


#################################################################
#    Classes
#################################################################

###  https://w3id.org/eudpp#MaterialOfComposition
<https://w3id.org/eudpp#MaterialOfComposition> rdf:type owl:Class .


###  https://w3id.org/eudpp/battery#Battery
<https://w3id.org/eudpp/battery#Battery> rdf:type owl:Class .


###  https://w3id.org/eudpp/battery-materials#BatteryChemistry
:BatteryChemistry rdf:type owl:Class ;
                  rdfs:subClassOf <https://w3id.org/eudpp#MaterialOfComposition> ;
                  <http://purl.org/dc/terms/references> "BatteryPass-Ready Data Attribute Long List v1.3, attribute 39; Spherity Battery Pass ontology v0.1, BatteryChemistryEntity"@en ;
                  rdfs:comment "The electrochemical composition of the battery, reflecting the active materials used in cathode and anode and, voluntarily, electrolyte. Specialises the cross-sectoral MaterialOfComposition class."@en ;
                  rdfs:isDefinedBy <https://w3id.org/eudpp/battery-materials> ;
                  rdfs:label "Battery Chemistry"@en .


###  https://w3id.org/eudpp/battery-materials#BatteryLocation
:BatteryLocation rdf:type owl:Class ;
                 <http://purl.org/dc/terms/references> "Spherity Battery Pass ontology v0.1, BatteryLocationEntity"@en ;
                 rdfs:comment "An internal location within the battery where a material or sub-component resides. Battery-specific class with no CORE anchor. Its value set is the battery-locations vocabulary, which declares the three locations named by Regulation (EU) 2023/1542, Annex XIII 2(a): cathode, anode and electrolyte."@en ;
                 rdfs:isDefinedBy <https://w3id.org/eudpp/battery-materials> ;
                 rdfs:label "Battery Location"@en ;
                 rdfs:seeAlso <https://w3id.org/eudpp/battery-locations> .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
