Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

dgh_tax_snippet

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'dataspecversion',
		'operator'         => 'NOT EXISTS',
	),
	array(
		'taxonomy'         => 'dataspecversion',
		'terms'            => '149',
	),
);