schema stringlengths 576 4.95k | input stringlengths 470 13.8k | output stringlengths 69 1.69k |
|---|---|---|
{
"title": "plant",
"type": "object",
"required": [
"plantData",
"references",
"relatedSpecies"
],
"properties": {
"plantData": {
"title": "plantData",
"type": "object",
"required": [
"characteristics",
"cultivation"
],
"properties": {
"cha... |
### The Variegated Splendor of Monstera deliciosa: A Comprehensive Exploration
In the lush realms of tropical flora, one plant stands out for its striking visual appeal and resilient nature: Monstera deliciosa, often hailed as the epitome of exotic houseplants. As a species celebrated not only for its aesthetic charm... | {
"plantData": {
"characteristics": {
"morphology": {
"appearance": {
"colorVariations": "variegated"
},
"conservationStatus": {
"isEndangered": false
}
}
},
"cultivation": {
"growthConditions": {
"pHPreference": 5.8
}
... |
{
"title": "ElectronicDevice",
"type": "object",
"required": [
"DeviceInfo",
"Specifications"
],
"properties": {
"DeviceInfo": {
"title": "DeviceInfo",
"type": "object",
"required": [
"ReleaseDate"
],
"properties": {
"ReleaseDate": {
"title":... |
The latest flagship smartphone, unveiled to much fanfare on November 5, 2022, represents a significant leap forward in mobile technology, boasting a suite of advanced features designed to cater to power users and everyday consumers alike. Released at a time when global demand for high-performance electronics was surgi... | {
"DeviceInfo": {
"ReleaseDate": "2022-11-05"
},
"Specifications": {
"Hardware": {
"CPU": "Snapdragon 8 Gen 2 @ 3.2GHz",
"GPU": "Adreno 740",
"Storage": [
128,
256,
512
]
},
"Dimensions": {
"Weight": 203
}
}
} |
{
"title": "ElectronicDevice",
"type": "object",
"required": [
"DeviceInfo",
"Specifications",
"Dimensions"
],
"properties": {
"DeviceInfo": {
"title": "DeviceInfo",
"type": "object",
"required": [
"Manufacturer"
],
"properties": {
"Manufacturer": ... | 来自智创科技有限公司的最新一代旗舰智能设备,其精密的工程设计代表了当前消费电子领域尖端科技集成的典范。该设备的核心驱动力源于其强大的天玑9200八核处理器,这款旗舰级芯片采用了最先进的制程工艺,在大幅提升运算性能的同时,有效优化了功耗表现,确保了多任务处理与高强度计算任务下的流畅运行体验。图形渲染的重任则交由性能卓越的Mali-G710 MC10图形处理器承担,其强悍的图形处理能力和高效的并行计算架构,为用户带来沉浸式的高帧率游戏画面与丝滑的UI动画效果,无论是欣赏高分辨率视频还是运行图形密集型应用,都能提供令人满意的视觉体验。
为了满足用户日益增长的数据处理与存储需求,该设备配备了高达12GB的LPDDR5高速运行内存(Memo... | {
"DeviceInfo": {
"Manufacturer": "智创科技有限公司"
},
"Specifications": {
"Hardware": {
"CPU": "天玑9200 八核处理器",
"GPU": "Mali-G710 MC10",
"Memory": 12,
"Storage": [
128,
256,
512
]
},
"Software": {
"PreinstalledApps": [
"智能场景识别器",
... |
{
"title": "Patient",
"type": "object",
"required": [
"PersonalInfo",
"MedicalHistory"
],
"properties": {
"PersonalInfo": {
"title": "PersonalInfo",
"type": "object",
"required": [
"BasicInfo",
"ContactInfo"
],
"properties": {
"BasicInfo": {
... |
In the comprehensive medical record of our patient, who we shall refer to as Mr. John Smith for confidentiality reasons (though actual identifying details like name are not provided in the data), the schema outlines a detailed structure focusing on personal and medical attributes. This narrative serves as an expanded ... | {
"PersonalInfo": {
"BasicInfo": {
"BloodType": "AB-"
},
"ContactInfo": {
"PhoneNumber": "+44 7911 123456",
"Address": {
"Street": "221B Baker Street",
"City": "London"
}
}
},
"MedicalHistory": {
"Allergies": [
{
"AllergyName": "Penicillin"... |
{
"title": "TouristAttraction",
"type": "object",
"required": [
"BasicInformation",
"LocationInformation",
"VisitorInformation"
],
"properties": {
"BasicInformation": {
"title": "BasicInformation",
"type": "object",
"required": [
"Category",
"EstablishedYear"
... |
欢迎探索这处迷人的历史遗迹,它傲然矗立在古老的文化摇篮中,为您带来一场穿越时光的旅程。作为一处正宗的历史遗址,这座景点不仅承载着丰富的文化遗产,更源于一个令人回味的年代——始建于1912年,正是在那个历史变革的烽火年代,它为后人留下了永恒的印记。想象一下,在那个波澜壮阔的年份,第一次世界大战的硝烟正浓,大清王朝刚刚落幕,这座遗址却应运而生,见证了中华从传统走向现代的宏大转折。如今,它依旧屹立不倒,吸引着全球游客前来寻觅历史的蛛丝马迹。
谈起位置,这里的地理坐标精确定位在纬度39.9163度、经度116.3975度,这个数值精确到小数点后四位,代表了它在中国核心区域的心脏地带,具体坐落在繁华的北京市中心,靠近天安门广场的周边区域。... | {
"BasicInformation": {
"Category": "Historical Site",
"EstablishedYear": 1912
},
"LocationInformation": {
"Coordinates": {
"Latitude": 39.9163,
"Longitude": 116.3975
}
},
"VisitorInformation": {
"TicketTypes": [
{
"Name": "普通成人票",
"Price": 60,
"Is... |
{
"title": "plant",
"type": "object",
"required": [
"plantData"
],
"properties": {
"plantData": {
"title": "plantData",
"type": "object",
"required": [
"characteristics",
"cultivation",
"relatedSpecies"
],
"properties": {
"characteristics":... | In the verdant and intricate world of carnivorous plants, few species captivate the imagination quite like a rare and elusive pitcher plant, characterized by its stunning variegated coloration and precarious conservation status. While it lacks a universally accepted common name among botanists, this remarkable specimen... | {
"plantData": {
"characteristics": {
"morphology": {
"appearance": {
"colorVariations": "variegated"
},
"conservationStatus": {
"isEndangered": true
}
}
},
"cultivation": {
"growthConditions": {
"pHPreference": 4.5
}
... |
{
"title": "ElectronicDevice",
"type": "object",
"required": [
"DeviceInfo",
"Specifications",
"Dimensions"
],
"properties": {
"DeviceInfo": {
"title": "DeviceInfo",
"type": "object",
"required": [
"ReleaseDate"
],
"properties": {
"ReleaseDate": {
... |
In the ever-evolving landscape of consumer electronics, the Quantum X Series smartphone emerged as a groundbreaking innovation, setting new benchmarks upon its introduction. Officially hitting the market on November 5, 2022, this device represents a culmination of meticulous engineering aimed at delivering unparallele... | {
"DeviceInfo": {
"ReleaseDate": "2022-11-05"
},
"Specifications": {
"Hardware": {
"Memory": 16
},
"Software": {
"OperatingSystem": "iOS 16"
}
},
"Dimensions": {
"Sensors": [
{
"SensorType": {
"SensorSubtype": {
"CalibrationData": 1.05
... |
{
"title": "TouristAttraction",
"type": "object",
"required": [
"BasicInformation",
"LocationInformation",
"VisitorInformation"
],
"properties": {
"BasicInformation": {
"title": "BasicInformation",
"type": "object",
"required": [
"Category"
],
"properties"... |
In the bustling heart of Tokyo, Japan, where modernity seamlessly blends with centuries of tradition, stands a remarkable Historical Site that transports visitors back to the era of shoguns and samurai. This iconic attraction, steeped in cultural significance, offers an immersive journey into Japan's feudal past, maki... | {
"BasicInformation": {
"Category": "Historical Site"
},
"LocationInformation": {
"Coordinates": {
"Longitude": 139.7525
}
},
"VisitorInformation": {
"OpeningHours": {
"WeekdayHours": "8:30 AM - 6:00 PM (last entry at 5:00 PM)"
},
"TicketTypes": [
{
"Price": 1... |
{
"title": "Car",
"type": "object",
"required": [
"BasicInfo",
"TechnicalSpecs",
"Features"
],
"properties": {
"BasicInfo": {
"title": "BasicInfo",
"type": "object",
"required": [
"Make",
"Model",
"Year"
],
"properties": {
"Make": {... |
Ah, the 2023 Lucid Air Dream Edition—where luxury meets innovation in the automotive world. As an expert in improvisational creation, I'm thrilled to dive into this masterpiece from Lucid Motors. It's not just a car; it's a statement of electric elegance. Strap in as we explore every facet of this vehicle, covering al... | {
"BasicInfo": {
"Make": "Lucid",
"Model": "Air Dream Edition",
"Year": 2023
},
"TechnicalSpecs": {
"Engine": {
"Type": "Electric"
},
"Dimensions": {
"Length": 5.04
}
},
"Features": [
{
"Name": "Glass Canopy Roof",
"IsStandard": true
},
{
"... |
{
"title": "plant",
"type": "object",
"required": [
"plantData"
],
"properties": {
"plantData": {
"title": "plantData",
"type": "object",
"required": [
"characteristics",
"cultivation",
"relatedSpecies"
],
"properties": {
"characteristics":... |
在植物学领域,杓兰属(Cypripedium)植物以其独特的花朵和珍贵的生态地位闻名,其中一种代表性物种正面临着严峻的保护挑战。根据相关数据,该植物物种确已被列为濒危物种(isEndangered 为 true),这一状态主要源于栖息地破坏、过度采集和气候变化等人类活动的影响。其濒危状态呼吁全球保护组织采取紧急行动,以维持生物多样性。该物种的历史可以追溯到1822年(discoveryYear 为1822),当时由欧洲植物学家首次在阿尔卑斯山脉地区发现并命名。这一发现年份标志着现代植物分类学中对杓兰属的初步探索,为后续研究奠定了基础。此外,该物种的栽培要求极其特定,其生长条件中对土壤 pH 的偏好值为6.2(pHPreferenc... | {
"plantData": {
"characteristics": {
"morphology": {
"appearance": {
"conservationStatus": {
"isEndangered": true,
"discoveryYear": 1822
}
}
}
},
"cultivation": {
"growthConditions": {
"pHPreference": 6.2
}
},... |
{
"title": "Game",
"type": "object",
"required": [
"GameInfo",
"GameStatistics",
"DLCs"
],
"properties": {
"GameInfo": {
"title": "GameInfo",
"type": "object",
"required": [
"ReleaseDate"
],
"properties": {
"ReleaseDate": {
"title": "Rele... |
Imagine stepping into the vast, intricate world of "Aethelgard's Legacy," a groundbreaking fantasy RPG that has taken the gaming community by storm since its highly anticipated release on November 8, 2023. As one of the most immersive titles in recent memory, the game boasts an expansive universe filled with lore, cha... | {
"GameInfo": {
"ReleaseDate": "2023-11-08"
},
"GameStatistics": {
"Players": 17500000,
"AveragePlaytime": 87.5,
"Achievements": [
{
"Rarity": 0.1,
"Rewards": [
"Dragonbone Armor Set",
"Shadow Phoenix Mount",
"Wraith Particle Effect"
]
... |
{
"title": "Patient",
"type": "object",
"required": [
"PersonalInfo",
"MedicalHistory"
],
"properties": {
"PersonalInfo": {
"title": "PersonalInfo",
"type": "object",
"required": [
"BasicInfo",
"ContactInfo"
],
"properties": {
"BasicInfo": {
... |
在广州市繁华的健康路178号,坐落着一栋米白色外墙的公寓楼。这里的邮政编码510623,每天都有穿着蓝色制服的信使穿梭于邮箱之间。四楼B座的门铃旁,一块手写木牌上刻着「张伟寓所」——这正是我们患者张伟先生的居所。这位男性患者的生命故事,正通过他的医疗档案缓缓展开。
早晨七点的阳光穿过百叶窗,在张伟先生的药盒上投下细长的光斑。红白相间的塑料药盒分成七个格间,每个格子里躺着不同颜色的药片。最显眼的是铝箔包装的阿司匹林肠溶片,这种带有糖衣的心血管保护神,每天早餐后都会准时出现在他的掌心。这种乙酰水杨酸制剂在胃中溶解缓慢,却能在他血液里持续旅行12小时,防止血小板过度聚集形成致命血栓。
转头看向药盒右侧,淡蓝色药片排成整齐队列。这些二... | {
"PersonalInfo": {
"BasicInfo": {
"Name": "张伟",
"Gender": "Male"
},
"ContactInfo": {
"Email": "zhang.wei@patientmail.cn",
"Address": {
"Street": "健康路178号",
"City": "广州市",
"ZipCode": "510623"
}
}
},
"MedicalHistory": {
"Medications": [
... |
{
"title": "Movie",
"type": "object",
"required": [
"Title",
"IsSequel",
"Ratings",
"Crew"
],
"properties": {
"Title": {
"title": "Title",
"type": "string",
"description": "Title of the movie without 《 and 》"
},
"IsSequel": {
"title": "IsSequel",
"type... |
"Echoes of Eternity" emerges as a groundbreaking original film in the science fiction genre, not as a sequel to any pre-existing franchise, but as a standalone masterpiece that promises to captivate global audiences with its profound exploration of time, memory, and the human condition. Directed by the visionary Chine... | {
"Title": "Echoes of Eternity",
"IsSequel": false,
"Ratings": [
{
"Source": "IMDb"
},
{
"Source": "Rotten Tomatoes"
},
{
"Source": "Metacritic"
}
],
"Crew": {
"Director": {
"Name": "Li Chen",
"Nationality": "Chinese"
},
"Actors": [
{
... |
{
"title": "Patient",
"type": "object",
"required": [
"PersonalInfo",
"MedicalHistory"
],
"properties": {
"PersonalInfo": {
"title": "PersonalInfo",
"type": "object",
"required": [
"BasicInfo",
"ContactInfo"
],
"properties": {
"BasicInfo": {
... |
患者档案编号:SR-7834203
【个人信息摘要】
李约翰(化名)先生,1978年11月3日出生,现年46岁。这位北欧华裔患者目前居住于瑞典斯德哥尔摩市黄金地段——具体地址为Östermalmsgatan 42B高档公寓区。这座新古典主义建筑毗邻斯德哥尔摩皇家歌剧院,所在社区治安评级为最高级A++,公共交通便利性指数9.8(满分为10)。经地理信息系统验证,该坐标点位于北纬59°20'06",东经18°04'39",属于温带海洋性气候带,年平均湿度62%,冬季最低气温-5℃,夏季最高气温22℃。值得关注的是,患者住宅500米半径内有卡罗林斯卡大学附属医院等三家三甲级医疗机构,急诊响应时间仅需7分钟。
【详细健康背景】
一、跨... | {
"PersonalInfo": {
"BasicInfo": {
"DateOfBirth": "1978-11-03"
},
"ContactInfo": {
"Address": {
"Street": "Östermalmsgatan 42B",
"City": "斯德哥尔摩"
}
}
},
"MedicalHistory": {
"Allergies": [
{
"AllergyName": "造影剂过敏反应",
"Severity": "Severe"
... |
{
"title": "TouristAttraction",
"type": "object",
"required": [
"BasicInformation",
"LocationInformation",
"VisitorInformation"
],
"properties": {
"BasicInformation": {
"title": "BasicInformation",
"type": "object",
"required": [
"Category"
],
"properties"... | Welcome to a journey through time at this magnificent historical site, nestled at a precise latitude of 22.3193 degrees, placing it in the heart of a culturally rich region. As you plan your visit, immerse yourself in the echoes of centuries past, where ancient stories unfold amidst architectural marvels and serene lan... | {
"BasicInformation": {
"Category": "Historical Site"
},
"LocationInformation": {
"Coordinates": {
"Latitude": 22.3193
}
},
"VisitorInformation": {
"OpeningHours": {
"WeekdayHours": "9:00 AM - 5:30 PM",
"WeekendHours": "8:30 AM - 6:00 PM"
},
"TicketTypes": [
{
... |
{
"title": "Game",
"type": "object",
"required": [
"GameInfo",
"GameStatistics",
"DLCs"
],
"properties": {
"GameInfo": {
"title": "GameInfo",
"type": "object",
"required": [
"Genres"
],
"properties": {
"Genres": {
"title": "Genres",
... |
《星穹边际》作为一款融合了开放世界、动作冒险、角色扮演、科幻与多人合作五大核心元素的次世代巨作,为玩家打造了一个充满未知的星际探索舞台。在浩瀚的塞博拉斯星系中,玩家将驾驶模块化飞船穿梭于坍缩星云与机械文明遗迹之间,通过动态环境破坏系统和神经网络驱动的NPC生态,体验无缝切换的单人叙事与四人小队协同作战。游戏采用"量子沙盒"技术,使每颗行星的重力场与生态系统都具有独特法则——比如在赤炎行星"伊格尼斯"需穿戴热能折射装甲对抗熔岩风暴,而在零重力废墟"缄默星环"则要利用磁力靴破解悬浮谜题。
### 深度成就系统剖析
本作的成就体系包含战略级奖励机制,每个成就均关联剧情关键节点或极限挑战:
1. **隐藏成就「虚空低语」**(仅... | {
"GameInfo": {
"Genres": [
"开放世界",
"动作冒险",
"角色扮演",
"科幻",
"多人合作"
]
},
"GameStatistics": {
"Achievements": [
{
"IsSecret": true,
"Rarity": 0.1,
"Rewards": [
"暗物质战甲",
"时空裂隙武器蓝图",
"‘虚空行者’称号"
]
},
... |
{
"title": "Patient",
"type": "object",
"required": [
"PersonalInfo",
"MedicalHistory"
],
"properties": {
"PersonalInfo": {
"title": "PersonalInfo",
"type": "object",
"required": [
"BasicInfo",
"ContactInfo"
],
"properties": {
"BasicInfo": {
... |
在繁忙的都市生活中,32岁的玛丽·陈(Marie Chen)是一位典型的上海职场女性,但她的故事远不止于工作。作为医疗档案中的核心患者,她的个人信息和健康历史为我们提供了宝贵线索。让我先从她的个人背景娓娓道来:玛丽出生于1992年8月15日,一个炎热的夏日午后,她带着典型的东方韧劲降临到这个世界上。二十多年的时光流转,她的生理特征也随着岁月逐渐成型,尤其是她的血液特质——她拥有B型RH阳性血型(简称B+),这种常见于亚洲人群的血型意味着她的血液具备独特的免疫特性,有时在输血或健康管理中需特别关注。每当医院护士检查她的档案时,总会强调这一点:"B+血型者需留意特定食物的摄入,以免影响抗凝功能。"玛丽对此早已习以为常,她笑称这是自己独... | {
"PersonalInfo": {
"BasicInfo": {
"DateOfBirth": "1992-08-15",
"BloodType": "B+"
},
"ContactInfo": {
"Email": "marie.chen@healthmail.cn",
"Address": {
"Street": "青枫路1487号",
"City": "上海市"
}
}
},
"MedicalHistory": {
"Medications": [
{
... |
{
"title": "plant",
"type": "object",
"required": [
"plantData"
],
"properties": {
"plantData": {
"title": "plantData",
"type": "object",
"required": [
"taxonomy",
"characteristics",
"cultivation"
],
"properties": {
"taxonomy": {
... |
The Pitkin Marsh lily, a botanical marvel that whispers tales of wetlands and whispers, stands as a rare and critically endangered gem in the floral world. First brought to scientific attention in the pivotal year of 1993, this delicate species has since captivated conservationists and horticulturists alike with its e... | {
"plantData": {
"taxonomy": {
"scientificSynonyms": [
"Lilium pardalinum ssp. pitkinense",
"Lilium parviflorum var. pitkinense",
"Pitkin Marsh lily"
]
},
"characteristics": {
"morphology": {
"appearance": {
"conservationStatus": {
"i... |
{
"title": "ElectronicDevice",
"type": "object",
"required": [
"DeviceInfo",
"Specifications",
"Dimensions"
],
"properties": {
"DeviceInfo": {
"title": "DeviceInfo",
"type": "object",
"required": [
"DeviceName",
"Manufacturer",
"ReleaseDate"
],
... |
Unveiled to the world on November 5, 2022, by the pioneering tech firm NeuroTech Innovations, the Quantum X1 Smart Glasses represent a monumental leap in the realm of wearable electronic devices. These cutting-edge smart glasses combine sleek design with state-of-the-art technology, aiming to revolutionize how users i... | {
"DeviceInfo": {
"DeviceName": "Quantum X1 Smart Glasses",
"Manufacturer": "NeuroTech Innovations",
"ReleaseDate": "2022-11-05"
},
"Specifications": {
"Hardware": {
"CPU": "Helio G88 Octa-core 2.0GHz",
"GPU": "Arm Mali-G52 MC2",
"Memory": 6,
"Storage": [
64,
... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 8