oasis-tcs/tac-ontology

Change new Datatype Properties and new Object Properties to the semex namespace from the stix namespace

Closed this issue · 3 comments

When I first started implementing I put the properties in the stix namespace because the Incident class was stubbed in. However, the new properties are extensions.

image

  1. I'll need to delete the assertions in the class definition of Incident
    • Delete the Data Property definitions from the stix namespace
    • Create the Data Property definitions in the semex namespace
    • Reassert the properties in the Incident class definition

image

I still have a open question about stix:extension_type... this seems like a property that should remain in the stix namespace.

These changes were made in the "threat-incident-extensions" branch.