Fix compilation errors in social network example
Resolved 99 out of 126 compilation errors by:
- Replaced get_property_key_id() with property_keys.get().copied()
- Replaced get_label_id() with labels.get().copied()
- Replaced get_relationship_type_id() with relationship_types.get().copied()
- Fixed dereferencing issues for PropertyValue::Integer and Boolean variants
- Updated schema access patterns to use correct API
The basic example continues to work perfectly. The social network example
now has significantly fewer compilation errors (27 remaining vs 126 original),
with remaining issues mostly related to Axum handler trait implementations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>