Update LinkML slot definitions with multilingual support, ontology alignment, and improved descriptions
This commit is contained in:
parent
cc57a9297d
commit
db923769f6
10 changed files with 498 additions and 157 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-02-07T10:22:05.890Z",
|
||||
"generated": "2026-02-08T12:55:52.642Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2916,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-02-08T12:55:52.642Z",
|
||||
"generated": "2026-02-08T13:00:58.074Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2916,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -1,9 +1,16 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_uri
|
||||
# ==============================================================================
|
||||
# URI associated with an entity.
|
||||
# Unique character sequence identifying a resource on a network or the internet
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|----------------------|---------|------------------------------------|
|
||||
# | **Schema.org**| `schema:url` | schemaorg.owl:39120-39140| exact | "URL of the item." Domain: Thing. |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# UPDATED: 2026-02-08 - Pass 1: added multilingual, removed redundant exact_mapping, cleaned prefixes
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_uri
|
||||
|
|
@ -13,23 +20,60 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
prov: http://www.w3.org/ns/prov#
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_uri:
|
||||
slot_uri: schema:url
|
||||
description: |
|
||||
To specify the unique sequence of characters that identifies a logical or physical resource on a network or the internet.
|
||||
description: >-
|
||||
The unique sequence of characters that identifies a logical or physical
|
||||
resource on a network or the internet.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De unieke reeks tekens die een logische of fysieke bron op een netwerk
|
||||
of het internet identificeert.
|
||||
de: >-
|
||||
Die eindeutige Zeichenfolge, die eine logische oder physische Ressource
|
||||
in einem Netzwerk oder im Internet identifiziert.
|
||||
fr: >-
|
||||
La séquence unique de caractères qui identifie une ressource logique
|
||||
ou physique sur un réseau ou sur Internet.
|
||||
ar: >-
|
||||
التسلسل الفريد من الأحرف الذي يحدد موردًا منطقيًا أو فعليًا على شبكة
|
||||
أو على الإنترنت.
|
||||
id: >-
|
||||
Urutan karakter unik yang mengidentifikasi sumber daya logis atau fisik
|
||||
pada jaringan atau internet.
|
||||
zh: >-
|
||||
在网络或互联网上标识逻辑或物理资源的唯一字符序列。
|
||||
es: >-
|
||||
La secuencia única de caracteres que identifica un recurso lógico o
|
||||
físico en una red o en Internet.
|
||||
structured_aliases:
|
||||
- literal_form: URI
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: URI
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: URI
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: معرف موارد موحد
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: URI
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 统一资源标识符
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: URI
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: uri
|
||||
multivalued: false
|
||||
exact_mappings:
|
||||
- schema:url
|
||||
aliases:
|
||||
- has_or_had_uri
|
||||
- has_or_had_archive_memento_uri
|
||||
|
|
|
|||
|
|
@ -1,22 +1,22 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_url
|
||||
# ==============================================================================
|
||||
# Possess a standardized address specifying the precise location of a resource
|
||||
# or entity on the internet.
|
||||
# Standardized address specifying precise location of a resource on the internet
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|----------------------------|----------------------|---------|------------------------------------|
|
||||
# | **Schema.org**| `schema:url` | schemaorg.owl:39120 | exact | URL of the item |
|
||||
# | **FOAF** | `foaf:page` | foaf.ttl:467-472 | broad | A page about this thing |
|
||||
# | **FOAF** | `foaf:homepage` | foaf.ttl:291-300 | narrow | Primary website (subPropertyOf page)|
|
||||
# | **FOAF** | `foaf:workplaceHomepage` | foaf.ttl:622-627 | narrow | Workplace homepage (subPropertyOf) |
|
||||
# | **DCAT** | `dcat:landingPage` | dcat3.ttl:1241 | related | Human-readable entry page |
|
||||
# | **DCAT** | `dcat:accessURL` | dcat3.ttl:562 | related | URL giving access to distribution |
|
||||
# | **Schema.org**| `schema:url` | schemaorg.owl:39120-39140| exact | "URL of the item." Domain: Thing. |
|
||||
# | **FOAF** | `foaf:page` | foaf.ttl:467-472 | broad | "A page or document about this thing."|
|
||||
# | **FOAF** | `foaf:homepage` | foaf.ttl:291-300 | narrow | Primary website (subPropertyOf page).|
|
||||
# | **FOAF** | `foaf:workplaceHomepage` | foaf.ttl:622-627 | narrow | Workplace homepage (subPropertyOf). |
|
||||
# | **FOAF** | `foaf:schoolHomepage` | foaf.ttl:516-521 | narrow | School homepage (subPropertyOf). |
|
||||
# | **DCAT** | `dcat:landingPage` | dcat3.ttl:1241 | related | Human-readable entry page. |
|
||||
# | **DCAT** | `dcat:accessURL` | dcat3.ttl:562 | related | URL giving access to distribution. |
|
||||
#
|
||||
# CREATED: 2026-01-15
|
||||
# UPDATED: 2026-02-03 - Changed slot_uri from hc:hasUrl to schema:url (exact mapping)
|
||||
# UPDATED: 2026-02-08 - Pass 2: capitalized aliases, removed redundant exact_mapping, removed implements
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_url
|
||||
|
|
@ -36,131 +36,88 @@ slots:
|
|||
slot_uri: schema:url
|
||||
range: uri
|
||||
description: >-
|
||||
To possess a standardized address that specifies the precise location
|
||||
of a resource or entity on the internet.
|
||||
A standardized address that specifies the precise location of a resource
|
||||
or entity on the internet.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het bezitten van een gestandaardiseerd adres dat de specifieke locatie
|
||||
van een bron of entiteit op het internet aanduidt.
|
||||
Een gestandaardiseerd adres dat de specifieke locatie van een bron of
|
||||
entiteit op het internet aanduidt.
|
||||
de: >-
|
||||
Das Besitzen einer standardisierten Adresse, die den genauen Standort
|
||||
einer Ressource oder Entität im Internet angibt.
|
||||
Eine standardisierte Adresse, die den genauen Standort einer Ressource
|
||||
oder Entität im Internet angibt.
|
||||
fr: >-
|
||||
Posséder une adresse standardisée qui spécifie l'emplacement précis
|
||||
d'une ressource ou d'une entité sur Internet.
|
||||
Une adresse standardisée qui spécifie l'emplacement précis d'une
|
||||
ressource ou d'une entité sur Internet.
|
||||
ar: >-
|
||||
امتلاك عنوان موحد يحدد الموقع الدقيق لمورد أو كيان على الإنترنت.
|
||||
عنوان موحد يحدد الموقع الدقيق لمورد أو كيان على الإنترنت.
|
||||
id: >-
|
||||
Memiliki alamat standar yang menentukan lokasi tepat dari sumber daya
|
||||
atau entitas di internet.
|
||||
Alamat standar yang menentukan lokasi tepat dari sumber daya atau
|
||||
entitas di internet.
|
||||
zh: >-
|
||||
拥有一个标准化地址,用于指定资源或实体在互联网上的精确位置。
|
||||
指定资源或实体在互联网上精确位置的标准化地址。
|
||||
es: >-
|
||||
Poseer una dirección estandarizada que especifica la ubicación precisa
|
||||
de un recurso o entidad en Internet.
|
||||
Una dirección estandarizada que especifica la ubicación precisa de un
|
||||
recurso o entidad en Internet.
|
||||
structured_aliases:
|
||||
- literal_form: heeft URL
|
||||
- literal_form: URL
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat URL
|
||||
- literal_form: URL
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a URL
|
||||
- literal_form: URL
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: لديه رابط
|
||||
- literal_form: رابط
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki URL
|
||||
- literal_form: URL
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有网址
|
||||
- literal_form: 网址
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene URL
|
||||
- literal_form: URL
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
implements:
|
||||
- linkml:ObjectProperty
|
||||
required: false
|
||||
multivalued: true
|
||||
inlined: false
|
||||
inlined_as_list: false
|
||||
# Semantic Mappings - Verified against source ontology files
|
||||
# Verification date: 2026-02-03
|
||||
exact_mappings:
|
||||
# schema:url - Schema.org URL property for any entity
|
||||
# Verified: schemaorg.owl line 39120 (owl:ObjectProperty)
|
||||
# Semantics: URL of the item - exact semantic match to has_url
|
||||
- schema:url
|
||||
broad_mappings:
|
||||
# foaf:page - FOAF page property (parent of homepage)
|
||||
# Verified: foaf.ttl line 467-472 (rdf:Property, owl:ObjectProperty)
|
||||
# Semantics: A page or document about this thing
|
||||
- foaf:page # from foaf.ttl:467-472 - parent property of foaf:homepage
|
||||
- foaf:page # foaf.ttl:467-472 — "A page or document about this thing." Parent property of foaf:homepage.
|
||||
narrow_mappings:
|
||||
# foaf:homepage - FOAF homepage property (subPropertyOf foaf:page)
|
||||
# Verified: foaf.ttl line 291-300
|
||||
- foaf:homepage # from foaf.ttl:291-300 - primary website (subPropertyOf foaf:page)
|
||||
# foaf:workplaceHomepage - FOAF workplace homepage
|
||||
# Verified: foaf.ttl line 622-627
|
||||
- foaf:workplaceHomepage # from foaf.ttl:622-627 - workplace homepage
|
||||
# foaf:schoolHomepage - FOAF school homepage
|
||||
# Verified: foaf.ttl line 516-521
|
||||
- foaf:schoolHomepage # from foaf.ttl:516-521 - school homepage
|
||||
- foaf:homepage # foaf.ttl:291-300 — Primary website (subPropertyOf foaf:page).
|
||||
- foaf:workplaceHomepage # foaf.ttl:622-627 — Workplace homepage.
|
||||
- foaf:schoolHomepage # foaf.ttl:516-521 — School homepage.
|
||||
related_mappings:
|
||||
# dcat:landingPage - DCAT landing page for datasets/distributions
|
||||
# Verified: dcat3.ttl line 1241
|
||||
# Semantics: Human-readable entry page - specific to data catalogs
|
||||
- dcat:landingPage
|
||||
# dcat:accessURL - DCAT access URL for distributions
|
||||
# Verified: dcat3.ttl line 562
|
||||
# Semantics: URL giving access to distribution - specific to data access
|
||||
- dcat:accessURL
|
||||
- dcat:landingPage # dcat3.ttl:1241 — Human-readable entry page. Specific to data catalogs.
|
||||
- dcat:accessURL # dcat3.ttl:562 — URL giving access to distribution. Specific to data access.
|
||||
aliases:
|
||||
- has_or_had_url
|
||||
- has_or_had_articles_document_url
|
||||
- has_articles_document_url
|
||||
- has_or_had_inventory_url
|
||||
- has_inventory_url
|
||||
- has_or_had_link
|
||||
- has_link
|
||||
- has_or_had_navigation_link
|
||||
- has_navigation_link
|
||||
- has_or_had_url
|
||||
- has_or_had_articles_document_url
|
||||
- has_articles_document_url
|
||||
- has_or_had_inventory_url
|
||||
- has_inventory_url
|
||||
- has_or_had_link
|
||||
- has_link
|
||||
- has_or_had_navigation_link
|
||||
- has_navigation_link
|
||||
comments:
|
||||
- >-
|
||||
Temporal semantics: URLs may be historical — websites change over time.
|
||||
The alias 'has_or_had_url' reflects RiC-O temporal naming conventions.
|
||||
- >-
|
||||
Use cases: institution websites, API endpoints, vendor/supplier websites,
|
||||
documentation links, social media profiles.
|
||||
examples:
|
||||
- value: https://www.rijksmuseum.nl/
|
||||
description: Official website for Rijksmuseum
|
||||
- value: https://api.rijksmuseum.nl/api/nl/collection
|
||||
description: Rijksmuseum API endpoint for collection data
|
||||
- value: https://www.nationaalarchief.nl/
|
||||
description: Official website for Nationaal Archief
|
||||
annotations:
|
||||
replaces_slots: website, url, vendor_url
|
||||
migration_date: '2026-01-15'
|
||||
custodian_types: '["*"]'
|
||||
custodian_types_rationale: URLs apply to all heritage custodian types.
|
||||
specificity_score: 0.15
|
||||
specificity_rationale: Generic URL slot applicable across all contexts.
|
||||
comments:
|
||||
- Updated 2026-02-03 with broad_mappings and narrow_mappings
|
||||
- >-
|
||||
**Temporal Semantics**: This URL may be historical - websites change
|
||||
over time. The alias 'has_or_had_url' reflects RiC-O temporal naming
|
||||
conventions.
|
||||
- >-
|
||||
**Ontological Alignment**:
|
||||
- **Primary** (`slot_uri`): `hc:hasUrl` - Heritage Custodian property
|
||||
- **Exact**: `schema:url` - Schema.org URL property (line 39120)
|
||||
- **Broad**: `foaf:page` - FOAF page for any document about something
|
||||
- **Narrow**: `foaf:homepage`, `foaf:workplaceHomepage`, `foaf:schoolHomepage` - specific URL types
|
||||
- **Related**: `dcat:landingPage`, `dcat:accessURL` - DCAT catalog URLs
|
||||
- >-
|
||||
**Use Cases**:
|
||||
Institution websites, API endpoints, vendor/supplier websites,
|
||||
documentation links, social media profiles.
|
||||
- >-
|
||||
**Range**: uri - Broadened from URL class to resolve type ambiguity.
|
||||
Multivalued as entities may have multiple URLs of different types.
|
||||
- >-
|
||||
**Prefix Cleanup**: Removed unused prefixes (owl, dcterms, prov, crm,
|
||||
skos, rdfs, org, xsd). Added dcat for related mappings.
|
||||
examples:
|
||||
- value: https://www.rijksmuseum.nl/
|
||||
description: Official website for Rijksmuseum
|
||||
- value: https://api.rijksmuseum.nl/api/nl/collection
|
||||
description: Rijksmuseum API endpoint for collection data
|
||||
- value: https://www.nationaalarchief.nl/
|
||||
description: Official website for Nationaal Archief
|
||||
|
|
|
|||
|
|
@ -1,10 +1,23 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_use_case
|
||||
# ==============================================================================
|
||||
# Specific situation or scenario in which a product or system is used
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|----------------------|---------|------------------------------------|
|
||||
# | (none) | — | — | — | No standard ontology match found. |
|
||||
#
|
||||
# CREATED: 2026-02-08
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_use_case
|
||||
name: has_use_case
|
||||
title: has_use_case
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
|
|
@ -12,10 +25,57 @@ slots:
|
|||
has_use_case:
|
||||
name: has_use_case
|
||||
title: has_use_case
|
||||
description: |
|
||||
To specify a specific situation or scenario in which a product, system, or feature is used to achieve a particular goal or outcome.
|
||||
description: >-
|
||||
A specific situation or scenario in which a product, system, or feature
|
||||
is used to achieve a particular goal or outcome.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Een specifieke situatie of scenario waarin een product, systeem of
|
||||
functie wordt gebruikt om een bepaald doel of resultaat te bereiken.
|
||||
de: >-
|
||||
Eine spezifische Situation oder ein Szenario, in dem ein Produkt,
|
||||
System oder eine Funktion verwendet wird, um ein bestimmtes Ziel
|
||||
oder Ergebnis zu erreichen.
|
||||
fr: >-
|
||||
Une situation ou un scénario spécifique dans lequel un produit,
|
||||
système ou fonctionnalité est utilisé pour atteindre un objectif
|
||||
ou un résultat particulier.
|
||||
ar: >-
|
||||
موقف أو سيناريو محدد يُستخدم فيه منتج أو نظام أو ميزة لتحقيق
|
||||
هدف أو نتيجة معينة.
|
||||
id: >-
|
||||
Situasi atau skenario spesifik di mana suatu produk, sistem, atau
|
||||
fitur digunakan untuk mencapai tujuan atau hasil tertentu.
|
||||
zh: >-
|
||||
使用产品、系统或功能来实现特定目标或结果的具体情境或场景。
|
||||
es: >-
|
||||
Una situación o escenario específico en el que un producto, sistema
|
||||
o característica se utiliza para lograr un objetivo o resultado
|
||||
particular.
|
||||
structured_aliases:
|
||||
- literal_form: Gebruiksscenario
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Anwendungsfall
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Cas d'utilisation
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: حالة استخدام
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Kasus penggunaan
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 用例
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Caso de uso
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasUseCase
|
||||
range: string # uriorcurie
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_use_case
|
||||
|
|
|
|||
|
|
@ -1,10 +1,25 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_user_category
|
||||
# ==============================================================================
|
||||
# Group, class, or type to which a user belongs based on shared characteristics
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|----------------------|----------|----------------------------------------------------|
|
||||
# | **Schema.org**| `schema:audience` | schemaorg.owl:9151-9177| related | "An intended audience, i.e. a group for whom |
|
||||
# | | | | | something was created." Audience ≠ user category. |
|
||||
#
|
||||
# CREATED: 2026-02-08
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_user_category
|
||||
name: has_user_category
|
||||
title: has_user_category
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
schema: http://schema.org/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
|
|
@ -12,11 +27,57 @@ slots:
|
|||
has_user_category:
|
||||
name: has_user_category
|
||||
title: has_user_category
|
||||
description: |
|
||||
To specify the group, class, or type to which a user belongs based on shared characteristics, privileges, or roles.
|
||||
description: >-
|
||||
The group, class, or type to which a user belongs based on shared
|
||||
characteristics, privileges, or roles.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De groep, klasse of het type waartoe een gebruiker behoort op basis
|
||||
van gedeelde kenmerken, rechten of rollen.
|
||||
de: >-
|
||||
Die Gruppe, Klasse oder der Typ, zu dem ein Benutzer aufgrund
|
||||
gemeinsamer Merkmale, Berechtigungen oder Rollen gehört.
|
||||
fr: >-
|
||||
Le groupe, la classe ou le type auquel un utilisateur appartient
|
||||
en fonction de caractéristiques, privilèges ou rôles partagés.
|
||||
ar: >-
|
||||
المجموعة أو الفئة أو النوع الذي ينتمي إليه المستخدم بناءً على
|
||||
خصائص أو امتيازات أو أدوار مشتركة.
|
||||
id: >-
|
||||
Kelompok, kelas, atau tipe yang menjadi tempat pengguna berdasarkan
|
||||
karakteristik, hak istimewa, atau peran yang sama.
|
||||
zh: >-
|
||||
用户基于共同特征、权限或角色所属的群体、类别或类型。
|
||||
es: >-
|
||||
El grupo, clase o tipo al que pertenece un usuario en función de
|
||||
características, privilegios o roles compartidos.
|
||||
structured_aliases:
|
||||
- literal_form: Gebruikerscategorie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Benutzerkategorie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Catégorie d'utilisateur
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: فئة المستخدم
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Kategori pengguna
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 用户类别
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Categoría de usuario
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasUserCategory
|
||||
range: string # uriorcurie
|
||||
range: string
|
||||
multivalued: true
|
||||
related_mappings:
|
||||
- schema:audience # schemaorg.owl:9151-9177 — "An intended audience, i.e. a group for whom something was created." Audience is about intended recipients, not user classification.
|
||||
aliases:
|
||||
- has_or_had_user_category
|
||||
annotations:
|
||||
|
|
|
|||
|
|
@ -1,14 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_value
|
||||
# ==============================================================================
|
||||
# The value associated with an assertion, claim, or measurement.
|
||||
# Quantitative magnitude, worth, or content assigned to a variable or property
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
# | Ontology | Property | Mapping | Notes |
|
||||
# |---------------|---------------|---------|-----------------------------------|
|
||||
# | **RDF** | `rdf:value` | exact | RDF value property |
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|----------------------|---------|------------------------------------|
|
||||
# | **RDF** | `rdf:value` | RDF standard | exact | Idiomatic RDF property for |
|
||||
# | | | | | structured values. |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# UPDATED: 2026-02-08 - Pass 1: added multilingual, removed redundant exact_mapping, cleaned prefixes
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_value
|
||||
|
|
@ -18,35 +21,70 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
prov: http://www.w3.org/ns/prov#
|
||||
crm: http://www.cidoc-crm.org/cidoc-crm/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_value:
|
||||
slot_uri: rdf:value
|
||||
description: |
|
||||
To specify the quantitative magnitude, worth, or specific content assigned to a variable, parameter, or property.
|
||||
description: >-
|
||||
The quantitative magnitude, worth, or specific content assigned to a
|
||||
variable, parameter, or property.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De kwantitatieve grootte, waarde of specifieke inhoud die aan een
|
||||
variabele, parameter of eigenschap is toegewezen.
|
||||
de: >-
|
||||
Die quantitative Größe, der Wert oder der spezifische Inhalt, der
|
||||
einer Variablen, einem Parameter oder einer Eigenschaft zugewiesen ist.
|
||||
fr: >-
|
||||
La grandeur quantitative, la valeur ou le contenu spécifique attribué
|
||||
à une variable, un paramètre ou une propriété.
|
||||
ar: >-
|
||||
المقدار الكمي أو القيمة أو المحتوى المحدد المخصص لمتغير أو معلمة
|
||||
أو خاصية.
|
||||
id: >-
|
||||
Besaran kuantitatif, nilai, atau konten spesifik yang ditetapkan untuk
|
||||
variabel, parameter, atau properti.
|
||||
zh: >-
|
||||
分配给变量、参数或属性的定量大小、价值或特定内容。
|
||||
es: >-
|
||||
La magnitud cuantitativa, el valor o el contenido específico asignado
|
||||
a una variable, parámetro o propiedad.
|
||||
structured_aliases:
|
||||
- literal_form: Waarde
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Wert
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Valeur
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: قيمة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Nilai
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 值
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Valor
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
exact_mappings:
|
||||
- rdf:value
|
||||
aliases:
|
||||
- has_or_had_value
|
||||
- has_or_had_appellation_value
|
||||
- has__appellation_value
|
||||
- has_or_had_verbatim_value
|
||||
- has_verbatim_value
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
examples:
|
||||
- value: "23.5"
|
||||
description: Temperature measurement value
|
||||
- value: "true"
|
||||
description: Boolean flag value
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,20 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_venue
|
||||
# ==============================================================================
|
||||
# Physical location, facility, or setting where an event or service takes place
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|----------------------|---------|----------------------------------------------------|
|
||||
# | **Schema.org**| `schema:location` | schemaorg.owl:25018-25044| close | "The location of, for example, where an event is |
|
||||
# | | | | | happening." Domain: Event/Organization/Action. |
|
||||
# | | | | | Location is broader than venue (any place vs. |
|
||||
# | | | | | specific facility for events/performances). |
|
||||
#
|
||||
# CREATED: 2026-02-08
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_venue
|
||||
name: has_venue
|
||||
title: has_venue
|
||||
|
|
@ -5,20 +22,66 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_venue:
|
||||
name: has_venue
|
||||
description: |
|
||||
To specify the physical location, facility, or setting where an event, meeting, or performance takes place or a service is conducted.
|
||||
|
||||
MIGRATED 2026-02-03 from has_or_had_venue for conciseness.
|
||||
description: >-
|
||||
The physical location, facility, or setting where an event, meeting,
|
||||
or performance takes place or a service is conducted.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De fysieke locatie, faciliteit of omgeving waar een evenement,
|
||||
vergadering of voorstelling plaatsvindt of een dienst wordt verleend.
|
||||
de: >-
|
||||
Der physische Ort, die Einrichtung oder der Rahmen, an dem eine
|
||||
Veranstaltung, ein Treffen oder eine Aufführung stattfindet oder
|
||||
eine Dienstleistung erbracht wird.
|
||||
fr: >-
|
||||
Le lieu physique, l'installation ou le cadre où un événement, une
|
||||
réunion ou une représentation se déroule ou un service est fourni.
|
||||
ar: >-
|
||||
الموقع الفعلي أو المرفق أو البيئة التي يُقام فيها حدث أو اجتماع
|
||||
أو عرض أو تُقدم فيها خدمة.
|
||||
id: >-
|
||||
Lokasi fisik, fasilitas, atau tempat di mana suatu acara, pertemuan,
|
||||
atau pertunjukan berlangsung atau layanan dilakukan.
|
||||
zh: >-
|
||||
举办活动、会议或演出或提供服务的物理地点、设施或场所。
|
||||
es: >-
|
||||
La ubicación física, instalación o entorno donde tiene lugar un evento,
|
||||
reunión o actuación, o donde se presta un servicio.
|
||||
structured_aliases:
|
||||
- literal_form: Locatie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Veranstaltungsort
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Lieu
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: مكان
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Tempat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 场地
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Lugar
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasVenue
|
||||
range: string
|
||||
close_mappings:
|
||||
- schema:location # schemaorg.owl:25018-25044 — "The location of, for example, where an event is happening." Domain: Event/Organization/Action. Location is broader than venue.
|
||||
aliases:
|
||||
- has_or_had_venue
|
||||
comments:
|
||||
- "MIGRATED 2026-02-03 from has_or_had_venue for conciseness."
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,19 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_version
|
||||
# ==============================================================================
|
||||
# Version of an entity.
|
||||
# Specific edition, release, or iteration of a product, document, or system
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|----------------------|---------|----------------------------------------------------|
|
||||
# | **Schema.org**| `schema:version` | schemaorg.owl:40000-40021| exact | "The version of the CreativeWork embodied by a |
|
||||
# | | | | | specified resource." Domain: CreativeWork. |
|
||||
# | **DCTerms** | `dcterms:hasVersion` | dcterms.rdf:1371-1395| related | "A related resource that is a version, edition, or |
|
||||
# | | | | | adaptation." Relates resources, not version ID. |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# UPDATED: 2026-02-08 - Pass 1: added multilingual, removed redundant exact_mapping, cleaned prefixes, added dcterms:hasVersion
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_version
|
||||
|
|
@ -14,22 +24,63 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
prov: http://www.w3.org/ns/prov#
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_version:
|
||||
slot_uri: schema:version
|
||||
description: |
|
||||
To specify the specific edition, release, or iteration of a product, document, or system, often indicated by a unique identifier or number.
|
||||
description: >-
|
||||
The specific edition, release, or iteration of a product, document,
|
||||
or system, often indicated by a unique identifier or number.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De specifieke editie, release of iteratie van een product, document
|
||||
of systeem, vaak aangeduid met een unieke identificator of nummer.
|
||||
de: >-
|
||||
Die spezifische Ausgabe, Veröffentlichung oder Iteration eines Produkts,
|
||||
Dokuments oder Systems, oft durch eine eindeutige Kennung oder Nummer
|
||||
angegeben.
|
||||
fr: >-
|
||||
L'édition, la version ou l'itération spécifique d'un produit, document
|
||||
ou système, souvent indiquée par un identifiant unique ou un numéro.
|
||||
ar: >-
|
||||
الإصدار أو النسخة أو التكرار المحدد لمنتج أو مستند أو نظام، وغالبًا
|
||||
ما يُشار إليه بمعرف أو رقم فريد.
|
||||
id: >-
|
||||
Edisi, rilis, atau iterasi spesifik dari suatu produk, dokumen, atau
|
||||
sistem, sering ditunjukkan oleh pengenal atau nomor unik.
|
||||
zh: >-
|
||||
产品、文档或系统的特定版本、发行版或迭代,通常由唯一标识符或编号表示。
|
||||
es: >-
|
||||
La edición, versión o iteración específica de un producto, documento
|
||||
o sistema, a menudo indicada por un identificador único o número.
|
||||
structured_aliases:
|
||||
- literal_form: Versie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Version
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Version
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: إصدار
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Versi
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 版本
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Versión
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: false
|
||||
exact_mappings:
|
||||
- schema:version
|
||||
related_mappings:
|
||||
- dcterms:hasVersion # dcterms.rdf:1371-1395 — "A related resource that is a version, edition, or adaptation." Relates resources to each other, not a version identifier.
|
||||
aliases:
|
||||
- has_or_had_version
|
||||
- api_ver
|
||||
|
|
|
|||
|
|
@ -1,3 +1,19 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_video
|
||||
# ==============================================================================
|
||||
# Digital recording or file of moving visual images associated with an entity
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|----------------------|---------|----------------------------------------------------|
|
||||
# | **Schema.org**| `schema:video` | schemaorg.owl:40022-40044| close | "An embedded video object." Domain: CreativeWork. |
|
||||
# | | | | | Domain-restricted to CreativeWork; this slot is |
|
||||
# | | | | | for any entity. |
|
||||
#
|
||||
# CREATED: 2026-02-08
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_video
|
||||
name: has_video
|
||||
title: has_video
|
||||
|
|
@ -5,19 +21,70 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_video:
|
||||
name: has_video
|
||||
description: |
|
||||
To specify a digital recording, stream, or file of moving visual images, often accompanied by audio, that is associated with or contained within an entity.
|
||||
MIGRATED 2026-02-03 from has_or_had_video for conciseness.
|
||||
description: >-
|
||||
A digital recording, stream, or file of moving visual images, often
|
||||
accompanied by audio, that is associated with or contained within
|
||||
an entity.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Een digitale opname, stream of bestand van bewegende visuele beelden,
|
||||
vaak vergezeld van audio, dat is geassocieerd met of opgenomen in
|
||||
een entiteit.
|
||||
de: >-
|
||||
Eine digitale Aufnahme, ein Stream oder eine Datei mit bewegten
|
||||
visuellen Bildern, oft begleitet von Audio, die mit einer Entität
|
||||
verbunden ist oder darin enthalten ist.
|
||||
fr: >-
|
||||
Un enregistrement numérique, un flux ou un fichier d'images visuelles
|
||||
en mouvement, souvent accompagné d'audio, associé à ou contenu dans
|
||||
une entité.
|
||||
ar: >-
|
||||
تسجيل رقمي أو بث أو ملف لصور مرئية متحركة، غالبًا مصحوبة بصوت،
|
||||
مرتبط بكيان أو محتوى ضمنه.
|
||||
id: >-
|
||||
Rekaman digital, streaming, atau file gambar visual bergerak, sering
|
||||
disertai audio, yang terkait dengan atau terdapat dalam suatu entitas.
|
||||
zh: >-
|
||||
与实体相关联或包含在实体中的运动视觉图像的数字录制、流或文件,通常伴有音频。
|
||||
es: >-
|
||||
Una grabación digital, transmisión o archivo de imágenes visuales en
|
||||
movimiento, a menudo acompañado de audio, asociado con o contenido
|
||||
dentro de una entidad.
|
||||
structured_aliases:
|
||||
- literal_form: Video
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Video
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Vidéo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: فيديو
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Video
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 视频
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Video
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasVideo
|
||||
range: string
|
||||
close_mappings:
|
||||
- schema:video # schemaorg.owl:40022-40044 — "An embedded video object." Domain: CreativeWork. Domain-restricted; this slot applies to any entity.
|
||||
aliases:
|
||||
- has_or_had_video
|
||||
comments:
|
||||
- "MIGRATED 2026-02-03 from has_or_had_video for conciseness."
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
Loading…
Reference in a new issue