Advertisement
Forceisthop

Untitled

Dec 3rd, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Response
  2. ├── id (string): Unique identifier for the concept
  3. ├── display_name (string): Human-readable name of the concept
  4. ├── description (string): Description of the concept
  5. ├── works_count (integer): Number of works related to this concept
  6. ├── cited_by_count (integer): Number of times works in this concept are cited
  7. ├── related_concepts (array)
  8. │ ├── [0]
  9. │ │ ├── id (string)
  10. │ │ ├── display_name (string)
  11. │ │ └── score (float)
  12. │ ├── [1]
  13. │ │ ├── id (string)
  14. │ │ ├── display_name (string)
  15. │ │ └── score (float)
  16. │ └── ...
  17. ├── ancestors (array)
  18. │ ├── [0]
  19. │ │ ├── id (string)
  20. │ │ └── display_name (string)
  21. │ ├── [1]
  22. │ │ ├── id (string)
  23. │ │ └── display_name (string)
  24. │ └── ...
  25. └── updated_date (string): Date of the last update to the concept record
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement