67 lines
2.1 KiB
YAML
67 lines
2.1 KiB
YAML
# OriginalEntryIdentifiersDict - Dictionary-format identifiers from original source (used ...
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/OriginalEntryIdentifiersDict
|
|
name: OriginalEntryIdentifiersDict
|
|
title: OriginalEntryIdentifiersDict
|
|
|
|
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:
|
|
OriginalEntryIdentifiersDict:
|
|
description: >-
|
|
Dictionary-format identifiers from original source, used by Palestinian
|
|
heritage extraction. Contains named identifier fields (VIAF, GND,
|
|
LCNAF, GeoNames, Wikidata, ISIL, Website) as direct properties.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because the identifier collection is a
|
|
trackable entity containing multiple identifier values.
|
|
- close_mappings includes schema:PropertyValueSpecification as this
|
|
defines a structure of named identifier properties.
|
|
- related_mappings includes dcterms:Identifier for the individual
|
|
identifier semantics.
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- schema:PropertyValueSpecification
|
|
related_mappings:
|
|
- dcterms:Identifier
|
|
- schema:PropertyValue
|
|
attributes:
|
|
viaf:
|
|
range: string
|
|
description: VIAF identifier
|
|
gnd:
|
|
range: string
|
|
description: GND identifier
|
|
lcnaf:
|
|
range: string
|
|
description: Library of Congress Name Authority File ID
|
|
geonames:
|
|
range: string
|
|
description: GeoNames identifier
|
|
wikidata:
|
|
range: string
|
|
description: Wikidata Q-number
|
|
isil:
|
|
range: string
|
|
description: ISIL code
|
|
website:
|
|
slot_uri: hc:hasWebsite
|
|
range: uri
|
|
description: Website URL
|
|
close_mappings:
|
|
- schema:url
|