- Updated Access.yaml to replace properties with new slots: has_or_had_type, has_or_had_user_category, condition_of_access, and has_or_had_description. - Introduced AccessTypeEnum for standardized access types. - Migrated eligible_users to has_or_had_user_category slot. - Adjusted examples in Access.yaml to reflect new slot structure. - Modified AuxiliaryPlace, CustodianPlace, GeoSpatialPlace, ServiceArea schemas to use has_or_had_format for geometry representation. - Added new slots and enums for better categorization and access control.
29 lines
808 B
YAML
29 lines
808 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
|