Datasets:
File size: 841 Bytes
a3de7e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# D3FEND
Branch: https://github.com/d3fend/d3fend-ontology/tree/release/0.13.0-BETA-1
Commit: 3dcc495879bb62cee5c4109e9b784dd4a2de3c9d
CWE extension:
https://github.com/d3fend/d3fend-ontology/tree/release/0.13.0-BETA-1/extensions/cwe
After building d3fend-full.owl I imported the ontology into Protege
version 5.6.1 with the Pellet reasoner plug-in. First I use the Debug
Ontology plugin to check the ontology for consistency and
coherency. If it all checks out, I move onto exporting the inferences.
In Protege navigate to File>Export 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.
|