--- language: - en license: mit tags: - knowledge-graph - rdf - owl - ontology - cybersecurity annotations_creators: - expert-generated pretty_name: D3FEND size_categories: - 100K d3fend.ttl riot --output=nt d3fend.ttl > d3fend.nt ``` 4. **Compression**: Compressed the resulting ontology files using gzip. ### How to Load the Dataset: You can load this dataset using the Hugging Face Datasets library with the following Python code: ```python from datasets import load_dataset dataset = load_dataset('wikipunk/d3fend', split='train') ``` ### Acknowledgements This ontology is developed by MITRE Corporation and is licensed under the MIT license. I would like to thank the authors for their work which has opened my eyes to a new world of cybersecurity modeling. If you are a cybersecurity expert please consider [contributing to D3FEND](https://d3fend.mitre.org/contribute/). [D3FEND Resources](https://d3fend.mitre.org/resources/) ### Citation ```bibtex @techreport{kaloroumakis2021d3fend, title={Toward a Knowledge Graph of Cybersecurity Countermeasures}, author={Kaloroumakis, Peter E. and Smith, Michael J.}, institution={The MITRE Corporation}, year={2021}, url={https://d3fend.mitre.org/resources/D3FEND.pdf} } ```