- Updated descriptions and titles for Price and PriceRange classes to enhance understanding. - Added multilingual alt_descriptions for Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes. - Enhanced examples in Price and PriceRange classes to provide clearer context. - Improved annotations and comments for better documentation and understanding of class purposes. - Introduced new slots for official names (including and excluding type) to standardize naming conventions. - Added sorting variant for official names to facilitate alphabetical ordering. - Ensured all changes align with the latest schema requirements and best practices.
26 lines
642 B
YAML
26 lines
642 B
YAML
id: https://nde.nl/ontology/hc/class/PageSection
|
|
name: PageSection
|
|
title: Page Section
|
|
description: Structured representation of a section within a web page.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
- ../slots/has_description
|
|
- ../slots/has_url
|
|
classes:
|
|
PageSection:
|
|
class_uri: schema:WebPageElement
|
|
description: Web page element representing a labeled section or fragment.
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- has_url
|