28 lines
804 B
YAML
28 lines
804 B
YAML
id: https://nde.nl/ontology/hc/class/DetectedLandmark
|
|
name: DetectedLandmark
|
|
title: DetectedLandmark
|
|
description: A landmark 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:
|
|
DetectedLandmark:
|
|
class_uri: schema:LandmarksOrHistoricalBuildings
|
|
description: Detected landmark.
|
|
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
|