- Updated SignificanceType.yaml to enhance descriptions, add alternative language descriptions, and clarify comments. - Refined CommunitySignificance, EconomicSignificance, HistoricalSignificance, ScientificSignificance, AestheticSignificance, TerroirSignificance, and DiplomaticSignificance classes with structured aliases and comments. - Enhanced SilenceSegment.yaml with multilingual descriptions and structured aliases. - Improved Size.yaml with clearer descriptions and added multilingual support. - Updated SocialMediaPlatformType.yaml and SocialMediaProfile.yaml to include alternative descriptions in multiple languages and refined modeling notes. - Added has_url slot to SocialMediaProfile for better URL management. - Enhanced Warehouse and WarehouseType classes with preserved modeling notes for clarity on definitions and distinctions. - Updated WebClaim and WebPortalType classes with preserved descriptions for better understanding of their roles and structures.
95 lines
3.4 KiB
YAML
95 lines
3.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/InternetOfThings
|
|
name: InternetOfThings
|
|
title: Internet Of Things Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
sosa: http://www.w3.org/ns/sosa/
|
|
ssn: http://www.w3.org/ns/ssn/
|
|
schema: http://schema.org/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/instantiated_by
|
|
- ../slots/installed_in
|
|
- ../slots/installed_at
|
|
- ../slots/decommissioned_at
|
|
- ../slots/connect_through
|
|
- ../slots/has_endpoint
|
|
- ../slots/has_output
|
|
- ../slots/has_frequency
|
|
- ../slots/has_service_area
|
|
- ../slots/has_specification
|
|
- ../slots/has_quantity
|
|
- ../slots/has_model
|
|
- ../slots/has_power_source
|
|
- ../slots/has_status
|
|
- ../slots/has_schedule
|
|
- ../slots/refer_to
|
|
- ../slots/created_by
|
|
- ../slots/temporal_extent
|
|
- ../slots/derive_from
|
|
- ../slots/generated_by
|
|
- ../slots/has_score
|
|
classes:
|
|
InternetOfThings:
|
|
is_a: ReconstructedEntity
|
|
class_uri: sosa:Platform
|
|
description: Connected physical-digital platform used for sensing, interaction, or automation in heritage environments.
|
|
exact_mappings:
|
|
- sosa:Platform
|
|
close_mappings:
|
|
- ssn:System
|
|
- schema:Thing
|
|
- crm:E22_Human-Made_Object
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- instantiated_by
|
|
- installed_in
|
|
- installed_at
|
|
- decommissioned_at
|
|
- connect_through
|
|
- has_endpoint
|
|
- has_output
|
|
- has_frequency
|
|
- has_service_area
|
|
- has_specification
|
|
- has_quantity
|
|
- has_model
|
|
- has_power_source
|
|
- has_status
|
|
- has_schedule
|
|
- refer_to
|
|
- created_by
|
|
- temporal_extent
|
|
- derive_from
|
|
- generated_by
|
|
- has_score
|
|
slot_usage:
|
|
identified_by:
|
|
identifier: true
|
|
required: true
|
|
has_label:
|
|
required: true
|
|
instantiated_by:
|
|
range: IoTDevice
|
|
required: true
|
|
inlined: true
|
|
refer_to:
|
|
range: Custodian
|
|
required: true
|
|
notes:
|
|
- |
|
|
Preserved from prior description (commit 6e634651):
|
|
|
|
Preserved from prior description (commit 6e634651):
|
|
|
|
"Physical device with digital connectivity used by a heritage custodian\nto enhance visitor experience, monitor conditions, or provide services.\n\n**WHY IOT CLASS?**\n\nModern heritage institutions increasingly deploy IoT devices:\n- **Beacons**: Location-based triggers for mobile apps\n- **Kiosks**: Interactive information terminals\n- **Sensors**: Environmental monitoring (climate, light, visitor counts)\n- **Displays**: Digital signage, interactive screens\n\nThese are a form of DIGITAL PRESENCE that bridges physical and digital worlds.\n\n**RELATIONSHIP TO OTHER DIGITAL PRESENCE TYPES**:\n\n```\nDigital Presence Hierarchy:\n\nDigitalPlatform (PRIMARY - websites)\n \u2502\n \u2514\u2500\u2500 AuxiliaryDigitalPlatform (SECONDARY - project sites)\n\nSocialMediaProfile (THIRD-PARTY - external platforms)\n\nInternetOfThings (PHYSICAL-DIGITAL - in-venue devices) \u2190 THIS CLASS\n```\n\n**SOSA/SSN ALIGNMENT**:\n\nW3C Semantic Sensor Network (SSN) and Sensor, Observation,\
|
|
annotations:
|
|
specificity_score: 0.6
|
|
specificity_rationale: Infrastructure class linking IoT deployments to heritage operational contexts.
|
|
custodian_types: '["*"]'
|