-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update directory structure and imports
- Loading branch information
1 parent
daac578
commit 07c67be
Showing
44 changed files
with
17,852 additions
and
11,392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,41 +8,42 @@ | |
@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 electrochemistry: <https://big-map.github.io/BattINFO/ontology/electrochemistry#> . | ||
@base <https://big-map.github.io/BattINFO/ontology/BattINFO> . | ||
@prefix echem: <https://w3id.org/emmo/domain/electrochemistry#> . | ||
@prefix batt: <https://w3id.org/emmo/domain/battery#> . | ||
@base <https://w3id.org/battinfo> . | ||
|
||
<https://big-map.github.io/BattINFO/ontology/BattINFO> rdf:type owl:Ontology ; | ||
owl:versionIRI <https://big-map.github.io/BattINFO/ontology/BattINFO/0.7.0/battinfo> ; | ||
owl:imports <https://w3id.org/emmo/domain/battery/0.8.0-beta/battery> ; | ||
dcterms:abstract """A battery interface domain ontology based on EMMO. | ||
<https://w3id.org/battinfo> rdf:type owl:Ontology ; | ||
owl:versionIRI <https://w3id.org/battinfo/0.8.0-beta/battinfo> ; | ||
owl:imports <https://w3id.org/emmo/domain/battery/0.13.0-beta/battery> ; | ||
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: | ||
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: [email protected]"""@en ; | ||
owl:versionInfo "0.7.0" . | ||
owl:versionInfo "0.8.0" . | ||
|
||
################################################################# | ||
# Annotation properties | ||
|
Oops, something went wrong.