@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix emmo: . @prefix rdfs: . @prefix skos: . @prefix dcterms: . @prefix annotations: . @prefix electrochemistry: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports ; dcterms:abstract """A battery interface domain ontology based on EMMO. This file is intended to be empty and merely collecting the other ontologies. Released under the Creative Commons license Attribution 4.0 International (CC BY 4.0)."""@en ; dcterms:contributor "Anna Szczesna"@en , "Denmark Technical University (DTU), DK"@en , "Deyana Stoytcheva"@en , "EPFL, CH"@en , "Fraunhofer ISC, DE"@en , "ICMAB, ES"@en , "Marek Marcinek"@en , "Martin Uhrin"@en , "Miran Gaberscek"@en , "National Institute of Chemistry, SI"@en , "Rosa Palacin"@en , "Simon Stier"@en , "Warsaw University of Technology, PL"@en ; dcterms:creator "Casper Welzel Andersen"@en , "Eibar Flores"@en , "Francesca Lønstad Bleken"@en , "Jesper Friis"@en , "SINTEF, NO"@en , "Simon Clark"@en ; dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; dcterms:title "Battery Interface Ontology (BattINFO)"@en ; rdfs:comment """Contacts: Simon Clark SINTEF Industry email: simon.clark@sintef.no"""@en ; owl:versionInfo "0.7.0" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/abstract dcterms:abstract rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/contributor dcterms:contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator dcterms:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license dcterms:license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dcterms:title rdf:type owl:AnnotationProperty . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi