glam/schemas/20251121/linkml/modules/classes/XPath.yaml
kempersc bd8368dfff Enhance schema definitions for cultural heritage annotations
- Updated WorldCatIdentifier class with improved descriptions and multilingual support.
- Refined WorldHeritageSite class to clarify its purpose and added structured aliases.
- Enhanced WritingSystem class with detailed descriptions and examples for script identification.
- Introduced BirthPlace class to represent birth locations with historical context and geographic identifiers.
- Added AnnotatorAnnotationMetadata class for quality metrics and verification of cultural heritage annotations.
- Created AnnotatorAnnotationProvenance class to track provenance of annotation activities.
- Developed AnnotatorBlock class to aggregate entity claims and metadata for annotations.
- Established AnnotatorEntityClaim class for individual assertions about cultural heritage entities.
- Introduced AnnotatorEntityClassification class for taxonomic categorization of entities.
- Added AnnotatorIntegrationNote class to document file creation and integration processes.
- Developed AnnotatorModel class for machine learning models used in entity extraction.
- Created AnnotatorProvenance class to track extraction provenance and source data access.
2026-02-15 12:41:51 +01:00

98 lines
4.3 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

id: https://nde.nl/ontology/hc/classes/XPath
name: XPath
title: XPath
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
schema: http://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
classes:
XPath:
description: >-
XPath expression used to locate specific elements within HTML or XML documents,
providing the essential provenance link between extracted data values and their
original source location in archived documents.
alt_descriptions:
nl:
text: >-
XPath-expressie gebruikt om specifieke elementen in HTML- of XML-documenten
te lokaliseren, die de essentiële herkomstlink biedt tussen geëxtraheerde
gegevenswaarden en hun oorspronkelijke bronlocatie in gearchiveerde documenten.
de:
text: >-
XPath-Ausdruck zur Lokalisierung bestimmter Elemente in HTML- oder XML-Dokumenten,
der die wesentliche Herkunftsverbindung zwischen extrahierten Datenwerten und
ihrer ursprünglichen Quellposition in archivierten Dokumenten bereitstellt.
fr:
text: >-
Expression XPath utilisée pour localiser des éléments spécifiques dans les
documents HTML ou XML, fournissant le lien de provenance essentiel entre les
valeurs de données extraites et leur emplacement source d'origine dans les
documents archivés.
es:
text: >-
Expresión XPath utilizada para localizar elementos específicos dentro de
documentos HTML o XML, proporcionando el enlace de procedencia esencial
entre los valores de datos extraídos y su ubicación original en documentos
archivados.
ar:
text: >-
تعبير XPath يُستخدم لتحديد موقع عناصر محددة داخل مستندات HTML أو XML،
يوفر رابط المصدر الأساسي بين قيم البيانات المستخرجة وموقعها الأصلي
في المستندات المؤرشفة.
id:
text: >-
Ekspresi XPath yang digunakan untuk menemukan elemen tertentu dalam dokumen
HTML atau XML, menyediakan tautan asal-usul penting antara nilai data yang
diekstraksi dan lokasi sumber aslinya dalam dokumen yang diarsipkan.
zh:
text: >-
XPath表达式用于定位HTML或XML文档中的特定元素提供提取的数据值
与其存档文档中原始源位置之间的重要来源链接。
class_uri: prov:Location
broad_mappings:
- prov:Location
close_mappings:
- schema:xpath
related_mappings:
- prov:atLocation
structured_aliases:
- literal_form: XPath
in_language: nl
- literal_form: XPath
in_language: de
- literal_form: XPath
in_language: fr
- literal_form: XPath
in_language: es
- literal_form: مسار XPath
in_language: ar
- literal_form: XPath
in_language: id
- literal_form: XPath路径
in_language: zh
comments:
- CRITICAL PROVENANCE FIELD for verifiable data extraction
- Standard XPath 1.0 expressions
- Used with has_provenance_path slot
keywords:
- XPath
- provenance
- HTML extraction
- XML parsing
- data location
examples:
- value: "XPath:\n expression: \"/html[1]/body[1]/div[6]/div[1]/table[3]/tbody[1]/tr[1]/td[1]/p[6]\"\n matched_text: \"Historische Vereniging Nijeveen\"\n match_score: 1.0\n source_document: \"web/0021/historischeverenigingnijeveen.nl/rendered.html\"\n"
description: XPath extraction pointing to an institution name in archived HTML.
- value: "XPath:\n expression: \"//meta[@property='og:title']/@content\"\n matched_text: \"Amsterdam Museum - Official Website\"\n match_score: 0.95\n"
description: XPath to OpenGraph metadata in a webpage header.
annotations:
custodian_types: "['*']"
custodian_types_rationale: XPath provenance is relevant for any custodian type where web content is extracted and archived.
custodian_types_primary: '*'
specificity_score: 0.7
specificity_rationale: High specificity - only relevant for web-extracted data with HTML archival.
slots: []