49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
# PhotoAttribution - Photo author attribution
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/PhotoAttribution
|
|
name: PhotoAttribution
|
|
title: PhotoAttribution
|
|
|
|
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#
|
|
dcterms: http://purl.org/dc/terms/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
PhotoAttribution:
|
|
description: >-
|
|
Photo author attribution containing display name, author URI,
|
|
and photo URI. Used for crediting photographers in Google Maps
|
|
and other image sources.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is schema:ImageObject because this class describes
|
|
image attribution which relates to image objects
|
|
- close_mappings includes dcterms:RightsStatement as attribution
|
|
is a form of rights/credit statement
|
|
- related_mappings includes prov:Attribution (provenance attribution)
|
|
and schema:Person (the attributed author)
|
|
class_uri: schema:ImageObject
|
|
close_mappings:
|
|
- dcterms:RightsStatement
|
|
related_mappings:
|
|
- prov:Attribution
|
|
- schema:Person
|
|
attributes:
|
|
displayName:
|
|
range: string
|
|
uri:
|
|
range: uri
|
|
photoUri:
|
|
range: uri
|