- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form. - Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format. - Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
87 lines
3.8 KiB
YAML
87 lines
3.8 KiB
YAML
id: https://nde.nl/ontology/hc/classes/ProfileData
|
|
name: ProfileData
|
|
title: ProfileData
|
|
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#
|
|
pico: https://personsincontext.org/model#
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_skill
|
|
# default_range: string
|
|
classes:
|
|
ProfileData:
|
|
description: >-
|
|
Biographical information extracted from a source document about an individual,
|
|
including name, career history, education, skills, and professional summary.
|
|
Represents observed data about a person rather than the person entity itself.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Biografische informatie geëxtraheerd uit een brondocument over een individu,
|
|
inclusief naam, carrièregeschiedenis, opleiding, vaardigheden en professionele samenvatting.
|
|
Vertegenwoordigt waargenomen gegevens over een persoon in plaats van de persoon zelf.
|
|
de: >-
|
|
Biografische Informationen, die aus einem Quelldokument über eine Person extrahiert wurden,
|
|
einschließlich Name, Karriereverlauf, Ausbildung, Fähigkeiten und beruflicher Zusammenfassung.
|
|
Stellt beobachtete Daten über eine Person dar, nicht die Personenentität selbst.
|
|
fr: >-
|
|
Informations biographiques extraites d'un document source sur un individu,
|
|
comprenant le nom, l'historique de carrière, l'éducation, les compétences et le résumé professionnel.
|
|
Représente des données observées sur une personne plutôt que l'entité personne elle-même.
|
|
es: >-
|
|
Información biográfica extraída de un documento fuente sobre un individuo,
|
|
incluyendo nombre, historial profesional, educación, habilidades y resumen profesional.
|
|
Representa datos observados sobre una persona en lugar de la entidad persona en sí.
|
|
ar: >-
|
|
معلومات سيرة ذاتية مستخرجة من وثيقة مصدر عن فرد،
|
|
بما في ذلك الاسم والتاريخ المهني والتعليم والمهارات والملخص المهني.
|
|
تمثل بيانات مرصودة عن شخص وليس كيان الشخص نفسه.
|
|
id: >-
|
|
Informasi biografi yang diekstrak dari dokumen sumber tentang seseorang,
|
|
termasuk nama, riwayat karir, pendidikan, keterampilan, dan ringkasan profesional.
|
|
Mewakili data yang diamati tentang seseorang, bukan entitas orang itu sendiri.
|
|
zh: >-
|
|
从源文档中提取的个人传记信息,
|
|
包括姓名、职业经历、教育背景、技能和专业摘要。
|
|
表示关于某人的观察数据,而非该人实体本身。
|
|
class_uri: pico:PersonObservation
|
|
close_mappings:
|
|
- foaf:PersonalProfileDocument
|
|
related_mappings:
|
|
- schema:Person
|
|
- prov:Entity
|
|
broad_mappings:
|
|
- prov:Entity
|
|
keywords:
|
|
- profile data
|
|
- biographical data
|
|
- person observation
|
|
- extracted data
|
|
comments:
|
|
- Represents observed biographical data extracted from a source following PiCo pattern
|
|
- Separates observations from person reconstructions
|
|
structured_aliases:
|
|
- literal_form: profielgegevens
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Profildaten
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: données de profil
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_label
|
|
- has_title
|
|
- located_at
|
|
- has_skill
|
|
- has_language
|
|
- specify
|