create_research_ontology_paper_and_claims
Create Paper and atomic Claim entities in the Geo knowledge graph using the Research ontology, linking authors, topics, and arguments to make research findings structured and queryable.
Instructions
Create a Paper entity and Claim entities using the GeoBrowser "Research ontology" (Paper/Claim/Person/Topic/Project). This path is designed for Knowledgebook/GeoBrowser UIs that expect claims to be typed as the canonical Claim type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper | Yes | Paper metadata (Paper title stored as entity.name) | |
| claims | Yes | Atomic claims to publish (Claim text stored as entity.name) | |
| createTopics | No | If true, creates Topic entities for any referenced topics (default true) | |
| paperDescription | No | Optional override for the paper description | |
| linkClaimsToPaper | No | If true, links claim -> paper via Claim.Sources (default true) | |
| linkPaperToTopics | No | If true, links paper -> topics via Paper.Related topics (default true) | |
| linkClaimsToTopics | No | If true, links claim -> topics via Claim.Related topics (default true) | |
| claimDescriptionPrefix | No | Optional prefix to include in each claim description | |
| defaultPublishedInName | No | Fallback Project name for the publisher if paper.publishedIn is omitted (default: "arXiv") |