oasis-open / tac-ontology

OASIS Threat Actor Context (TAC) TC: Creating an ontology for expressing the rich context around Threat Actors. https://github.com/oasis-open/tac-ontology
BSD 3-Clause "New" or "Revised" License
9 stars 4 forks source link

Investigate the ObjectPropertyRange of the relationship:source_ref and the relationship:target_ref properties #26

Closed rhohimer closed 1 year ago

rhohimer commented 2 years ago

Currently the range is set to stix:StixCyberObservable.

The ObjectPropertyRange should include StixDomainObject. For example:

relationship:source_ref where: is a stix:ThreatActor, which is an SDO
rhohimer commented 2 years ago

This issue still exists. The range of relationship:source_ref needs to be modified to be broader than stix:StixCyberObservable

rhohimer commented 1 year ago

image changed the range to a logical OR instead.

Fixed in issue-46-stix-json-to-stix-ont branch.

rhohimer commented 1 year ago

Removed the range values from source_ref and target_ref predicates. Fixed in the issue-53-reference-implementation branch.