Keywords
Research in context graph, Ricgraph, Ricgraph Explorer, Ricgraph REST API, Data enrichment, Data harvesting, Data linking, Enrichment, Graph, Graph database, Harvest, Harvest data, Harvester, Knowledge graph, Linked data, Metadata, Utrecht University, Visualization
Table of contents Ricgraph documentation
This table of contents has been generated automatically.
- Ricgraph - Research in context graph
- Ricgraph as a server on Linux
- Fast and recommended way to install Ricgraph as a server
- Run Ricgraph scripts from the command line or as a cronjob
- Use a service unit file to run Ricgraph Explorer and the Ricgraph REST API
- Use Apache, WSGI, and ASGI to make Ricgraph Explorer and the Ricgraph REST API accessible from outside your virtual machine
- Use Nginx, WSGI, and ASGI to make Ricgraph Explorer and the Ricgraph REST API accessible from outside your virtual machine
- How to install Ricgraph and Ricgraph Explorer on SURF Research Cloud
- Steps to take to install Ricgraph as a server by hand
- Ricgraph comparison
- Ricgraph in a container
- Implementation details
- Ricgraph Explorer
- Index Ricgraph documentation
- Ricgraph known bugs
- Ricgraph REST API
- Ricgraph - Research in context graph REST API
- What to find on this page?
- How to use
- Technicalities
- Base URL
- Endpoints
- GET /person/search
- GET /person/all_information
- GET /person/share_research_results
- GET /person/collaborating_organizations
- GET /person/enrich
- GET /organization/search
- GET /organization/all_information
- GET /organization/information_persons_results
- GET /organization/enrich
- GET /competence/search
- GET /competence/all_information
- GET /broad_search
- GET /advanced_search
- GET /get_all_personroot_nodes
- GET /get_all_neighbor_nodes
- GET /get_ricgraph_list
- Ricgraph script writing
- How to make your own harvesting scripts
- General program structure of a Python script using Ricgraph
- Structure of a Python script that is harvesting data
- Function calls for inserting nodes
- Function call for unifying personal identifiers
- Function calls to create, read (find), update and delete (CRUD) nodes
- Function calls to get neighbors of nodes
- Table of contents Ricgraph documentation
- Ricgraph with Memgraph graph database backend
- Install and configure Ricgraph
- Documentation Ricgraph - Research in context graph
- Tutorial Ricgraph - Research in context graph
- Ricgraph publications, presentations, use, and mentions
- Ricgraph harvest scripts
- Introduction to harvest scripts
- Organization abbreviation
- Scripts that harvest multiple sources
- Scripts that harvest a single source
- Harvest of OpenAlex (harvest_openalex_to_ricgraph)
- Harvest of Pure (harvest_pure_to_ricgraph)
- Harvest of data sets from Yoda-DataCite (harvest_yoda_datacite_to_ricgraph)
- Harvest of Utrecht University staff pages (harvest_uustaffpages_to_ricgraph)
- Harvest of software from the Research Software Directory (harvest_rsd_to_ricgraph)
- Order of running the harvest scripts
- How to make your own harvesting scripts
- Ricgraph miscellaneous scripts
- Construct a Ricgraph from a csv file (construct_ricgraph_from_csv)
- Import nodes and edges from a csv file, raw version (ricgraph_import_raw_from_csv)
- Export nodes and edges to a csv file, raw version (ricgraph_export_raw_to_csv)
- Count the number of organizations that contributed to a category (count_organizations_contributed_to_category)
- Export nodes to a file (export_person_identifiers and export_person_node_properties)
- Delete personal data from Ricgraph (delete_personal_data)
- Rename (sub-)organizations in Ricgraph (rename_organizations)
- Script to enrich persons (enrich_orcids_scopusids)
- Script to find person identifiers pointing to different persons (find_double_pids)
- Create a table of contents of the Ricgraph documentation (create_toc_documentation)
- Create an index of the Ricgraph documentation (create_index_documentation)
- Create the Ricgraph REST API documentation (convert_openapi_to_mddoc)
- Ricgraph with Neo4j graph database backend
- Neo4j Community Edition
- Neo4j Desktop
- Dumping, restoring, and emptying the Ricgraph database
- Create a Neo4j Desktop database dump of Ricgraph
- Create a Neo4j Community Edition database dump of Ricgraph
- Restore a Neo4j Desktop database dump of Ricgraph in Neo4j Desktop
- Restore a Neo4j Desktop database dump of Ricgraph in Neo4j Community Edition
- Restore a Neo4j Community Edition database dump of Ricgraph in Neo4j Community Edition
- Empty a Neo4j Community Edition database
- How to reset the Neo4j Community Edition password
- How to solve an AttributeError: Neo4jDriver object has no attribute executequery