glam/schemas/20251121/linkml/modules/classes/SocialNetworkMember.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

88 lines
No EOL
2.6 KiB
YAML

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_description
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ../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:
has_or_had_label:
linkedin_profile_url:
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/"