create_research_paper_and_claims
Creates a research paper entity and its extracted claims in the Geo knowledge graph using canonical schemas, ensuring claims are multi-typed and visible in standard Claim views.
Instructions
Create a Research Paper entity and multiple Research Claim entities using the canonical Geo research schema. Claim entities are always multi-typed with the canonical GeoBrowser Claim type so they show up in standard Claim views.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper | Yes | Paper metadata | |
| claims | Yes | Claims extracted from the paper | |
| paperName | No | Optional override for the paper entity name (defaults to "Paper: <title> (arXiv:<id>)") | |
| claimNamePrefix | No | Prefix for claim entity names (default "Claim: ") | |
| paperDescription | No | Optional override for paper description | |
| canonicalClaimTypeId | No | Override canonical Claim type ID (default env GEO_CANONICAL_CLAIM_TYPE_ID or built-in) | |
| createExtractedFromRelations | No | If true, creates Extracted From relations from each claim to the paper (default true) |