⚠️ Work in Progress: The Advanced Search feature is currently under development and may not be fully operational yet. We're working on making it available soon. Thank you for your patience!
Browser Security Note: This feature requires WebAssembly and Web Workers. If you encounter CORS errors when testing locally, try:

Advanced Search
Search the KG Registry using SQL

Query the Knowledge Graph Registry

Enter a SQL query to search the KG Registry database. This interface uses DuckDB to run queries directly in your browser.

Example Queries:
Results
Loading...

Running query...

Run a query to see results

Database Schema

The KG Registry database contains the following main tables:

  • resources - Basic information about each knowledge graph resource (id, name, description, etc.)
  • products - Products associated with each resource
  • domains - Domain classifications for resources
  • contacts - Contact information for resources
  • publications - Publications related to resources

For a complete schema reference, you can run: SELECT * FROM information_schema.tables

Loading DuckDB... Please wait while the database engine is being initialized.