example.jsonl•788 B
{"type":"_aim","source":"mcp-knowledge-graph"}
{"type":"entity","name":"Alice_Smith","entityType":"person","observations":["Works as a software engineer","Lives in San Francisco","Speaks Mandarin fluently"]}
{"type":"entity","name":"ML_Project_X","entityType":"project","observations":["Started in 2023","Focus on natural language processing","Currently in development phase"]}
{"type":"entity","name":"TechCorp","entityType":"organization","observations":["Founded in 2010","Specializes in AI development","Headquartered in San Francisco"]}
{"type":"relation","from":"Alice_Smith","to":"ML_Project_X","relationType":"leads"}
{"type":"relation","from":"Alice_Smith","to":"TechCorp","relationType":"works_at"}
{"type":"relation","from":"TechCorp","to":"ML_Project_X","relationType":"owns"}