glam/schemas/20251121/linkml/modules/classes/PhotoMetadata.yaml
2026-01-08 15:56:28 +01:00

36 lines
836 B
YAML

# PhotoMetadata - Google Maps photo metadata
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
# Extraction date: 2026-01-08
id: https://nde.nl/ontology/hc/classes/PhotoMetadata
name: PhotoMetadata
title: PhotoMetadata
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
- ./PhotoAttribution
default_range: string
classes:
PhotoMetadata:
description: Google Maps photo metadata
attributes:
name:
range: string
height:
range: integer
width:
range: integer
author_attributions:
range: PhotoAttribution
multivalued: true
inlined_as_list: true