get Instances By Type URISoft Match
@Query(value = "SELECT f.dataid from Fragment f LEFT JOIN instance i on i.dataid = f.instance_dataid
WHERE i.model_root like :type_uri_pattern limit :limit", nativeQuery = true )