Wikitopia Knowledge Graph Data

Download the AI ecosystem knowledge graph. Free weekly snapshots. Professional and Enterprise feeds available via API.

0Entities
0Claims
0Downloads
WeeklyUpdated
FREE

Weekly Snapshot

Weekly snapshot of the Wikitopia knowledge graph. AI companies, models, frameworks, and tools with verified claims.

  • 0 entities, 0 claims
  • CSV and JSON-LD formats
  • NDJSON (AI training format)
  • CDLA-Permissive-2.0 license
  • Updated every Monday
  • SHA-256 integrity checksum
PROFESSIONAL

Daily Data Feed

Complete knowledge graph with all trust levels, enrichment signals, governance data, and daily freshness.

  • All community features
  • Daily snapshots
  • All trust levels (including unverified)
  • Governance profiles (EU AI Act, AB 2013)
  • Enrichment data (GitHub, HuggingFace)
  • 2,000 API calls/month
  • Commercial use permitted
$99/mo
ENTERPRISE

Real-time Feed

Real-time updates, bulk export, historical archive, and Snowflake data share.

  • All professional features
  • Hourly updates via webhook
  • 12-month historical archive
  • 50,000 API calls/month
  • Snowflake data share (coming Q3 2026)
  • Redistribution rights negotiable
  • Dedicated support
$499/mo

Latest Snapshots

No snapshots published yet. Check back soon.

View full changelog

Format Reference

CSV

One row per entity-claim pair. Entities with no claims get a single row with empty claim columns.

entity_id,entity_name,entity_type,category,description,predicate,object_value,confidence,trust_level,verified_at,entity_created_at,entity_updated_at
abc-123,LangChain,product,framework,"LLM application framework",developed_by,LangChain Inc.,0.92,verified,2024-03-15T00:00:00Z,2024-01-01T00:00:00Z,2024-04-01T00:00:00Z
abc-123,LangChain,product,framework,"LLM application framework",license_type,MIT,0.95,gold,2024-03-20T00:00:00Z,2024-01-01T00:00:00Z,2024-04-01T00:00:00Z

JSON-LD

W3C-compliant linked data with schema.org and PROV-O ontology. Wrapped in a single @graph array.

{
  "@context": {
    "@vocab": "https://schema.org/",
    "wt": "https://wikitopia.org/ontology/",
    "prov": "http://www.w3.org/ns/prov#"
  },
  "@graph": [
    {
      "@id": "https://wikitopia.org/entity/langchain",
      "@type": "SoftwareApplication",
      "schema:name": "LangChain",
      "wt:entityType": "product",
      "wt:claims": [
        {
          "wt:predicate": "developed_by",
          "wt:objectValue": "LangChain Inc.",
          "wt:confidence": 0.92,
          "wt:trustLevel": "verified"
        }
      ]
    }
  ]
}

NDJSON (AI Training Format)

Each line is a complete JSON object with a textualized text field suitable for direct inclusion in language model training datasets.

{"id":"https://wikitopia.org/entity/langchain","name":"LangChain","type":"product","category":"framework","text":"LangChain is a AI/ML framework in the framework category. LLM application framework for building context-aware reasoning apps. LangChain was developed by LangChain Inc. LangChain uses the MIT.","claim_count":47,"verified_claim_count":12,"source":"wikitopia.org","license":"CDLA-Permissive-2.0"}

License

Community snapshots are released under CDLA-Permissive-2.0, a license designed specifically for data used in AI/ML training. Unlike Creative Commons, CDLA-Permissive-2.0 explicitly permits computational use without restriction. Attribution is appreciated but not required for the structured data.

Read full license text