- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
28 lines
646 B
YAML
28 lines
646 B
YAML
id: https://nde.nl/ontology/hc/slot/scrape_method
|
|
name: scrape_method_slot
|
|
title: Scrape Method Slot
|
|
version: 1.0.0
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/ScrapeMethodEnum
|
|
default_prefix: hc
|
|
slots:
|
|
scrape_method:
|
|
description: 'Method used to extract the connection data.
|
|
|
|
|
|
Values:
|
|
|
|
- manual_linkedin_browse: Manual extraction while logged in
|
|
|
|
- linkedin_html_parser: Parsed from saved HTML file
|
|
|
|
- exa_search: Extracted via Exa API
|
|
|
|
'
|
|
slot_uri: prov:wasAssociatedWith
|
|
range: ScrapeMethodEnum
|