- 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.
86 lines
3 KiB
YAML
86 lines
3 KiB
YAML
id: https://nde.nl/ontology/hc/class/XPathScore
|
||
name: XPathScore
|
||
title: XPath Match Score
|
||
prefixes:
|
||
linkml: https://w3id.org/linkml/
|
||
hc: https://nde.nl/ontology/hc/
|
||
schema: http://schema.org/
|
||
default_prefix: hc
|
||
imports:
|
||
- linkml:types
|
||
- ../slots/has_score
|
||
classes:
|
||
XPathScore:
|
||
class_uri: schema:Rating
|
||
description: >-
|
||
Confidence score for an XPath match result, ranging from 0.0 to 1.0,
|
||
indicating the reliability of element extraction from HTML/XML documents.
|
||
alt_descriptions:
|
||
nl:
|
||
text: >-
|
||
Betrouwbaarheidsscore voor een XPath-matchresultaat, variërend van 0,0 tot 1,0,
|
||
die de betrouwbaarheid van elementextractie uit HTML/XML-documenten aangeeft.
|
||
de:
|
||
text: >-
|
||
Konfidenzwert für ein XPath-Übereinstimmungsergebnis, der von 0,0 bis 1,0 reicht
|
||
und die Zuverlässigkeit der Elementextraktion aus HTML/XML-Dokumenten angibt.
|
||
fr:
|
||
text: >-
|
||
Score de confiance pour un résultat de correspondance XPath, allant de 0,0 à 1,0,
|
||
indiquant la fiabilité de l'extraction d'éléments des documents HTML/XML.
|
||
es:
|
||
text: >-
|
||
Puntuación de confianza para un resultado de coincidencia XPath, que va de 0,0
|
||
a 1,0, indicando la confiabilidad de la extracción de elementos de documentos
|
||
HTML/XML.
|
||
ar:
|
||
text: >-
|
||
درجة الثقة لنتيجة مطابقة XPath، تتراوح من 0.0 إلى 1.0، تشير إلى موثوقية
|
||
استخراج العناصر من مستندات HTML/XML.
|
||
id:
|
||
text: >-
|
||
Skor kepercayaan untuk hasil kecocokan XPath, berkisar dari 0,0 hingga 1,0,
|
||
menunjukkan keandalan ekstraksi elemen dari dokumen HTML/XML.
|
||
zh:
|
||
text: >-
|
||
XPath匹配结果的置信度分数,范围从0.0到1.0,表示从HTML/XML文档
|
||
中提取元素的可靠性。
|
||
slots:
|
||
- has_score
|
||
slot_usage:
|
||
has_score:
|
||
minimum_value: 0.0
|
||
maximum_value: 1.0
|
||
broad_mappings:
|
||
- schema:Rating
|
||
structured_aliases:
|
||
- literal_form: XPath-score
|
||
in_language: nl
|
||
- literal_form: XPath-Bewertung
|
||
in_language: de
|
||
- literal_form: score XPath
|
||
in_language: fr
|
||
- literal_form: puntuación XPath
|
||
in_language: es
|
||
- literal_form: درجة XPath
|
||
in_language: ar
|
||
- literal_form: skor XPath
|
||
in_language: id
|
||
- literal_form: XPath评分
|
||
in_language: zh
|
||
comments:
|
||
- Used for XPath match confidence, fuzzy matching scores, and extraction confidence
|
||
- Range: 0.0 (no match) to 1.0 (perfect match)
|
||
keywords:
|
||
- XPath score
|
||
- confidence
|
||
- match quality
|
||
- extraction reliability
|
||
examples:
|
||
- value:
|
||
has_score: 0.95
|
||
description: High confidence XPath match
|
||
annotations:
|
||
specificity_score: '0.60'
|
||
specificity_rationale: More specific - XPath scoring is technical/heritage-domain.
|
||
custodian_types: "['*']"
|