Skip to content

Commit

Permalink
Merge pull request #39 from emmo-repo/dev
Browse files Browse the repository at this point in the history
update imports
  • Loading branch information
jsimonclark authored Jul 24, 2024
2 parents 83fd217 + 76ffcb3 commit e5a7d1b
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 75 deletions.
File renamed without changes.
34 changes: 17 additions & 17 deletions battery.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
@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 bibo: <http://purl.org/ontology/bibo/> .
@prefix emmo: <https://w3id.org/emmo#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix annotations: <https://w3id.org/emmo/top/annotations#> .
@prefix echem: <https://w3id.org/emmo/domain/electrochemistry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix echem: <https://w3id.org/emmo/domain/electrochemistry#> .
@prefix schema: <https://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix chemsub: <https://w3id.org/emmo/domain/chemicalsubstance#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix annotations: <https://w3id.org/emmo/top/annotations#> .
@base <https://w3id.org/emmo/domain/battery/battery> .

<https://w3id.org/emmo/domain/battery/battery> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/domain/battery/0.11.0-beta/battery> ;
owl:imports <https://w3id.org/emmo/domain/battery/0.11.0-beta/batteryquantities> ,
<https://w3id.org/emmo/domain/electrochemistry/0.16.0-beta/electrochemistry> ;
owl:versionIRI <https://w3id.org/emmo/domain/battery/0.12.0-beta/battery> ;
owl:imports <https://w3id.org/emmo/domain/battery/0.12.0-beta/batteryquantities> ,
<https://w3id.org/emmo/domain/electrochemistry/0.20.0-beta/electrochemistry> ;
dcterms:abstract "The Battery Domain Ontology, a specialized domain within the Elementary Multiperspective Materials Ontology (EMMO), encompasses essential terms and relationships for battery components, cells, interfaces, methods, models, and data. Its primary objective is to enable the creation of linked and FAIR (Findable, Accessible, Interoperable, and Reusable) data, thereby fostering advancements in research and innovation within the realm of batteries. This ontology serves as a foundational resource for harmonizing battery knowledge representation, enhancing data interoperability, and accelerating progress in battery research and development." ;
dcterms:bibliographicCitation "https://zenodo.org/doi/10.5281/zenodo.7693672" ;
dcterms:contributor <https://orcid.org/0000-0001-8869-3718> ,
Expand All @@ -28,20 +28,20 @@
dcterms:created "2022-11-25"^^xsd:date ;
dcterms:creator <https://orcid.org/0000-0002-8758-6109> ,
<https://orcid.org/0000-0003-2954-1233> ;
dcterms:issued "2024-06-23"^^xsd:date ;
dcterms:issued "2024-07-24"^^xsd:date ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:modified "2024-06-23"^^xsd:date ;
dcterms:modified "2024-07-24"^^xsd:date ;
dcterms:publisher "EMMO" ;
dcterms:source <https://www.electropedia.org> ;
dcterms:title "Battery Domain Ontology"@en ;
dcterms:source <https://www.electropedia.org> ;
dcterms:title "Battery Domain Ontology"@en ;
bibo:doi "10.5281/zenodo.7693672" ;
bibo:status "unstable" ;
foaf:logo "https://raw.githubusercontent.com/emmo-repo/domain-battery/gh-pages/assets/img/fig/png/domain-battery-logo.png" ;
vann:preferredNamespaceUri "https://w3id.org/emmo/domain/battery" ;
vann:preferredNamespacePrefix "battery" ;
owl:backwardCompatibleWith "0.10.0-beta" ;
owl:priorVersion "0.10.0-beta" ;
owl:versionInfo "0.11.0-beta" .
vann:preferredNamespaceUri "https://w3id.org/emmo/domain/battery" ;
owl:backwardCompatibleWith "0.11.0-beta" ;
owl:priorVersion "0.11.0-beta" ;
owl:versionInfo "0.12.0-beta" ;
foaf:logo "https://raw.githubusercontent.com/emmo-repo/domain-battery/master/docs/assets/img/fig/png/domain-battery-logo.png" .

#################################################################
# Classes
Expand Down
Loading

0 comments on commit e5a7d1b

Please sign in to comment.