- Deleted the `rights_statement_url` slot definition as it is no longer needed. - Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments. - Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions. - Enhanced the `require` slot with additional aliases for better usability. - Improved documentation and comments across all slot definitions to clarify their purpose and usage.
39 lines
1.5 KiB
YAML
39 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/classes/WebEnrichment
|
|
name: WebEnrichment
|
|
title: WebEnrichment
|
|
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#
|
|
pav: http://purl.org/pav/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/20260202_matang/warrant
|
|
# default_range: string
|
|
classes:
|
|
WebEnrichment:
|
|
description: "Web archive metadata and enrichment data extracted from institutional\
|
|
\ websites. This class captures web scraping results, archived pages, extracted\
|
|
\ claims, domain registration info, and organizational status discovered through\
|
|
\ web research.\nOntology mapping rationale: - class_uri is prov:Entity because\
|
|
\ this represents enrichment DATA with provenance\n (timestamps, methods, sources),\
|
|
\ not the institution or website itself\n- close_mappings includes pav:SourceAccessedAt\
|
|
\ because this captures when/how\n a web source was accessed and archived\n\
|
|
- related_mappings includes schema:WebPage because the enrichment is derived\
|
|
\ from\n web pages, though this class models the extracted data not the page\
|
|
\ itself"
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- pav:SourceAccessedAt
|
|
related_mappings:
|
|
- schema:WebPage
|
|
- prov:Derivation
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- source_url
|
|
- warrants_or_warranted
|