Skip to content

Nhóm 5 — Entity Mesh

Mô hình entity + sameAs policy + integrity gate. SSoT mesh: config/fleet/entity_mesh.json (aggregate) + factory/sites/<slug>/entity.json (per-site).

5.1 Mô hình

                Wikidata Q140170627   (node trung tâm)
                        |
            Person: Phạm Đức Phương Nam
              knowsAbout = GMP/GAMP5/Pharma 4.0  +  AI systems/architecture
                        |
        +---------------+---------------+
        |               |               |
  primary surface  secondary surface   docs hub
  phamducphuongnam  nampham.net        docs.nampham.net
  /gioi-thieu/      /about             (WebSite, not persona)
  (ProfilePage)     (sameAs -> hub)    (isPartOf nampham.net)
        |               |
        +-- worksFor ESEC --+
  • 1 Person, N persona surface. Không tách entity per-site (tránh Google disambiguate sai).
  • Internal tools (oee, fleet) noindex, không vào graph công khai.
  1. sameAs khai báo ở JSON-LD Person/Organization, khôngWebSite level để cross-promote.
  2. Curated to identity-relevant pairs: author hub + Wikidata Q-item + LinkedIn + Organization (ESEC) + persona surfaces.
  3. Không "site A sameAs site B" ngẫu nhiên. Mọi cặp phải giải thích được "tại sao 2 entity này same".
  4. Per-site sameAs_identity trong entity.json = curated list, verified live (xem evidence field).
  • ≤2 per article. Anchor tự nhiên, mô tả, KHÔNG "click here/xem tại đây".
  • Contextually relevant: bài Pharma 4.0 (P8) → bài architecture (NM) = OK; random = KHÔNG.
  • No sitewide/footer cross-site. No automated linking. No optimized anchor at scale.
  • Mỗi cross-link phải giải thích được trong review: "link này giúp reader hiểu thêm về X".

5.4 Mesh integrity gate (new R-rule, P3 cron)

sitectl validate flag:

  • Public/docs site thiếu entity.json → P1 gap.
  • sameAs broken (404) hoặc drift từ Wikidata.
  • Orphan site (không entity_ref).
  • Cross-site link count > threshold (P3: crawl + count).
  • Duplicate domain.

5.5 Apply sequence (P1)

  1. entity.json cho 3 site (phamducphuongnam, nampham, docs-nampham) — done 2026-06-30, verified live.
  2. ⏳ Verify Google Rich Results Test parse JSON-LD cả 2 site live (P1 tiếp).
  3. ⏳ Draft JSON-LD block chuẩn cho sites mới (template trong P2 docs hub).
  4. ⏳ Mesh integrity cron (P3).