52 lines
1.7 KiB
YAML
52 lines
1.7 KiB
YAML
# CustodianLegalNameClaim - Legal name claim with provenance
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/CustodianLegalNameClaim
|
|
name: CustodianLegalNameClaim
|
|
title: CustodianLegalNameClaim
|
|
|
|
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#
|
|
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
CustodianLegalNameClaim:
|
|
description: >-
|
|
Legal name claim with provenance, representing an assertion about
|
|
an institution's official registered legal name with extraction metadata.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is rdf:Statement because this represents a reified claim
|
|
(statement about a statement) with provenance metadata
|
|
- close_mappings includes prov:Entity as the claim itself is an entity
|
|
- related_mappings includes schema:legalName for the semantic content
|
|
class_uri: rdf:Statement
|
|
close_mappings:
|
|
- prov:Entity
|
|
related_mappings:
|
|
- schema:legalName
|
|
attributes:
|
|
claim_type:
|
|
range: string
|
|
description: Type of claim (legal_name)
|
|
claim_value:
|
|
range: string
|
|
required: true
|
|
description: The legal name value
|
|
extraction_timestamp:
|
|
range: datetime
|
|
description: When the claim was extracted
|
|
note:
|
|
range: string
|
|
description: Notes about the legal name detection
|