Awesome
Crystallography Domain Ontology
A crystallography domain ontology based on EMMO and the CIF core dictionary. It is implemented as a formal language.
Status
- Proposal
- accepted, under development
- official
This domain ontology is work-in-progress (WIP), it is in the process of being accepted as a task group by the EMMC.
- Application submitted: 15 June 2020
- Application accepted on: TBD
Imported Ontologies
This ontology builds on top of EMMO. See the following table for version compatibilies:
Imported Ontologies | Version |
---|---|
EMMO | 1.0.0-beta |
CIF-ontology | 0.1.0 |
Obtaining the Crystallography Domain Ontology
The Crystallography Domain Ontology can be access or opened in Protege using the following url
https://raw.githubusercontent.com/emmo-repo/domain-crystallography/master/crystallography.ttl
It can also be cloned from its GitHub repository. With ssh access to GitHub set up, the Crystallography Domain Ontology can be cloned with
git clone git@github.com:emmo-repo/domain-crystallography.git
In EMMO-python correct import is obatined with
from emmo import get_ontology
# Loading crystallography from local repository
cryst = get_ontology('/path/to/crystallography.ttl').load()
# Loading crystallography from web
cryst = get_ontology('https://raw.githubusercontent.com/emmo-repo/domain-crystallography/master/crystallography.ttl').load()
Attributions and credits
The Crystallography Domain Ontology is developed and maintained by the EMMC Crystallography Domain Ontology Task Group within the EMMC Focus Area Interoperability.
Contributors
- Jesper Friis, SINTEF
- Francesca Lønstad Bleken, SINTEF
- Casper Welzel Andersen, EPFL
Projects
- Demystify ontologies - Internal project at SINTEF
- OntoTrans; Grant Agreement No: 862136 <img src="https://ontotrans.eu/wp-content/uploads/2020/05/ot_logo_rosa_gro%C3%9F.svg" height="50">
- MarketPlace; Grant Agreement No: 760173 <img src="https://www.the-marketplace-project.eu/content/dam/iwm/the-marketplace-project/images/MARKETPLACE_LOGO_300dpi.png" width="120">
- BIG-MAP; Grant Agreement No: 957189 <img src="https://avatars1.githubusercontent.com/u/72801303?s=200&v=4" height="50">
License
The crystallography domain ontology is released under the Creative Commons Attribution 4.0 International license (CC BY 4.0).