- 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.
34 lines
890 B
YAML
34 lines
890 B
YAML
id: https://nde.nl/ontology/hc/class/SourceWork
|
|
name: SourceWork
|
|
title: Source Work
|
|
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_uri
|
|
- ../slots/has_type
|
|
classes:
|
|
SourceWork:
|
|
class_uri: prov:Entity
|
|
description: Work or dataset from which another work is derived.
|
|
broad_mappings:
|
|
- prov:Entity
|
|
close_mappings:
|
|
- schema:CreativeWork
|
|
annotations:
|
|
specificity_score: '0.40'
|
|
specificity_rationale: Moderately specific - source tracking common in data
|
|
management.
|
|
custodian_types: "['*']"
|
|
examples:
|
|
- value:
|
|
has_uri: https://nde.nl/dataset/original-v1
|
|
has_type: DATASET
|
|
description: Source dataset reference.
|
|
slots:
|
|
- has_uri
|
|
- has_type
|