- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
32 lines
880 B
YAML
32 lines
880 B
YAML
id: https://nde.nl/ontology/hc/classes/MatchingSource
|
|
name: MatchingSource
|
|
title: Matching Source Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_source
|
|
- ../slots/has_name
|
|
- ../slots/has_note
|
|
classes:
|
|
MatchingSource:
|
|
class_uri: prov:Entity
|
|
description: Source evidence record contributing to entity-matching and name consensus decisions.
|
|
close_mappings:
|
|
- schema:PropertyValue
|
|
related_mappings:
|
|
- prov:PrimarySource
|
|
slots:
|
|
- has_source
|
|
- has_name
|
|
- has_note
|
|
annotations:
|
|
specificity_score: 0.4
|
|
specificity_rationale: Evidence-source class for reconciliation and identity-resolution workflows.
|
|
custodian_types: '["*"]'
|
|
broad_mappings:
|
|
- prov:Entity
|