28 lines
768 B
YAML
28 lines
768 B
YAML
id: https://nde.nl/ontology/hc/class/DetectedObject
|
|
name: DetectedObject
|
|
title: DetectedObject
|
|
description: An object detected in media content.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_label
|
|
- ../slots/is_or_was_generated_by
|
|
- ./GenerationEvent
|
|
- ./ConfidenceScore
|
|
classes:
|
|
DetectedObject:
|
|
class_uri: schema:Thing
|
|
description: Detected object.
|
|
slots:
|
|
- has_or_had_label
|
|
- is_or_was_generated_by
|
|
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept
|