- Added new aliases for existing slots to improve clarity and usability, including: - has_deadline: has_embargo_end_date - has_extent: has_extent_text - has_fonds: has_fond - has_laboratory: conservation_lab - has_language: has_iso_code639_1, has_iso_code639_3 - has_legal_basis: legal_basis - has_light_exposure: max_light_lux - has_measurement_unit: has_unit - has_note: has_custodian_observation - has_occupation: occupation - has_operating_hours: has_operating_hours - has_position: position - has_quantity: has_artwork_count, link_count - has_roadmap: review_date - has_skill: skill - has_speaker: speaker_label - has_specification: specification_url - has_statement: rights_statement_url, rights_statement - has_type: custodian_only - has_user_category: serves_visitors_only - hold_record_set: record_count - identified_by: has_index_number - in_period: has_period - in_place: has_place - in_series: has_series - measure: has_measurement - measured_on: measurement_date - organized_by: has_organizer - originate_from: has_origin - part_of: suborganization_of - published_on: has_publication_date - receive_investment: has_investment - related_to: connection_heritage_type - require: preservation_requirement - safeguarded_by: current_keeper, record_holder_note - state: states_or_stated - take_comission: takes_or_took_comission - take_place_at: takes_or_took_place_at - transmit_through: transmits_or_transmitted_through - warrant: warrants_or_warranted - Introduced a new slot definition for evaluated_through to capture evaluation methodologies and review statuses.
71 lines
1.9 KiB
YAML
71 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/classes/DigitalPlatformV2
|
|
name: DigitalPlatformV2
|
|
title: DigitalPlatformV2
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ./DigitalPlatformV2Provenance
|
|
- ../slots/has_metadata
|
|
- ../slots/has_status
|
|
- ../slots/has_data_quality
|
|
- ../slots/has_profile
|
|
- ../slots/has_digital_platform
|
|
- ../slots/has_contact_point
|
|
- ../slots/has_service
|
|
- ../slots/identified_by
|
|
- ../slots/has_provenance
|
|
- ../slots/related_to
|
|
- ../slots/has_url
|
|
- ../slots/has_homepage
|
|
- ../slots/has_name
|
|
- ../slots/has_type
|
|
- ../slots/refer_to
|
|
- ../slots/has_contact_details
|
|
- ../slots/has_facility
|
|
- ../slots/contain_collection
|
|
# default_range: string
|
|
classes:
|
|
DigitalPlatformV2:
|
|
description: "Enhanced digital platform data structure (v2)"
|
|
class_uri: org:Organization
|
|
slots:
|
|
- has_metadata
|
|
- has_status
|
|
- has_data_quality
|
|
- has_profile
|
|
- has_digital_platform
|
|
- has_contact_point
|
|
- has_service
|
|
- identified_by
|
|
- has_provenance
|
|
- related_to
|
|
- has_url
|
|
- has_homepage
|
|
- has_name
|
|
- has_type
|
|
- refer_to
|
|
- has_contact_details
|
|
- has_facility
|
|
- has_digital_platform
|
|
- has_provenance
|
|
- contain_collection
|
|
- has_url
|
|
slot_usage:
|
|
identified_by:
|
|
description: External identifiers (Wikidata, Sigla, ICO, etc.)
|
|
# range: string
|
|
multivalued: true
|
|
inlined_as_list: false # Fixed invalid inline for primitive type
|
|
has_type:
|
|
description: Type of platform (institutional_website, discovery_portal, etc.) - can be string or array
|
|
# range: string
|
|
any_of:
|
|
- range: string
|
|
- range: string
|
|
multivalued: true
|