--- language: - en license: mit tags: - knowledge-graph - rdf - owl - ontology - cybersecurity annotations_creators: - crowdsourced - expert-generated pretty_name: D3FEND size_categories: - 100KExport Inferred Axioms as ontology and make sure to check all of the checkboxes including asserted axioms and annotations. See this blog post for more information: https://www.michaeldebellis.com/post/export-inferred-axioms. Once you have the materialized ontology you can filter it with d3fend.sparql. ``` shell arq --query=d3fend.rq --data=d3fend.owl --results=turtle > d3fend.ttl ``` ``` shell riot --output=nt d3fend.ttl > d3fend.nt ``` The d3fend.owl and d3fend.nt files then are compressed using gzip.