- Updated descriptions and comments across multiple classes to improve clarity and provide additional context. - Added alternative descriptions and structured aliases for multilingual support in classes such as Restriction, RetrievalAgent, RetrievalEvent, and others. - Improved the organization of comments and examples for better understanding of class usage and relationships. - Introduced new enum for OAI-PMH verbs and a corresponding slot to indicate supported verbs by repository endpoints. - Enhanced the RoomUnit class to clarify its purpose and usage patterns, including migration notes. - General cleanup and standardization of annotations and slot usages across various classes.
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/classes/RawSource
|
|
name: RawSource
|
|
title: RawSource
|
|
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/has_type
|
|
# default_range: string
|
|
classes:
|
|
RawSource:
|
|
description: Raw source record captured from the web for enrichment and provenance.
|
|
class_uri: prov:PrimarySource
|
|
close_mappings:
|
|
- pav:RetrievedFrom
|
|
- schema:WebPage
|
|
related_mappings:
|
|
- prov:Entity
|
|
comments:
|
|
- "Typically captures: URL, fetch timestamp, HTTP status, content hash, and extracted highlights/snippets."
|
|
- "Ontology alignment: prov:PrimarySource for original fetched material; pav:RetrievedFrom for retrieval provenance; schema:WebPage for web-resource framing."
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- has_type
|