- Added detailed descriptions for slots: collecting_scope, collection_access, custody_history, education_level, membership_size, and publication_activity to improve clarity and usability. - Removed the publication_date slot due to migration to a new structure. - Updated slot fixes with migration notes and adjustments for various slots, ensuring alignment with new ontology standards. - Introduced new classes for DigitalPlatformV2, including DigitalPlatformV2DataQualityNotes, DigitalPlatformV2DataSource, DigitalPlatformV2KeyContact, DigitalPlatformV2OrganizationProfile, DigitalPlatformV2OrganizationStatus, DigitalPlatformV2PrimaryPlatform, DigitalPlatformV2Provenance, DigitalPlatformV2ServiceDetails, and DigitalPlatformV2TransformationMetadata, each with comprehensive attributes and descriptions. - Added classes for EnrichmentProvenance and EnrichmentProvenanceEntry to track provenance for enrichment sources, including detailed attributes for verification and source tracking. - Created LogoClaim, LogoEnrichment, and LogoEnrichmentSummary classes to manage logo and favicon data extracted from web scraping, with attributes for claims and summary statistics. - Archived the publication_date slot to maintain historical records.
67 lines
2 KiB
YAML
67 lines
2 KiB
YAML
# OriginalEntryLocation - Location from original source entry
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/OriginalEntryLocation
|
|
name: OriginalEntryLocation
|
|
title: OriginalEntryLocation
|
|
|
|
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#
|
|
locn: http://www.w3.org/ns/locn#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
OriginalEntryLocation:
|
|
description: >-
|
|
Location from an original source entry including city, region, country,
|
|
postal code, street address, coordinates, and GeoNames ID.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is schema:Place because this represents a geographic
|
|
place with address and coordinate information.
|
|
- close_mappings includes locn:Address from W3C Locn vocabulary
|
|
for structured address information.
|
|
- related_mappings includes prov:Location and geo:SpatialThing.
|
|
class_uri: schema:Place
|
|
close_mappings:
|
|
- locn:Address
|
|
related_mappings:
|
|
- prov:Location
|
|
- geo:SpatialThing
|
|
attributes:
|
|
city:
|
|
range: string
|
|
region:
|
|
range: string
|
|
country:
|
|
range: string
|
|
description: Country code or name (alias for has_iso_3166_1_alpha_2_code for backward compatibility)
|
|
has_iso_3166_1_alpha_2_code:
|
|
range: string
|
|
description: ISO 3166-1 alpha-2 country code (2-letter, e.g., NL, US, JP)
|
|
postal_code:
|
|
range: string
|
|
street_address:
|
|
range: string
|
|
latitude:
|
|
range: float
|
|
longitude:
|
|
range: float
|
|
geonames_id:
|
|
any_of:
|
|
- range: string
|
|
- range: integer
|
|
description: GeoNames geographic database ID
|
|
is_primary:
|
|
range: boolean
|
|
description: Whether this is the primary location
|