我想请求 Google 专利数据 (BigQuery)。
特别是,我的目标是获取专利数据,包括:
publication_number,
application_number,
country_code,
publication_date,
title_localized.text,
abstract_localized.language
对于一组两个(连接的)搜索词,即robotAND medicine(示例)。
我应该如何定义/构造查询?(没有进一步的限制或搜索特征适用)。
提前致谢。