38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
# DigitalPlatformV2DataSource - Individual data source with quality tier
|
|
# Created for CustodianSourceFile validation compatibility
|
|
# Creation date: 2026-01-18
|
|
|
|
id: https://nde.nl/ontology/hc/classes/DigitalPlatformV2DataSource
|
|
name: DigitalPlatformV2DataSource
|
|
title: DigitalPlatformV2DataSource
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
|
|
classes:
|
|
DigitalPlatformV2DataSource:
|
|
description: Individual data source used for enrichment with quality tier
|
|
class_uri: prov:Entity
|
|
attributes:
|
|
source_type:
|
|
range: string
|
|
description: Type of source (wikidata, regional_library_portal, google_maps, etc.)
|
|
source_url:
|
|
range: uri
|
|
description: URL of the source
|
|
data_quality:
|
|
range: string
|
|
description: Data quality tier (TIER_1_AUTHORITATIVE, TIER_2_VERIFIED, TIER_3_CROWD_SOURCED, TIER_4_INFERRED)
|
|
retrieval_agent:
|
|
range: string
|
|
description: Agent that retrieved the data (wikidata_api, google_maps_api, kien_scrape, etc.)
|
|
retrieved_on:
|
|
range: datetime
|
|
description: Timestamp when data was retrieved from source
|