-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknowledge.txt
31 lines (30 loc) · 973 Bytes
/
knowledge.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
enriched_schema = {
"First Name": "John",
"Last Name": "Doe",
"Gender": "Male",
"Date of Birth": "1990-05-15",
"Address Line 1": "123 Elm Street",
"Address Line 2": "Apt 4B",
"House/Apartment Number": "4B",
"City": "Springfield",
"State/Region": "Illinois",
"Postal Code": "62704",
"Country": "United States",
"Phone Number": "+1-555-123-4567",
"Email Address": "[email protected]",
"Height": "180 cm",
"Weight": "75 kg",
"Passport Number": "A12345678",
"Social Security Number": "123-45-6789",
"Marital Status": "Single",
"Nationality": "American",
"Languages Spoken": ["English", "Spanish"],
"Driver's License Number": "D1234567",
"Employer": "TechCorp Inc.",
"Job Title": "Software Engineer",
"Emergency Contact Name": "Jane Doe",
"Emergency Contact Number": "+1-555-987-6543",
"Medical Conditions": "None",
"Additional Notes": "N/A"
}
print(enriched_schema)