- Deleted obsolete slot definitions for work_location and workshop_space. - Introduced new TaxonName class to represent scientific taxonomic names with detailed attributes. - Archived existing slots related to surname_prefix, target_name, taxon_name, terminal_count, text_region_count, title, title_proper, total_chapter, total_characters_extracted, total_connections_extracted, track_name, transcript_format, traveling_venue, type_label, type_status, typical_responsibility, unesco_domain, unesco_inscription_year, unesco_list_status, uniform_title, unit_name, used_by_custodian, uv_filtered_required, valid_from_geo, valid_to_geo, validation_status, variant_of_name, verification_date, viability_status, within_auxiliary_place, and within_place. - Updated slot descriptions and structures to improve clarity and compliance with standards.
33 lines
638 B
YAML
33 lines
638 B
YAML
id: https://nde.nl/ontology/hc/slot/title
|
|
name: title_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
slots:
|
|
title:
|
|
slot_uri: dcterms:title
|
|
range: string
|
|
description: 'Title or headline of the post.
|
|
|
|
|
|
Dublin Core: title for the content''s name.
|
|
|
|
|
|
Platform behavior:
|
|
|
|
- YouTube videos: Video title
|
|
|
|
- Twitter/X: First line of tweet (or null)
|
|
|
|
- Instagram: Caption beginning
|
|
|
|
- Threads: First post text
|
|
|
|
'
|
|
exact_mappings:
|
|
- dcterms:title
|
|
- schema:title
|