getInstancesByTypeURISoftMatch

@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)
abstract fun getInstancesByTypeURISoftMatch(@Param(value = "type_uri_pattern") typeURIPattern: String, @Param(value = "limit") limit: Int): List<Long>