glam/schemas/20251121/linkml/modules/classes/SocialNetworkMember.yaml

102 lines
3.2 KiB
YAML

# SocialNetworkMember class
# Created 2026-01-22 per slot_fixes.yaml revision for connection (Rule 53)
#
# Generation date: 2026-01-22
# Rule compliance: 53 (slot_fixes.yaml), 39 (RiC-O naming)
#
# Represents a member in a social/professional network
id: https://nde.nl/ontology/hc/class/SocialNetworkMember
name: social_network_member_class
title: Social Network Member Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
foaf: http://xmlns.com/foaf/0.1/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ../slots/has_or_had_description
- ../slots/linkedin_profile_url
classes:
SocialNetworkMember:
class_uri: foaf:Person
description: |
A member in a social or professional network.
**DEFINITION**:
SocialNetworkMember represents a person who is part of a professional
network (LinkedIn, ORCID, etc.) in the context of heritage sector
network analysis.
**RELATIONSHIP TO PersonConnection**:
`PersonConnection` is a subclass/specialization that includes
additional metadata about the connection relationship (degree,
heritage relevance, etc.). `SocialNetworkMember` is the base
class for any network member.
**USE CASES**:
1. LinkedIn connection network analysis
2. Heritage sector professional mapping
3. Cross-institutional collaboration discovery
4. Alumni and association network analysis
**SEMANTIC PATTERN**:
```
ConnectionNetwork
└── has_or_had_member → SocialNetworkMember (THIS CLASS)
├── has_or_had_identifier: LinkedIn URL
├── has_or_had_label: Person name
└── (subclasses add connection-specific metadata)
```
Created as part of connection migration per slot_fixes.yaml (Rule 53).
exact_mappings:
- foaf:Person
close_mappings:
- schema:Person
slots:
- has_or_had_identifier
- has_or_had_label
- has_or_had_description
- linkedin_profile_url
slot_usage:
has_or_had_identifier:
description: Unique identifier for this network member (LinkedIn URL, ORCID, etc.).
has_or_had_label:
description: Name of the network member.
linkedin_profile_url:
description: LinkedIn profile URL if available.
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Network members can be associated with any heritage type.
specificity_score: 0.60
specificity_rationale: Specialized class for social network analysis.
comments:
- "Base class for network members - PersonConnection extends this"
- "Created 2026-01-22 per slot_fixes.yaml connection migration"
- "Enables heritage sector network analysis"
examples:
- value:
has_or_had_label:
label_text: "Jan de Vries"
linkedin_profile_url: "https://www.linkedin.com/in/jan-de-vries-heritage/"
description: "Heritage professional as network member"