{
  "schema_version": "1",
  "name": "RNMW Public Network Graph",
  "description": "Rome New Media Week Edition 0 -- anonymised public network constellation. 278 nodes (people, organisations, events), 2014 edges. Node identity is HMAC-hashed; no raw slugs or names are exposed for person or organisation nodes. Events retain real names and slugs.",
  "generated": "2026-04-25T11:17:17",
  "endpoints": {
    "constellation": "/constellation-public.json",
    "events": "/events-public.json"
  },
  "schema": {
    "node_person": ["id_public", "type", "role_class", "tier", "epoch_added", "region", "dormant", "lost", "cluster_id", "network_capital", "bundle_id"],
    "node_organization": ["id_public", "type", "role_class", "tier", "epoch_added", "region", "dormant", "lost", "cluster_id", "network_capital", "bundle_id"],
    "node_event": ["slug", "type", "name", "epoch", "dates_quarter", "venue_region", "status_public"],
    "edge": ["source", "target", "type", "weight", "provenance"]
  },
  "vocabulary": {
    "role_class_person": ["artist", "curator", "collector", "sponsor", "critic", "institutional", "practitioner", "founder"],
    "role_class_organization": ["gallery", "platform", "institution", "foundation", "media", "festival", "sponsor", "studio", "venue"],
    "tier": ["stranger", "cold-lead", "lead", "engaged", "active", "member", "partner", "contributor", "founder"],
    "provenance": ["rnmw-catalyst", "rnmw-official", "external", "inferred"],
    "status_public": ["confirmed", "upcoming", "past"]
  },
  "privacy": "Person and organisation identities are anonymised by default. Nodes with bundle_id are k-anonymised into groups of 3+. No real names or private metadata are exposed.",
  "linked_art_thin": {
    "Person": "crm:E39_Actor",
    "Organization": "crm:E39_Actor",
    "Event": "crm:E7_Activity",
    "curated-by": "crm:P14_carried_out_by"
  }
}
