29 lines
911 B
YAML
29 lines
911 B
YAML
id: https://nde.nl/ontology/hc/enum/ScrapeMethodEnum
|
|
name: scrape_method_enum
|
|
title: Scrape Method Enum
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
|
|
enums:
|
|
ScrapeMethodEnum:
|
|
description: |
|
|
Methods used to extract LinkedIn connection data.
|
|
Determines data quality and potential limitations.
|
|
permissible_values:
|
|
manual_linkedin_browse:
|
|
description: Manual extraction while logged into LinkedIn
|
|
meaning: prov:SoftwareAgent
|
|
linkedin_html_parser:
|
|
description: Parsed from saved LinkedIn HTML file
|
|
meaning: prov:SoftwareAgent
|
|
exa_search:
|
|
description: Extracted via Exa API search
|
|
meaning: prov:SoftwareAgent
|
|
automated_scraper:
|
|
description: Automated scraping tool
|
|
meaning: prov:SoftwareAgent
|