{
  "@context": {
    "@vocab": "https://schema.org/",
    "km4ai": "https://km4ai.org/ns#",
    "id": "@id",
    "type": "@type",
    "name": "name",
    "description": "description",
    "url": "url",
    "related": {"@id": "km4ai:related", "@container": "@set", "@type": "@id"},
    "mentions": {"@id": "mentions", "@container": "@set", "@type": "@id"},
    "about": {"@id": "about", "@container": "@set", "@type": "@id"},
    "isPartOf": {"@id": "isPartOf", "@type": "@id"},
    "citation": {"@id": "citation", "@container": "@set", "@type": "@id"},
    "license": "license",
    "dateModified": "dateModified"
  },
  "@graph": [
    {
      "id": "https://km4ai.org/#organization",
      "type": "Organization",
      "name": "KM4AI",
      "url": "https://km4ai.org/",
      "description": "Independent, vendor-neutral hub at the intersection of Knowledge Management and Artificial Intelligence."
    },
    {
      "id": "https://km4ai.org/data/knowledge-graph.jsonld",
      "type": ["Dataset", "km4ai:ContentGraph"],
      "name": "KM4AI content knowledge graph",
      "description": "Linked relationships between KM4AI guides, glossary terms, and tools. Dogfoods the mission: expose internal content relationships as linked data.",
      "url": "https://km4ai.org/data/knowledge-graph.jsonld",
      "license": "https://creativecommons.org/licenses/by/4.0/",
      "dateModified": "2026-07-17",
      "creator": {"id": "https://km4ai.org/#organization"},
      "distribution": [
        {"type": "DataDownload", "encodingFormat": "application/ld+json", "contentUrl": "https://km4ai.org/data/knowledge-graph.jsonld"},
        {"type": "DataDownload", "encodingFormat": "application/json", "contentUrl": "https://km4ai.org/data/glossary.json"},
        {"type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "https://km4ai.org/data/glossary.csv"},
        {"type": "DataDownload", "encodingFormat": "application/json", "contentUrl": "https://km4ai.org/data/tools.json"},
        {"type": "DataDownload", "encodingFormat": "text/csv", "contentUrl": "https://km4ai.org/data/tools.csv"}
      ]
    },

    {
      "id": "https://km4ai.org/guides/rag-readiness.md",
      "type": ["TechArticle", "km4ai:Guide"],
      "name": "Preparing a document repository for RAG",
      "description": "Audit, cleanup, chunking, and metadata so a document repository is retrieval-ready.",
      "url": "https://km4ai.org/guides/rag-readiness.md",
      "isPartOf": "https://km4ai.org/",
      "about": [
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/chunking.md",
        "https://km4ai.org/glossary/embedding.md",
        "https://km4ai.org/glossary/metadata-schema.md",
        "https://km4ai.org/glossary/ai-readiness.md"
      ],
      "mentions": [
        "https://km4ai.org/tools/repository-integrators/",
        "https://km4ai.org/tools/pipeline-engine/",
        "https://km4ai.org/tools/pagefind/"
      ]
    },
    {
      "id": "https://km4ai.org/guides/taxonomies-ontologies-llm.md",
      "type": ["TechArticle", "km4ai:Guide"],
      "name": "Taxonomies and ontologies for LLM applications",
      "description": "How controlled vocabularies and formal models improve LLM filtering, grounding, and curation.",
      "url": "https://km4ai.org/guides/taxonomies-ontologies-llm.md",
      "isPartOf": "https://km4ai.org/",
      "about": [
        "https://km4ai.org/glossary/taxonomy.md",
        "https://km4ai.org/glossary/ontology.md",
        "https://km4ai.org/glossary/folksonomy.md",
        "https://km4ai.org/glossary/metadata-schema.md"
      ],
      "mentions": [
        "https://km4ai.org/tools/ai-metadata-taggers/"
      ]
    },
    {
      "id": "https://km4ai.org/guides/knowledge-graphs-101.md",
      "type": ["TechArticle", "km4ai:Guide"],
      "name": "Knowledge graphs 101 for KM teams",
      "description": "Entity-relationship models for KM practitioners adopting AI search and reasoning.",
      "url": "https://km4ai.org/guides/knowledge-graphs-101.md",
      "isPartOf": "https://km4ai.org/",
      "about": [
        "https://km4ai.org/glossary/knowledge-graph.md",
        "https://km4ai.org/glossary/ontology.md",
        "https://km4ai.org/glossary/semantic-search.md",
        "https://km4ai.org/glossary/embedding.md"
      ],
      "mentions": [
        "https://km4ai.org/tools/datagrid/",
        "https://km4ai.org/tools/quickview/"
      ]
    },
    {
      "id": "https://km4ai.org/guides/ai-assisted-curation.md",
      "type": ["TechArticle", "km4ai:Guide"],
      "name": "AI-assisted content curation workflows",
      "description": "Human-in-the-loop tagging, cleanup, and enrichment for knowledge bases that feed AI.",
      "url": "https://km4ai.org/guides/ai-assisted-curation.md",
      "isPartOf": "https://km4ai.org/",
      "about": [
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/tacit-knowledge.md",
        "https://km4ai.org/glossary/expertise-location.md",
        "https://km4ai.org/glossary/folksonomy.md"
      ],
      "mentions": [
        "https://km4ai.org/tools/ai-metadata-taggers/",
        "https://km4ai.org/tools/decap-cms/"
      ]
    },
    {
      "id": "https://km4ai.org/guides/measuring-km-impact.md",
      "type": ["TechArticle", "km4ai:Guide"],
      "name": "Measuring KM impact in AI projects",
      "description": "KPIs and evaluation approaches for knowledge quality in AI initiatives.",
      "url": "https://km4ai.org/guides/measuring-km-impact.md",
      "isPartOf": "https://km4ai.org/",
      "about": [
        "https://km4ai.org/glossary/ai-readiness.md",
        "https://km4ai.org/glossary/knowledge-management.md",
        "https://km4ai.org/glossary/provenance.md"
      ],
      "mentions": [
        "https://km4ai.org/tools/pipeline-engine/"
      ]
    },
    {
      "id": "https://km4ai.org/guides/governance-provenance-permissions.md",
      "type": ["TechArticle", "km4ai:Guide"],
      "name": "Governance, provenance, and permissions for AI-consumed knowledge",
      "description": "Access control, audit trails, and ownership when knowledge feeds copilots and RAG.",
      "url": "https://km4ai.org/guides/governance-provenance-permissions.md",
      "isPartOf": "https://km4ai.org/",
      "about": [
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/provenance.md",
        "https://km4ai.org/glossary/grounding.md",
        "https://km4ai.org/glossary/datamesh.md"
      ],
      "mentions": [
        "https://km4ai.org/tools/compliance-guardians/",
        "https://km4ai.org/tools/repository-integrators/",
        "https://km4ai.org/tools/datagrid/"
      ]
    },

    {
      "id": "https://km4ai.org/glossary/rag.md",
      "type": "DefinedTerm",
      "name": "RAG",
      "description": "Retrieval-Augmented Generation — retrieve relevant knowledge before an LLM answers.",
      "url": "https://km4ai.org/glossary/rag.md",
      "related": [
        "https://km4ai.org/glossary/chunking.md",
        "https://km4ai.org/glossary/embedding.md",
        "https://km4ai.org/glossary/grounding.md",
        "https://km4ai.org/glossary/hallucination.md",
        "https://km4ai.org/glossary/vector-database.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md"]
    },
    {
      "id": "https://km4ai.org/glossary/embedding.md",
      "type": "DefinedTerm",
      "name": "Embedding",
      "description": "Numerical vector representation of content for semantic similarity.",
      "url": "https://km4ai.org/glossary/embedding.md",
      "related": [
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/vector-database.md",
        "https://km4ai.org/glossary/semantic-search.md",
        "https://km4ai.org/glossary/chunking.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md", "https://km4ai.org/guides/knowledge-graphs-101.md"]
    },
    {
      "id": "https://km4ai.org/glossary/ontology.md",
      "type": "DefinedTerm",
      "name": "Ontology",
      "description": "Formal model of concepts and relationships in a domain.",
      "url": "https://km4ai.org/glossary/ontology.md",
      "related": [
        "https://km4ai.org/glossary/taxonomy.md",
        "https://km4ai.org/glossary/knowledge-graph.md",
        "https://km4ai.org/glossary/metadata-schema.md"
      ],
      "citation": ["https://km4ai.org/guides/taxonomies-ontologies-llm.md", "https://km4ai.org/guides/knowledge-graphs-101.md"]
    },
    {
      "id": "https://km4ai.org/glossary/folksonomy.md",
      "type": "DefinedTerm",
      "name": "Folksonomy",
      "description": "Emergent user tagging vocabulary; needs governance before AI use.",
      "url": "https://km4ai.org/glossary/folksonomy.md",
      "related": [
        "https://km4ai.org/glossary/taxonomy.md",
        "https://km4ai.org/glossary/ontology.md",
        "https://km4ai.org/glossary/content-governance.md"
      ],
      "citation": ["https://km4ai.org/guides/taxonomies-ontologies-llm.md", "https://km4ai.org/guides/ai-assisted-curation.md"]
    },
    {
      "id": "https://km4ai.org/glossary/tacit-knowledge.md",
      "type": "DefinedTerm",
      "name": "Tacit knowledge",
      "description": "Know-how held by people that is hard to document.",
      "url": "https://km4ai.org/glossary/tacit-knowledge.md",
      "related": [
        "https://km4ai.org/glossary/knowledge-management.md",
        "https://km4ai.org/glossary/expertise-location.md"
      ],
      "citation": ["https://km4ai.org/guides/ai-assisted-curation.md", "https://km4ai.org/guides/measuring-km-impact.md"]
    },
    {
      "id": "https://km4ai.org/glossary/knowledge-graph.md",
      "type": "DefinedTerm",
      "name": "Knowledge graph",
      "description": "Network of entities and relationships for structured organizational knowledge.",
      "url": "https://km4ai.org/glossary/knowledge-graph.md",
      "related": [
        "https://km4ai.org/glossary/ontology.md",
        "https://km4ai.org/glossary/taxonomy.md",
        "https://km4ai.org/glossary/semantic-search.md"
      ],
      "citation": ["https://km4ai.org/guides/knowledge-graphs-101.md"]
    },
    {
      "id": "https://km4ai.org/glossary/grounding.md",
      "type": "DefinedTerm",
      "name": "Grounding",
      "description": "Tying AI outputs to verifiable source material.",
      "url": "https://km4ai.org/glossary/grounding.md",
      "related": [
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/hallucination.md",
        "https://km4ai.org/glossary/provenance.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md", "https://km4ai.org/guides/governance-provenance-permissions.md"]
    },
    {
      "id": "https://km4ai.org/glossary/hallucination.md",
      "type": "DefinedTerm",
      "name": "Hallucination",
      "description": "Confident but incorrect AI output not supported by sources.",
      "url": "https://km4ai.org/glossary/hallucination.md",
      "related": [
        "https://km4ai.org/glossary/grounding.md",
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/content-governance.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md", "https://km4ai.org/guides/governance-provenance-permissions.md"]
    },
    {
      "id": "https://km4ai.org/glossary/chunking.md",
      "type": "DefinedTerm",
      "name": "Chunking",
      "description": "Splitting documents into coherent retrieval units.",
      "url": "https://km4ai.org/glossary/chunking.md",
      "related": [
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/embedding.md",
        "https://km4ai.org/glossary/metadata-schema.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md"]
    },
    {
      "id": "https://km4ai.org/glossary/metadata-schema.md",
      "type": "DefinedTerm",
      "name": "Metadata schema",
      "description": "Defined fields describing content for filtering, governance, and retrieval.",
      "url": "https://km4ai.org/glossary/metadata-schema.md",
      "related": [
        "https://km4ai.org/glossary/taxonomy.md",
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/provenance.md"
      ],
      "citation": [
        "https://km4ai.org/guides/rag-readiness.md",
        "https://km4ai.org/guides/taxonomies-ontologies-llm.md",
        "https://km4ai.org/guides/governance-provenance-permissions.md"
      ]
    },
    {
      "id": "https://km4ai.org/glossary/taxonomy.md",
      "type": "DefinedTerm",
      "name": "Taxonomy",
      "description": "Controlled hierarchical classification of topics or entities.",
      "url": "https://km4ai.org/glossary/taxonomy.md",
      "related": [
        "https://km4ai.org/glossary/ontology.md",
        "https://km4ai.org/glossary/folksonomy.md",
        "https://km4ai.org/glossary/knowledge-graph.md"
      ],
      "citation": ["https://km4ai.org/guides/taxonomies-ontologies-llm.md"]
    },
    {
      "id": "https://km4ai.org/glossary/provenance.md",
      "type": "DefinedTerm",
      "name": "Provenance",
      "description": "Traceable history of source, ownership, and changes for knowledge items.",
      "url": "https://km4ai.org/glossary/provenance.md",
      "related": [
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/grounding.md"
      ],
      "citation": ["https://km4ai.org/guides/governance-provenance-permissions.md"]
    },
    {
      "id": "https://km4ai.org/glossary/knowledge-management.md",
      "type": "DefinedTerm",
      "name": "Knowledge management",
      "description": "Capturing, organizing, governing, sharing, and reusing organizational knowledge.",
      "url": "https://km4ai.org/glossary/knowledge-management.md",
      "related": [
        "https://km4ai.org/glossary/tacit-knowledge.md",
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/ai-readiness.md"
      ],
      "citation": ["https://km4ai.org/guides/ai-assisted-curation.md", "https://km4ai.org/guides/measuring-km-impact.md"]
    },
    {
      "id": "https://km4ai.org/glossary/vector-database.md",
      "type": "DefinedTerm",
      "name": "Vector database",
      "description": "Store optimized for similarity search over embeddings.",
      "url": "https://km4ai.org/glossary/vector-database.md",
      "related": [
        "https://km4ai.org/glossary/embedding.md",
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/semantic-search.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md"]
    },
    {
      "id": "https://km4ai.org/glossary/content-governance.md",
      "type": "DefinedTerm",
      "name": "Content governance",
      "description": "Ownership, quality, retention, and permission policies for knowledge assets.",
      "url": "https://km4ai.org/glossary/content-governance.md",
      "related": [
        "https://km4ai.org/glossary/provenance.md",
        "https://km4ai.org/glossary/metadata-schema.md",
        "https://km4ai.org/glossary/ai-readiness.md"
      ],
      "citation": ["https://km4ai.org/guides/governance-provenance-permissions.md", "https://km4ai.org/guides/ai-assisted-curation.md"]
    },
    {
      "id": "https://km4ai.org/glossary/semantic-search.md",
      "type": "DefinedTerm",
      "name": "Semantic search",
      "description": "Search that matches meaning rather than exact keywords.",
      "url": "https://km4ai.org/glossary/semantic-search.md",
      "related": [
        "https://km4ai.org/glossary/embedding.md",
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/knowledge-graph.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md", "https://km4ai.org/guides/knowledge-graphs-101.md"]
    },
    {
      "id": "https://km4ai.org/glossary/expertise-location.md",
      "type": "DefinedTerm",
      "name": "Expertise location",
      "description": "Finding who knows what inside an organization.",
      "url": "https://km4ai.org/glossary/expertise-location.md",
      "related": [
        "https://km4ai.org/glossary/tacit-knowledge.md",
        "https://km4ai.org/glossary/knowledge-graph.md"
      ],
      "citation": ["https://km4ai.org/guides/ai-assisted-curation.md"]
    },
    {
      "id": "https://km4ai.org/glossary/ai-readiness.md",
      "type": "DefinedTerm",
      "name": "AI readiness",
      "description": "How prepared knowledge assets are for reliable AI use.",
      "url": "https://km4ai.org/glossary/ai-readiness.md",
      "related": [
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/metadata-schema.md"
      ],
      "citation": [
        "https://km4ai.org/guides/rag-readiness.md",
        "https://km4ai.org/guides/measuring-km-impact.md",
        "https://km4ai.org/guides/governance-provenance-permissions.md"
      ]
    },
    {
      "id": "https://km4ai.org/glossary/datamesh.md",
      "type": "DefinedTerm",
      "name": "DataMesh",
      "description": "Governed access layer connecting platforms for authorized AI and human use.",
      "url": "https://km4ai.org/glossary/datamesh.md",
      "related": [
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/ai-readiness.md",
        "https://km4ai.org/glossary/provenance.md"
      ],
      "citation": ["https://km4ai.org/guides/governance-provenance-permissions.md"]
    },
    {
      "id": "https://km4ai.org/glossary/gigo.md",
      "type": "DefinedTerm",
      "name": "GIGO",
      "description": "Garbage In, Garbage Out — AI quality is bounded by knowledge quality.",
      "url": "https://km4ai.org/glossary/gigo.md",
      "related": [
        "https://km4ai.org/glossary/hallucination.md",
        "https://km4ai.org/glossary/grounding.md",
        "https://km4ai.org/glossary/content-governance.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md", "https://km4ai.org/guides/ai-assisted-curation.md"]
    },

    {
      "id": "https://km4ai.org/tools/repository-integrators/",
      "type": ["SoftwareApplication", "km4ai:Tool"],
      "name": "Repository Integrators",
      "description": "Crawl and sync content from enterprise repositories into a governed pipeline.",
      "url": "https://km4ai.org/#Automated_Knowledge_Transformation",
      "about": [
        "https://km4ai.org/glossary/datamesh.md",
        "https://km4ai.org/glossary/ai-readiness.md",
        "https://km4ai.org/glossary/content-governance.md"
      ],
      "citation": [
        "https://km4ai.org/guides/rag-readiness.md",
        "https://km4ai.org/guides/governance-provenance-permissions.md"
      ]
    },
    {
      "id": "https://km4ai.org/tools/ai-metadata-taggers/",
      "type": ["SoftwareApplication", "km4ai:Tool"],
      "name": "AI Metadata Taggers",
      "description": "Assisted taxonomy and metadata tagging for trusted findability.",
      "url": "https://km4ai.org/#Automated_Knowledge_Transformation",
      "about": [
        "https://km4ai.org/glossary/metadata-schema.md",
        "https://km4ai.org/glossary/taxonomy.md",
        "https://km4ai.org/glossary/content-governance.md"
      ],
      "citation": [
        "https://km4ai.org/guides/taxonomies-ontologies-llm.md",
        "https://km4ai.org/guides/ai-assisted-curation.md"
      ]
    },
    {
      "id": "https://km4ai.org/tools/pipeline-engine/",
      "type": ["SoftwareApplication", "km4ai:Tool"],
      "name": "Pipeline Engine",
      "description": "Keeps AI knowledge stores current through controlled transformation steps.",
      "url": "https://km4ai.org/#Automated_Knowledge_Transformation",
      "about": [
        "https://km4ai.org/glossary/chunking.md",
        "https://km4ai.org/glossary/embedding.md",
        "https://km4ai.org/glossary/rag.md",
        "https://km4ai.org/glossary/vector-database.md"
      ],
      "citation": [
        "https://km4ai.org/guides/rag-readiness.md",
        "https://km4ai.org/guides/measuring-km-impact.md"
      ]
    },
    {
      "id": "https://km4ai.org/tools/compliance-guardians/",
      "type": ["SoftwareApplication", "km4ai:Tool"],
      "name": "Compliance Guardians",
      "description": "Flags outdated or risky content before AI consumption.",
      "url": "https://km4ai.org/#Automated_Knowledge_Transformation",
      "about": [
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/provenance.md",
        "https://km4ai.org/glossary/hallucination.md"
      ],
      "citation": ["https://km4ai.org/guides/governance-provenance-permissions.md"]
    },
    {
      "id": "https://km4ai.org/tools/datagrid/",
      "type": ["SoftwareApplication", "km4ai:Tool"],
      "name": "DataGrid",
      "description": "Structured database layer for KM4AI DataMesh deployments.",
      "url": "https://km4ai.org/#DataMesh",
      "about": [
        "https://km4ai.org/glossary/datamesh.md",
        "https://km4ai.org/glossary/knowledge-graph.md",
        "https://km4ai.org/glossary/metadata-schema.md"
      ],
      "citation": [
        "https://km4ai.org/guides/knowledge-graphs-101.md",
        "https://km4ai.org/guides/governance-provenance-permissions.md"
      ]
    },
    {
      "id": "https://km4ai.org/tools/quickview/",
      "type": ["SoftwareApplication", "km4ai:Tool"],
      "name": "QuickView",
      "description": "Visualization companion for exploring knowledge structures in a DataMesh.",
      "url": "https://km4ai.org/#DataMesh",
      "about": [
        "https://km4ai.org/glossary/datamesh.md",
        "https://km4ai.org/glossary/knowledge-graph.md",
        "https://km4ai.org/glossary/expertise-location.md"
      ],
      "citation": ["https://km4ai.org/guides/knowledge-graphs-101.md"]
    },
    {
      "id": "https://km4ai.org/tools/pagefind/",
      "type": ["SoftwareApplication", "km4ai:Tool"],
      "name": "Pagefind",
      "description": "Client-side static search for documentation sites.",
      "url": "https://pagefind.app/",
      "about": [
        "https://km4ai.org/glossary/semantic-search.md",
        "https://km4ai.org/glossary/ai-readiness.md"
      ],
      "citation": ["https://km4ai.org/guides/rag-readiness.md"]
    },
    {
      "id": "https://km4ai.org/tools/decap-cms/",
      "type": ["SoftwareApplication", "km4ai:Tool"],
      "name": "Decap CMS",
      "description": "Git-based CMS for Markdown content with PR review workflows.",
      "url": "https://decapcms.org/",
      "about": [
        "https://km4ai.org/glossary/content-governance.md",
        "https://km4ai.org/glossary/provenance.md",
        "https://km4ai.org/glossary/knowledge-management.md"
      ],
      "citation": [
        "https://km4ai.org/guides/ai-assisted-curation.md",
        "https://km4ai.org/guides/governance-provenance-permissions.md"
      ]
    }
  ]
}
