59 lines
No EOL
2.5 KiB
YAML
59 lines
No EOL
2.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/Model
|
|
name: model_class
|
|
title: Model Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
classes:
|
|
Model:
|
|
class_uri: schema:ProductModel
|
|
description: "Represents a product model or design variant.\n\n**MIGRATION SOURCE**: Created from device_model slot migration (Rule 53, 2026-01-25).\n\n**Pattern**: Simple string model name replaced with structured class:\n- has_label: Model name/designation\n- identified_by: Model number or SKU\n\n**Ontological Alignment**:\n- **Primary**: `schema:ProductModel` - Schema.org product model\n\n**Use Cases**:\n- IoT device models (Estimote Proximity Beacon, Sensirion SHT45)\n- Equipment model variants\n- Hardware versions\n\n**Relationship to InternetOfThings**:\n```\nInternetOfThings\n \u2514\u2500\u2500 has_model \u2192 Model\n \u251C\u2500\u2500 has_label \u2192 \"Estimote Proximity Beacon\"\n \u2514\u2500\u2500 identified_by \u2192 \"EPB-v3.0\"\n```\n"
|
|
exact_mappings:
|
|
- schema:ProductModel
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
slot_usage:
|
|
identified_by:
|
|
# range: string
|
|
required: false
|
|
examples:
|
|
- value: EPB-v3.0
|
|
- value: SHT45-AD1B-R2
|
|
has_label:
|
|
# range: string
|
|
required: true
|
|
examples:
|
|
- value: Estimote Proximity Beacon
|
|
- value: Sensirion SHT45
|
|
- value: Samsung Kiosk 24 Touch
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Product models applicable to all custodian types using equipment.
|
|
custodian_types_primary: null
|
|
specificity_score: 0.6
|
|
specificity_rationale: Specific to equipment and technology tracking.
|
|
comments:
|
|
- CREATED from device_model migration per slot_fixes.yaml (Rule 53)
|
|
- Schema.org ProductModel for model representation
|
|
- Enables structured model data with name and identifier
|
|
examples:
|
|
- value:
|
|
identified_by: EPB-v3.0
|
|
has_label: Estimote Proximity Beacon
|
|
- value:
|
|
identified_by: SHT45-AD1B-R2
|
|
has_label: Sensirion SHT45 |