- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting. - Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes. - Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting. - Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting. - Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability. - Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability. - Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name. - Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity. - Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity. - Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity. - Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
55 lines
2.5 KiB
YAML
55 lines
2.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/OutputData
|
|
name: output_data
|
|
title: Output Data
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
sosa: http://www.w3.org/ns/sosa/
|
|
dct: http://purl.org/dc/terms/
|
|
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/has_or_had_description
|
|
- ../slots/has_or_had_format
|
|
- ../slots/has_or_had_identifier
|
|
- ./DataFormat
|
|
classes:
|
|
OutputData:
|
|
class_uri: hc:OutputData
|
|
description: "Specification of output produced by a device, service, or process.\n\n**DEFINITION**:\nOutputData captures the characteristics of data or signals emitted by\nsystems, including format, structure, destination, and metadata.\n\n**USAGE**:\n- IoT device data (sensor readings, beacon signals)\n- API responses (JSON, XML, RDF)\n- Export files (CSV, Excel, PDF)\n- Streaming data (MQTT, WebSocket)\n\n**ONTOLOGY ALIGNMENT**:\n- **Primary** (`class_uri`): `hc:OutputData` - Heritage Custodian class\n- **Close**: `sosa:Result` - SOSA observation result\n- **Close**: `schema:DataDownload` - Schema.org data download\n\n**Example**:\n```yaml\nhas_or_had_output:\n - has_or_had_format:\n has_or_had_type: JsonFormat\n has_or_had_media_type: \"application/json\"\n has_or_had_description: \"Climate sensor readings\"\n destination_url: \"https://analytics.museum.nl/climate\"\n```\n"
|
|
close_mappings:
|
|
- sosa:Result
|
|
- schema:DataDownload
|
|
slots:
|
|
- has_or_had_format
|
|
- has_or_had_description
|
|
- has_or_had_identifier
|
|
slot_usage:
|
|
has_or_had_format:
|
|
range: uriorcurie
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_type: JsonFormat
|
|
has_or_had_description:
|
|
range: string
|
|
examples:
|
|
- value: Temperature and humidity readings from conservation sensors
|
|
- value: https://analytics.museum.nl/data
|
|
- value: https://api.museum.nl/schemas/climate-v1.json
|
|
- value: true
|
|
- value: false
|
|
attributes:
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Output data specifications apply to all custodian types with digital systems.
|
|
specificity_score: 0.65
|
|
specificity_rationale: Fairly specific to IoT and digital platform contexts.
|