Add new LinkML slot definitions for various attributes
- Introduced `has_extent` to specify the physical or digital size of materials. - Added `has_fonds` to define the aggregated body of records from a specific creator. - Created `has_period` for named periods within coverage. - Defined `has_place` to associate a geographic location with an entity. - Implemented `has_series` for archival series within fonds. - Added `has_index_number` to specify index numbers associated with records. - Introduced `measured_through` to specify instruments or methods used for measurements. - Created `has_organizer` to identify agents or organizations that organized events. - Defined `has_origin` to specify the origin or source of an entity. - Implemented `has_publication_date` for the date when an entity was published. - Added `has_michelin_star` to indicate whether a restaurant has Michelin stars. - Created `has_investment` to specify investment amounts associated with entities. - Introduced `require` to specify necessary conditions for entities. - Defined `has_restriction` for restrictions or limitations on entities.
This commit is contained in:
parent
90842851c2
commit
cc57a9297d
210 changed files with 7893 additions and 2885 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-02-04T11:27:00.057Z",
|
||||
"generated": "2026-02-07T10:22:05.890Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2916,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,96 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: charge_fee
|
||||
# ==============================================================================
|
||||
# To specify the monetary charge or payment required to access a service,
|
||||
# participate in an event, or utilize a resource.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|-----------------|-------------------------|---------|--------------------------------------------------|
|
||||
# | **Schema.org** | `schema:price` | schemaorg.owl:30600-636 | close | "The offer price of a product." (commerce domain) |
|
||||
#
|
||||
# schema:price is close but not exact: it is about product offer prices in a
|
||||
# commerce context (domain: DonateAction/TradeAction/PriceSpecification/Offer),
|
||||
# while charge_fee is about fees/charges for accessing services or events in a
|
||||
# heritage context.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, demoted schema:price exact→close
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/charge_fee
|
||||
name: charge_fee
|
||||
title: charge fee
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
charge_fee:
|
||||
name: charge_fee
|
||||
title: charge fee
|
||||
description: >-
|
||||
To specify the monetary charge or payment required to access a service,
|
||||
participate in an event, or utilize a resource.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De geldelijke toeslag of betaling specificeren die vereist is om
|
||||
toegang te krijgen tot een dienst, deel te nemen aan een evenement
|
||||
of een bron te gebruiken.
|
||||
de: >-
|
||||
Die monetäre Gebühr oder Zahlung angeben, die erforderlich ist, um
|
||||
auf einen Dienst zuzugreifen, an einer Veranstaltung teilzunehmen
|
||||
oder eine Ressource zu nutzen.
|
||||
fr: >-
|
||||
Spécifier le montant monétaire ou le paiement requis pour accéder à
|
||||
un service, participer à un événement ou utiliser une ressource.
|
||||
ar: >-
|
||||
تحديد الرسوم المالية أو الدفعة المطلوبة للوصول إلى خدمة أو المشاركة
|
||||
في حدث أو استخدام مورد.
|
||||
id: >-
|
||||
Menentukan biaya moneter atau pembayaran yang diperlukan untuk
|
||||
mengakses layanan, berpartisipasi dalam acara, atau memanfaatkan
|
||||
sumber daya.
|
||||
zh: >-
|
||||
指定访问服务、参加活动或使用资源所需的货币费用或付款。
|
||||
es: >-
|
||||
Especificar el cargo monetario o pago requerido para acceder a un
|
||||
servicio, participar en un evento o utilizar un recurso.
|
||||
structured_aliases:
|
||||
- literal_form: tarief rekenen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Gebühr erheben
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: facturer des frais
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: فرض رسوم
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: membebankan biaya
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 收取费用
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: cobrar tarifa
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:chargeFee
|
||||
range: string # uriorcurie
|
||||
# range: MonetaryAmount
|
||||
aliases:
|
||||
- has_or_had_fee
|
||||
- has_or_had_admission_fee
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
close_mappings:
|
||||
- schema:price # schemaorg.owl:30600-636 - "The offer price of a product." (commerce domain)
|
||||
|
|
@ -0,0 +1,106 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: flagged_as
|
||||
# ==============================================================================
|
||||
# To mark an item with a specific status or warning indicator.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |-----------|------------------------------|------------------|---------|-----------------------------------------------|
|
||||
# | **DQV** | `dqv:hasQualityAnnotation` | dqv.ttl:168-172 | close | Quality annotation on datasets (narrower). |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/flagged_as
|
||||
name: flagged_as
|
||||
title: flagged as
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
dqv: http://www.w3.org/ns/dqv#
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
org: http://www.w3.org/ns/org#
|
||||
oa: http://www.w3.org/ns/oa#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
flagged_as:
|
||||
name: flagged_as
|
||||
title: flagged as
|
||||
slot_uri: hc:flaggedAs
|
||||
description: >-
|
||||
To mark or designate an item, record, or section of code with a specific
|
||||
status, category, or warning indicator to signal its nature or the need
|
||||
for particular attention or processing.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het markeren of aanwijzen van een item, record of codesectie met een
|
||||
specifieke status, categorie of waarschuwingsindicator om de aard ervan
|
||||
of de noodzaak van bijzondere aandacht of verwerking aan te geven.
|
||||
de: >-
|
||||
Markieren oder Kennzeichnen eines Elements, Datensatzes oder
|
||||
Codeabschnitts mit einem bestimmten Status, einer Kategorie oder einem
|
||||
Warnhinweis, um dessen Art oder die Notwendigkeit besonderer
|
||||
Aufmerksamkeit oder Verarbeitung zu signalisieren.
|
||||
fr: >-
|
||||
Marquer ou désigner un élément, un enregistrement ou une section de
|
||||
code avec un statut, une catégorie ou un indicateur d'avertissement
|
||||
spécifique pour signaler sa nature ou le besoin d'une attention ou
|
||||
d'un traitement particulier.
|
||||
ar: >-
|
||||
تمييز أو تعيين عنصر أو سجل أو قسم من الشفرة البرمجية بحالة أو فئة
|
||||
أو مؤشر تحذير محدد للإشارة إلى طبيعته أو الحاجة إلى اهتمام أو
|
||||
معالجة خاصة.
|
||||
id: >-
|
||||
Menandai atau menetapkan suatu item, rekaman, atau bagian kode dengan
|
||||
status, kategori, atau indikator peringatan tertentu untuk
|
||||
menandakan sifatnya atau kebutuhan akan perhatian atau pemrosesan
|
||||
khusus.
|
||||
zh: >-
|
||||
用特定的状态、类别或警告标志来标记或指定项目、记录或代码段,以表明其性质或需要特别关注或处理。
|
||||
es: >-
|
||||
Marcar o designar un elemento, registro o sección de código con un
|
||||
estado, categoría o indicador de advertencia específico para señalar
|
||||
su naturaleza o la necesidad de atención o procesamiento particular.
|
||||
structured_aliases:
|
||||
- literal_form: gemarkeerd als
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: markiert als
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: signalé comme
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: مُعلَّم كـ
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: ditandai sebagai
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 标记为
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: marcado como
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_flag
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
close_mappings:
|
||||
- dqv:hasQualityAnnotation # dqv.ttl:168-172 — "Refers to a quality annotation." Range: QualityAnnotation. DQV context: quality annotations on datasets/distributions. This slot is broader (any kind of flagging/marking).
|
||||
comments:
|
||||
- |
|
||||
MIGRATED 2026-02-03 from has_or_had_flag for conciseness.
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `dqv:hasQualityAnnotation` (dqv.ttl:168-172) specifically refers
|
||||
to quality annotations in the DQV context (datasets/distributions). This slot covers
|
||||
general flagging/marking of any item with status or warning indicators. Demoted from
|
||||
exact to close.
|
||||
|
|
@ -0,0 +1,98 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: focus_on
|
||||
# ==============================================================================
|
||||
# To direct attention, effort, or resources toward a particular subject, area,
|
||||
# or objective.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|--------------------|-------------------------|---------|--------------------------------------------|
|
||||
# | **DCTerms** | `dcterms:subject` | dcterms.rdf:1968-1988 | broad | "A topic of the resource." |
|
||||
# | **Schema.org** | `schema:about` | schemaorg.owl:6247-6274 | broad | "The subject matter of an object." |
|
||||
#
|
||||
# Both dcterms:subject and schema:about are broader: they describe what a
|
||||
# resource is about (topic/subject matter), while focus_on implies directed
|
||||
# attention, effort, or prioritization toward a particular area.
|
||||
#
|
||||
# REMOVED: skos:scopeNote — this is an annotation property for clarifying the
|
||||
# meaning/use of a concept, NOT a property about directing attention/effort.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, removed wrong skos:scopeNote exact
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/focus_on
|
||||
name: focus_on
|
||||
title: focus on
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
focus_on:
|
||||
name: focus_on
|
||||
title: focus on
|
||||
description: >-
|
||||
To direct attention, effort, or resources toward a particular subject,
|
||||
area, or objective.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Aandacht, inspanning of middelen richten op een bepaald onderwerp,
|
||||
gebied of doelstelling.
|
||||
de: >-
|
||||
Aufmerksamkeit, Anstrengung oder Ressourcen auf ein bestimmtes Thema,
|
||||
einen bestimmten Bereich oder ein bestimmtes Ziel richten.
|
||||
fr: >-
|
||||
Diriger l'attention, les efforts ou les ressources vers un sujet,
|
||||
un domaine ou un objectif particulier.
|
||||
ar: >-
|
||||
توجيه الاهتمام أو الجهد أو الموارد نحو موضوع أو مجال أو هدف معين.
|
||||
id: >-
|
||||
Mengarahkan perhatian, upaya, atau sumber daya ke subjek, area, atau
|
||||
tujuan tertentu.
|
||||
zh: >-
|
||||
将注意力、精力或资源集中在特定主题、领域或目标上。
|
||||
es: >-
|
||||
Dirigir la atención, el esfuerzo o los recursos hacia un tema, área
|
||||
u objetivo particular.
|
||||
structured_aliases:
|
||||
- literal_form: focussen op
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: sich konzentrieren auf
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: se concentrer sur
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: التركيز على
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: fokus pada
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 专注于
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: enfocarse en
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasFocus
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_focus
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
broad_mappings:
|
||||
- dcterms:subject # dcterms.rdf:1968-1988 - "A topic of the resource."
|
||||
- schema:about # schemaorg.owl:6247-6274 - "The subject matter of an object."
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_focus for conciseness (2026-02-03).
|
||||
|
|
@ -0,0 +1,97 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: fund
|
||||
# ==============================================================================
|
||||
# To provide the necessary financial resources or capital to support an
|
||||
# enterprise, program, project, or organization.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|-------------------|-------------------------|---------|---------------------------------------------------------|
|
||||
# | **Schema.org** | `schema:funder` | schemaorg.owl:18743-747 | related | Identifies the funder (agent), not the act of funding. |
|
||||
# | **Schema.org** | `schema:funding` | schemaorg.owl:18772-796 | related | Links to a Grant object, not the act of funding. |
|
||||
#
|
||||
# schema:funder identifies who provides funding (an agent). schema:funding links
|
||||
# to a Grant that provides funding. Neither captures the *action* of providing
|
||||
# financial resources, which is what this slot describes.
|
||||
#
|
||||
# Note: schema:funder is already used as slot_uri for funded_by.yaml.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, schema:funder/funding as related
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/fund
|
||||
name: fund
|
||||
title: fund
|
||||
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:
|
||||
fund:
|
||||
name: fund
|
||||
title: fund
|
||||
description: >-
|
||||
To provide the necessary financial resources or capital to support an
|
||||
enterprise, program, project, or organization.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De noodzakelijke financiële middelen of kapitaal verstrekken om een
|
||||
onderneming, programma, project of organisatie te ondersteunen.
|
||||
de: >-
|
||||
Die erforderlichen finanziellen Mittel oder das Kapital bereitstellen,
|
||||
um ein Unternehmen, Programm, Projekt oder eine Organisation zu
|
||||
unterstützen.
|
||||
fr: >-
|
||||
Fournir les ressources financières ou le capital nécessaires pour
|
||||
soutenir une entreprise, un programme, un projet ou une organisation.
|
||||
ar: >-
|
||||
توفير الموارد المالية أو رأس المال اللازم لدعم مؤسسة أو برنامج أو
|
||||
مشروع أو منظمة.
|
||||
id: >-
|
||||
Menyediakan sumber daya keuangan atau modal yang diperlukan untuk
|
||||
mendukung suatu usaha, program, proyek, atau organisasi.
|
||||
zh: >-
|
||||
提供必要的财务资源或资本以支持企业、计划、项目或组织。
|
||||
es: >-
|
||||
Proporcionar los recursos financieros o el capital necesarios para
|
||||
apoyar una empresa, programa, proyecto u organización.
|
||||
structured_aliases:
|
||||
- literal_form: financieren
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: finanzieren
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: financer
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: تمويل
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: mendanai
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 资助
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: financiar
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:fund
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_funded
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
related_mappings:
|
||||
- schema:funder # schemaorg.owl:18743-747 - identifies funder agent, not act of funding
|
||||
- schema:funding # schemaorg.owl:18772-796 - links to Grant object, not act of funding
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_funded for conciseness (2026-02-03).
|
||||
|
|
@ -0,0 +1,101 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: generate
|
||||
# ==============================================================================
|
||||
# To produce or bring into existence through a process or operation.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|--------------------|--------------------|---------|---------------------------------------------|
|
||||
# | **PROV-O** | `prov:generated` | prov.ttl:580-591 | close | Provenance-specific: Activity→Entity chain. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/generate
|
||||
name: generate
|
||||
title: generate
|
||||
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#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
generate:
|
||||
name: generate
|
||||
title: generate
|
||||
slot_uri: hc:generate
|
||||
description: >-
|
||||
To produce, create, cause to arise, or bring into existence (such as data,
|
||||
reports, energy, or code) through a specific process or operation.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Produceren, creëren, doen ontstaan of tot stand brengen (zoals gegevens,
|
||||
rapporten, energie of code) door middel van een specifiek proces of
|
||||
bewerking.
|
||||
de: >-
|
||||
Produzieren, erzeugen, hervorbringen oder ins Dasein rufen (wie Daten,
|
||||
Berichte, Energie oder Code) durch einen bestimmten Prozess oder Vorgang.
|
||||
fr: >-
|
||||
Produire, créer, faire naître ou amener à l'existence (comme des données,
|
||||
des rapports, de l'énergie ou du code) par un processus ou une opération
|
||||
spécifique.
|
||||
ar: >-
|
||||
إنتاج أو إنشاء أو التسبب في نشوء أو إيجاد (مثل البيانات أو التقارير أو
|
||||
الطاقة أو الشفرة البرمجية) من خلال عملية أو تشغيل محدد.
|
||||
id: >-
|
||||
Memproduksi, menciptakan, menimbulkan, atau mewujudkan (seperti data,
|
||||
laporan, energi, atau kode) melalui proses atau operasi tertentu.
|
||||
zh: >-
|
||||
通过特定的过程或操作来生产、创建、引起产生或使之存在(如数据、报告、能源或代码)。
|
||||
es: >-
|
||||
Producir, crear, hacer surgir o traer a la existencia (como datos,
|
||||
informes, energía o código) mediante un proceso u operación específica.
|
||||
structured_aliases:
|
||||
- literal_form: genereren
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: erzeugen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: générer
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: توليد
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: menghasilkan
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 生成
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: generar
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string # uriorcurie
|
||||
# range: Output
|
||||
multivalued: true
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
close_mappings:
|
||||
- prov:generated # prov.ttl:580-591 — Activity→Entity provenance chain; this slot is broader (general production)
|
||||
aliases:
|
||||
- has_or_had_generation
|
||||
- generates_or_generated
|
||||
- has_generate
|
||||
comments:
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `prov:generated` (prov.ttl:580-591) is the PROV-O provenance
|
||||
relationship linking an Activity to an Entity it produced. Domain: Activity, Range: Entity.
|
||||
This slot is broader — it covers general production/creation, not just provenance tracking.
|
||||
Therefore demoted from exact to close.
|
||||
|
|
@ -0,0 +1,107 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: geographic_extent
|
||||
# ==============================================================================
|
||||
# To specify the physical area or region covered by an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|-----------------------|------------------------|---------|-------------------------------------------------|
|
||||
# | **Schema.org** | `schema:areaServed` | schemaorg.owl:8403-8432| close | Service-oriented geographic area. |
|
||||
# | **DCTerms** | `dcterms:spatial` | dcterms.rdf:1944-1967 | close | Spatial characteristics of a resource. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/geographic_extent
|
||||
name: geographic_extent
|
||||
title: geographic extent
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
geographic_extent:
|
||||
name: geographic_extent
|
||||
title: geographic extent
|
||||
slot_uri: hc:geographicExtent
|
||||
description: >-
|
||||
To specify the physical area or region covered or represented by an entity
|
||||
(such as a jurisdiction, administrative unit, dataset, or collection),
|
||||
typically defined by a bounding box, coordinates, or place names.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van het fysieke gebied of de regio dat wordt bestreken
|
||||
of vertegenwoordigd door een entiteit (zoals een jurisdictie,
|
||||
bestuurlijke eenheid, dataset of collectie), doorgaans gedefinieerd
|
||||
door een begrenzing, coördinaten of plaatsnamen.
|
||||
de: >-
|
||||
Angabe des physischen Gebiets oder der Region, die von einer Entität
|
||||
abgedeckt oder dargestellt wird (wie eine Gerichtsbarkeit,
|
||||
Verwaltungseinheit, ein Datensatz oder eine Sammlung), üblicherweise
|
||||
definiert durch ein Begrenzungsrechteck, Koordinaten oder Ortsnamen.
|
||||
fr: >-
|
||||
Spécifier la zone physique ou la région couverte ou représentée par une
|
||||
entité (telle qu'une juridiction, une unité administrative, un jeu de
|
||||
données ou une collection), généralement définie par une boîte
|
||||
englobante, des coordonnées ou des noms de lieux.
|
||||
ar: >-
|
||||
تحديد المنطقة الجغرافية أو الإقليم الذي تغطيه أو تمثله كيان ما (مثل
|
||||
ولاية قضائية أو وحدة إدارية أو مجموعة بيانات أو مجموعة)، ويُحدد عادةً
|
||||
بمربع إحاطة أو إحداثيات أو أسماء أماكن.
|
||||
id: >-
|
||||
Menentukan area fisik atau wilayah yang dicakup atau diwakili oleh suatu
|
||||
entitas (seperti yurisdiksi, unit administratif, kumpulan data, atau
|
||||
koleksi), biasanya didefinisikan oleh kotak pembatas, koordinat, atau
|
||||
nama tempat.
|
||||
zh: >-
|
||||
指定由实体(如管辖区、行政单位、数据集或馆藏)所覆盖或代表的物理区域或地区,通常通过边界框、坐标或地名来定义。
|
||||
es: >-
|
||||
Especificar el área física o la región cubierta o representada por una
|
||||
entidad (como una jurisdicción, unidad administrativa, conjunto de datos
|
||||
o colección), típicamente definida por un cuadro delimitador,
|
||||
coordenadas o nombres de lugares.
|
||||
structured_aliases:
|
||||
- literal_form: geografische omvang
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: geografische Ausdehnung
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: étendue géographique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: النطاق الجغرافي
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: cakupan geografis
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 地理范围
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: extensión geográfica
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string # uriorcurie
|
||||
aliases:
|
||||
- has_or_had_geographic_extent
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
close_mappings:
|
||||
- schema:areaServed # schemaorg.owl:8403-8432 — "The geographic area where a service or offered item is provided." Service-oriented, not general geographic extent.
|
||||
- dcterms:spatial # dcterms.rdf:1944-1967 — "Spatial characteristics of the resource." Range: Location. Broader scope (any spatial characteristic).
|
||||
comments:
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `schema:areaServed` (schemaorg.owl:8403-8432) is specifically about
|
||||
service delivery areas (Domain: Service/Organization/Offer). This slot is about general
|
||||
geographic coverage of any entity. `dcterms:spatial` (dcterms.rdf:1944-1967) covers
|
||||
spatial characteristics of a resource — close but more general than "extent."
|
||||
- |
|
||||
**SLOT_URI FIX**: Changed from `hc:GeographicExtent` (class-style casing) to
|
||||
`hc:geographicExtent` (property-style casing) per LinkML conventions.
|
||||
|
|
@ -0,0 +1,101 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: geometric_extent
|
||||
# ==============================================================================
|
||||
# To specify the mathematical boundaries or spatial coordinates of an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|-----------------|--------------------------|---------|------------------------------------------------|
|
||||
# | **Schema.org** | `schema:geo` | schemaorg.owl:19029-19051| broad | General geo association (GeoCoords/GeoShape). |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/geometric_extent
|
||||
name: geometric_extent
|
||||
title: geometric extent
|
||||
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:
|
||||
geometric_extent:
|
||||
name: geometric_extent
|
||||
title: geometric extent
|
||||
slot_uri: hc:geometricExtent
|
||||
description: >-
|
||||
To specify the mathematical boundaries, shape, or spatial coordinates
|
||||
(such as a polygon or bounding box) that define the physical form or
|
||||
limits of an entity within a coordinate system.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de wiskundige grenzen, vorm of ruimtelijke
|
||||
coördinaten (zoals een polygoon of begrenzing) die de fysieke vorm of
|
||||
limieten van een entiteit binnen een coördinatensysteem definiëren.
|
||||
de: >-
|
||||
Angabe der mathematischen Grenzen, Form oder räumlichen Koordinaten
|
||||
(wie ein Polygon oder Begrenzungsrechteck), die die physische Form
|
||||
oder die Grenzen einer Entität innerhalb eines Koordinatensystems
|
||||
definieren.
|
||||
fr: >-
|
||||
Spécifier les limites mathématiques, la forme ou les coordonnées
|
||||
spatiales (telles qu'un polygone ou une boîte englobante) qui
|
||||
définissent la forme physique ou les limites d'une entité au sein
|
||||
d'un système de coordonnées.
|
||||
ar: >-
|
||||
تحديد الحدود الرياضية أو الشكل أو الإحداثيات المكانية (مثل مضلع أو
|
||||
مربع إحاطة) التي تعرّف الشكل الفيزيائي أو حدود كيان ما ضمن نظام
|
||||
إحداثيات.
|
||||
id: >-
|
||||
Menentukan batas matematis, bentuk, atau koordinat spasial (seperti
|
||||
poligon atau kotak pembatas) yang mendefinisikan bentuk fisik atau
|
||||
batas suatu entitas dalam sistem koordinat.
|
||||
zh: >-
|
||||
指定在坐标系内定义实体物理形态或边界的数学边界、形状或空间坐标(如多边形或边界框)。
|
||||
es: >-
|
||||
Especificar los límites matemáticos, la forma o las coordenadas
|
||||
espaciales (como un polígono o cuadro delimitador) que definen la forma
|
||||
física o los límites de una entidad dentro de un sistema de coordenadas.
|
||||
structured_aliases:
|
||||
- literal_form: geometrische omvang
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: geometrische Ausdehnung
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: étendue géométrique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: النطاق الهندسي
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: cakupan geometris
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 几何范围
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: extensión geométrica
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_geometric_extent
|
||||
- has_geometric_extent
|
||||
- has_or_had_geometry
|
||||
- has_geometry
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
broad_mappings:
|
||||
- schema:geo # schemaorg.owl:19029-19051 — "The geo coordinates of the place." Links to GeoCoordinates or GeoShape. Broader: general geo association, not specifically about mathematical boundaries/extent.
|
||||
comments:
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `schema:geo` (schemaorg.owl:19029-19051) is a general-purpose
|
||||
property linking a Place to its GeoCoordinates or GeoShape. It is broader than this
|
||||
slot, which specifically concerns mathematical boundaries and extent definitions
|
||||
within a coordinate system (polygons, bounding boxes, etc.).
|
||||
|
|
@ -82,6 +82,8 @@ slots:
|
|||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_alias
|
||||
- has_or_had_variant_name
|
||||
- has_variant_name
|
||||
exact_mappings:
|
||||
- schema:alternateName # schemaorg.owl:7757-7777 - "An alias for the item"
|
||||
- skos:altLabel
|
||||
|
|
|
|||
|
|
@ -114,6 +114,8 @@ slots:
|
|||
- has_or_had_asset
|
||||
- owns_asset
|
||||
- possesses_asset
|
||||
- has_or_had_net_asset
|
||||
- has_net_asset
|
||||
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -97,6 +97,9 @@ slots:
|
|||
- has_type_code
|
||||
- has_or_had_city_code
|
||||
- has_city_code
|
||||
- has_or_had_iso_
|
||||
- has_or_had_iso_code
|
||||
- has_iso_code
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
custodian_types_rationale: Codes applicable to all custodian types.
|
||||
|
|
|
|||
|
|
@ -104,6 +104,8 @@ slots:
|
|||
- schema:hasPart
|
||||
aliases:
|
||||
- has_or_had_collection
|
||||
- has_or_had_local_collection
|
||||
- has_local_collection
|
||||
annotations:
|
||||
inverse_slot: is_or_was_collection_of
|
||||
deprecates: has_collection
|
||||
|
|
|
|||
|
|
@ -74,6 +74,8 @@ slots:
|
|||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_contact_point
|
||||
- has_or_had_key_contact
|
||||
- has_key_contact
|
||||
exact_mappings:
|
||||
- schema:contactPoint # schemaorg.owl:12577-12595 - "A contact point for a person or organization"
|
||||
annotations:
|
||||
|
|
|
|||
|
|
@ -80,6 +80,10 @@ slots:
|
|||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_digital_platform
|
||||
- has_or_had_primary_platform
|
||||
- has_primary_platform
|
||||
- has_or_had_secondary_platform
|
||||
- has_secondary_platform
|
||||
close_mappings:
|
||||
- foaf:homepage # foaf.ttl:291-301 - "A homepage for some thing" — only a URL, not full platform description
|
||||
broad_mappings:
|
||||
|
|
|
|||
|
|
@ -86,6 +86,8 @@ slots:
|
|||
- has_or_had_equipment
|
||||
- has_or_had_equipment_type
|
||||
- has_equipment_type
|
||||
- has_or_had_imaging_equipment
|
||||
- has_imaging_equipment
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
comments:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,23 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_expense
|
||||
# ==============================================================================
|
||||
# To specify a financial cost, charge, or payment required for or incurred by
|
||||
# the entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|-----------------|-------------------------|---------|--------------------------------------------|
|
||||
# | **Schema.org** | `schema:price` | schemaorg.owl:30600-636 | related | Offer price of a product (commerce domain) |
|
||||
#
|
||||
# No exact standard mapping exists. schema:price is about product offer prices
|
||||
# in a commerce context, not general financial costs/charges incurred by an
|
||||
# organization. schema:totalPrice similarly relates to transaction totals.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, no standard exact match
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_expense
|
||||
name: has_expense
|
||||
title: has_expense
|
||||
|
|
@ -13,8 +33,51 @@ slots:
|
|||
has_expense:
|
||||
name: has_expense
|
||||
title: has_expense
|
||||
description: |
|
||||
To specify a financial cost, charge, or payment required for or incurred by the entity.
|
||||
description: >-
|
||||
To specify a financial cost, charge, or payment required for or incurred
|
||||
by the entity.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Een financiële kost, toeslag of betaling specificeren die vereist is
|
||||
voor of gemaakt is door de entiteit.
|
||||
de: >-
|
||||
Einen finanziellen Aufwand, eine Gebühr oder eine Zahlung angeben, die
|
||||
für die Entität erforderlich ist oder von ihr getragen wird.
|
||||
fr: >-
|
||||
Spécifier un coût financier, une charge ou un paiement requis pour ou
|
||||
engagé par l'entité.
|
||||
ar: >-
|
||||
تحديد تكلفة مالية أو رسوم أو دفعة مطلوبة من الكيان أو تكبدها.
|
||||
id: >-
|
||||
Menentukan biaya finansial, beban, atau pembayaran yang diperlukan
|
||||
untuk atau ditanggung oleh entitas.
|
||||
zh: >-
|
||||
指定实体所需或产生的财务成本、费用或付款。
|
||||
es: >-
|
||||
Especificar un costo financiero, cargo o pago requerido por o incurrido
|
||||
por la entidad.
|
||||
structured_aliases:
|
||||
- literal_form: kosten
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Ausgaben
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: dépense
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: نفقة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: pengeluaran
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 费用
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: gasto
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasExpense
|
||||
range: string # uriorcurie
|
||||
# range: MonetaryAmount
|
||||
|
|
@ -23,3 +86,5 @@ slots:
|
|||
- has_or_had_expense
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
related_mappings:
|
||||
- schema:price # schemaorg.owl:30600-636 - offer price of a product (commerce domain)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,100 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_extent
|
||||
# ==============================================================================
|
||||
# To specify the physical or digital size, quantity, or volume of the material
|
||||
# or resource.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |-------------|------------------|----------------------|---------|-----------------------------------------|
|
||||
# | **DCTerms** | `dcterms:extent` | dcterms.rdf:1269-295 | exact | "The size or duration of the resource." |
|
||||
#
|
||||
# dcterms:extent is an exact match: both describe the size/duration/quantity of
|
||||
# a resource. Range: SizeOrDuration. SubProperty of dcterms:format.
|
||||
# Using dcterms:extent as the slot_uri per the standard URI principle.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, slot_uri=dcterms:extent
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_extent
|
||||
name: has_extent
|
||||
title: has_extent
|
||||
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_extent:
|
||||
name: has_extent
|
||||
title: has_extent
|
||||
description: >-
|
||||
To specify the physical or digital size, quantity, or volume of the
|
||||
material or resource (e.g., number of pages, file size, linear meters,
|
||||
or duration).
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De fysieke of digitale omvang, hoeveelheid of het volume van het
|
||||
materiaal of de bron specificeren (bijv. aantal pagina's, bestandsgrootte,
|
||||
strekkende meters of duur).
|
||||
de: >-
|
||||
Die physische oder digitale Größe, Menge oder das Volumen des Materials
|
||||
oder der Ressource angeben (z. B. Seitenzahl, Dateigröße, laufende
|
||||
Meter oder Dauer).
|
||||
fr: >-
|
||||
Spécifier la taille physique ou numérique, la quantité ou le volume du
|
||||
matériel ou de la ressource (par ex., nombre de pages, taille de
|
||||
fichier, mètres linéaires ou durée).
|
||||
ar: >-
|
||||
تحديد الحجم المادي أو الرقمي أو الكمية أو الحجم للمادة أو المورد
|
||||
(مثل عدد الصفحات أو حجم الملف أو الأمتار الطولية أو المدة).
|
||||
id: >-
|
||||
Menentukan ukuran fisik atau digital, kuantitas, atau volume materi
|
||||
atau sumber daya (misalnya, jumlah halaman, ukuran file, meter linier,
|
||||
atau durasi).
|
||||
zh: >-
|
||||
指定材料或资源的物理或数字大小、数量或体积(例如页数、文件大小、线性米数或持续时间)。
|
||||
es: >-
|
||||
Especificar el tamaño físico o digital, la cantidad o el volumen del
|
||||
material o recurso (por ej., número de páginas, tamaño de archivo,
|
||||
metros lineales o duración).
|
||||
structured_aliases:
|
||||
- literal_form: omvang
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Umfang
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: étendue
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: نطاق
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: cakupan
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 范围
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: extensión
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: dcterms:extent
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_extent_text
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- dcterms:extent # dcterms.rdf:1269-295 - "The size or duration of the resource."
|
||||
comments:
|
||||
- |
|
||||
**USAGE**: Use for recording the physical or digital extent of
|
||||
collection materials, archival holdings, or digital resources.
|
||||
Examples: "500 pages", "2.5 linear meters", "1.2 GB", "PT2H30M".
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_extent_text
|
||||
name: has_extent_text
|
||||
title: has_extent_text
|
||||
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_extent_text:
|
||||
name: has_extent_text
|
||||
description: Textual description of extent. MIGRATED 2026-02-03 from has_or_had_extent_text for conciseness.
|
||||
slot_uri: hc:hasExtentText
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_extent_text
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,3 +1,25 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_facility
|
||||
# ==============================================================================
|
||||
# To possess or provide access to a specific physical infrastructure, amenity,
|
||||
# building, or dedicated space designed to serve a particular function or
|
||||
# purpose.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|---------------------------|-------------------------|---------|-------------------------------------------------|
|
||||
# | **Schema.org** | `schema:amenityFeature` | schemaorg.owl:7869-7893 | related | Accommodation-specific characteristic/service |
|
||||
#
|
||||
# schema:amenityFeature is about characteristics or services of an Accommodation
|
||||
# (domain: Place/LodgingBusiness/Accommodation/FloorPlan). A "facility" is a
|
||||
# specific physical infrastructure or dedicated space, which is semantically
|
||||
# different from an amenity feature.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, demoted amenityFeature exact→related
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_facility
|
||||
name: has_facility
|
||||
title: has_facility
|
||||
|
|
@ -14,14 +36,69 @@ slots:
|
|||
has_facility:
|
||||
name: has_facility
|
||||
title: has_facility
|
||||
description: Facility associated with or available at an entity.
|
||||
description: >-
|
||||
To possess or provide access to a specific physical infrastructure,
|
||||
amenity, building, or dedicated space designed to serve a particular
|
||||
function or purpose.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Een specifieke fysieke infrastructuur, voorziening, gebouw of
|
||||
toegewijde ruimte bezitten of toegang bieden tot, ontworpen om een
|
||||
bepaalde functie of doel te dienen.
|
||||
de: >-
|
||||
Eine spezifische physische Infrastruktur, Einrichtung, ein Gebäude
|
||||
oder einen dedizierten Raum besitzen oder Zugang dazu bieten, der
|
||||
dazu bestimmt ist, eine bestimmte Funktion oder einen bestimmten
|
||||
Zweck zu erfüllen.
|
||||
fr: >-
|
||||
Posséder ou fournir l'accès à une infrastructure physique spécifique,
|
||||
une commodité, un bâtiment ou un espace dédié conçu pour remplir une
|
||||
fonction ou un objectif particulier.
|
||||
ar: >-
|
||||
امتلاك أو توفير الوصول إلى بنية تحتية مادية محددة أو مرفق أو مبنى أو
|
||||
مساحة مخصصة مصممة لخدمة وظيفة أو غرض معين.
|
||||
id: >-
|
||||
Memiliki atau menyediakan akses ke infrastruktur fisik tertentu,
|
||||
fasilitas, bangunan, atau ruang khusus yang dirancang untuk melayani
|
||||
fungsi atau tujuan tertentu.
|
||||
zh: >-
|
||||
拥有或提供对特定物理基础设施、设施、建筑物或专用空间的访问,
|
||||
该设施旨在服务于特定功能或目的。
|
||||
es: >-
|
||||
Poseer o proporcionar acceso a una infraestructura física específica,
|
||||
instalación, edificio o espacio dedicado diseñado para cumplir una
|
||||
función o propósito particular.
|
||||
structured_aliases:
|
||||
- literal_form: faciliteit
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Einrichtung
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: installation
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: مرفق
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: fasilitas
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 设施
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: instalación
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasFacility
|
||||
range: string # uriorcurie
|
||||
# range: Facility
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_facility
|
||||
- has_or_had_hands_on_facility
|
||||
- has_hands_on_facility
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:amenityFeature
|
||||
related_mappings:
|
||||
- schema:amenityFeature # schemaorg.owl:7869-7893 - Accommodation-specific characteristic/service
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_feature
|
||||
# ==============================================================================
|
||||
# To possess a distinctive attribute or functionality of the entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|---------------------------|--------------------------|---------|--------------------------------------------------|
|
||||
# | **Schema.org** | `schema:amenityFeature` | schemaorg.owl:7869-7893 | related | Accommodation-specific amenity feature. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_feature
|
||||
name: has_feature
|
||||
title: has_feature
|
||||
|
|
@ -13,13 +27,66 @@ slots:
|
|||
has_feature:
|
||||
name: has_feature
|
||||
title: has_feature
|
||||
description: Feature or characteristic of the entity.
|
||||
slot_uri: hc:hasFeature
|
||||
description: >-
|
||||
To possess a distinctive attribute, aspect, quality, or functionality
|
||||
that characterizes the entity or distinguishes it from others.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het bezitten van een onderscheidend kenmerk, aspect, kwaliteit of
|
||||
functionaliteit dat de entiteit karakteriseert of onderscheidt van
|
||||
andere.
|
||||
de: >-
|
||||
Besitzen eines kennzeichnenden Merkmals, Aspekts, einer Eigenschaft
|
||||
oder Funktionalität, die die Entität charakterisiert oder von anderen
|
||||
unterscheidet.
|
||||
fr: >-
|
||||
Posséder un attribut distinctif, un aspect, une qualité ou une
|
||||
fonctionnalité qui caractérise l'entité ou la distingue des autres.
|
||||
ar: >-
|
||||
امتلاك سمة مميزة أو جانب أو خاصية أو وظيفة تميز الكيان أو تفرقه
|
||||
عن غيره.
|
||||
id: >-
|
||||
Memiliki atribut, aspek, kualitas, atau fungsionalitas yang khas
|
||||
yang mencirikan entitas atau membedakannya dari yang lain.
|
||||
zh: >-
|
||||
拥有一个独特的属性、方面、品质或功能,以表征该实体或将其与其他实体区分开来。
|
||||
es: >-
|
||||
Poseer un atributo distintivo, aspecto, cualidad o funcionalidad que
|
||||
caracteriza la entidad o la distingue de otras.
|
||||
structured_aliases:
|
||||
- literal_form: heeft kenmerk
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Merkmal
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a une caractéristique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له ميزة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki fitur
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有特征
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene característica
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string # uriorcurie
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_feature
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:amenityFeature
|
||||
related_mappings:
|
||||
- schema:amenityFeature # schemaorg.owl:7869-7893 — "An amenity feature of the Accommodation." Domain: Place/LodgingBusiness/Accommodation/FloorPlan. Accommodation-specific, not general entity features.
|
||||
comments:
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `schema:amenityFeature` (schemaorg.owl:7869-7893) is specifically
|
||||
about amenity features of accommodations (hotels, lodgings, etc.). Domain:
|
||||
Place/LodgingBusiness/Accommodation/FloorPlan. This slot covers general features of
|
||||
any entity. Demoted from exact to related.
|
||||
|
|
|
|||
|
|
@ -1,27 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_fee
|
||||
name: has_fee
|
||||
title: has_fee
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_fee:
|
||||
name: has_fee
|
||||
title: has_fee
|
||||
description: Fee or charge associated with an entity or service.
|
||||
slot_uri: hc:hasFee
|
||||
range: string # uriorcurie
|
||||
# range: MonetaryAmount
|
||||
aliases:
|
||||
- has_or_had_fee
|
||||
- has_or_had_admission_fee
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:price
|
||||
|
|
@ -1,3 +1,19 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_field
|
||||
# ==============================================================================
|
||||
# To contain a distinct unit of data, attribute, or column within a record or
|
||||
# structure used to store a specific category of information.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# No standard ontology property maps to this meta-level/schema-introspection
|
||||
# concept. This is a data-modeling concept about record structure, not a
|
||||
# domain-level property.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, no standard match
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_field
|
||||
name: has_field
|
||||
title: has_field
|
||||
|
|
@ -12,10 +28,67 @@ imports:
|
|||
slots:
|
||||
has_field:
|
||||
name: has_field
|
||||
description: Name of a data field or property. MIGRATED 2026-02-03 from has_or_had_field for conciseness.
|
||||
title: has_field
|
||||
description: >-
|
||||
To contain a distinct unit of data, attribute, or column within a record
|
||||
or structure (such as a database or form) used to store a specific
|
||||
category of information.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Een afzonderlijke eenheid van gegevens, attribuut of kolom bevatten
|
||||
binnen een record of structuur (zoals een database of formulier) die
|
||||
wordt gebruikt om een specifieke categorie informatie op te slaan.
|
||||
de: >-
|
||||
Eine eigenständige Dateneinheit, ein Attribut oder eine Spalte
|
||||
innerhalb eines Datensatzes oder einer Struktur (wie einer Datenbank
|
||||
oder einem Formular) enthalten, die zur Speicherung einer bestimmten
|
||||
Informationskategorie dient.
|
||||
fr: >-
|
||||
Contenir une unité distincte de données, un attribut ou une colonne
|
||||
au sein d'un enregistrement ou d'une structure (comme une base de
|
||||
données ou un formulaire) utilisée pour stocker une catégorie
|
||||
spécifique d'informations.
|
||||
ar: >-
|
||||
احتواء وحدة بيانات مميزة أو سمة أو عمود ضمن سجل أو بنية (مثل قاعدة
|
||||
بيانات أو نموذج) تُستخدم لتخزين فئة محددة من المعلومات.
|
||||
id: >-
|
||||
Mengandung unit data yang berbeda, atribut, atau kolom dalam suatu
|
||||
rekaman atau struktur (seperti basis data atau formulir) yang
|
||||
digunakan untuk menyimpan kategori informasi tertentu.
|
||||
zh: >-
|
||||
包含记录或结构(如数据库或表单)中用于存储特定类别信息的独立数据单元、属性或列。
|
||||
es: >-
|
||||
Contener una unidad distinta de datos, atributo o columna dentro de
|
||||
un registro o estructura (como una base de datos o formulario)
|
||||
utilizada para almacenar una categoría específica de información.
|
||||
structured_aliases:
|
||||
- literal_form: veld
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Feld
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: champ
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: حقل
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: bidang
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 字段
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: campo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasField
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_field
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_field for conciseness (2026-02-03).
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_file_location
|
||||
# ==============================================================================
|
||||
# To specify the path or URL where a digital file is stored.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|---------------------|--------------------------|---------|-------------------------------------------------|
|
||||
# | **Schema.org** | `schema:contentUrl` | schemaorg.owl:12864-12867| close | URL of actual bytes of MediaObject (narrower). |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_file_location
|
||||
name: has_file_location
|
||||
title: has_file_location
|
||||
|
|
@ -12,10 +26,74 @@ imports:
|
|||
slots:
|
||||
has_file_location:
|
||||
name: has_file_location
|
||||
description: The file location or path. MIGRATED 2026-02-03 from has_or_had_file_location for conciseness.
|
||||
title: has_file_location
|
||||
slot_uri: hc:hasFileLocation
|
||||
description: >-
|
||||
To specify the specific path, directory, or network address (such as a
|
||||
URL or URI) where a digital file is stored and from which it can be
|
||||
retrieved.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van het specifieke pad, de map of het netwerkadres
|
||||
(zoals een URL of URI) waar een digitaal bestand is opgeslagen en van
|
||||
waaruit het kan worden opgehaald.
|
||||
de: >-
|
||||
Angabe des spezifischen Pfads, Verzeichnisses oder der Netzwerkadresse
|
||||
(wie eine URL oder URI), unter der eine digitale Datei gespeichert ist
|
||||
und von der sie abgerufen werden kann.
|
||||
fr: >-
|
||||
Spécifier le chemin, le répertoire ou l'adresse réseau spécifique
|
||||
(tel qu'une URL ou URI) où un fichier numérique est stocké et à
|
||||
partir duquel il peut être récupéré.
|
||||
ar: >-
|
||||
تحديد المسار أو الدليل أو عنوان الشبكة المحدد (مثل URL أو URI) حيث
|
||||
يتم تخزين ملف رقمي ومن حيث يمكن استرجاعه.
|
||||
id: >-
|
||||
Menentukan jalur, direktori, atau alamat jaringan spesifik (seperti
|
||||
URL atau URI) tempat file digital disimpan dan dari mana file tersebut
|
||||
dapat diambil.
|
||||
zh: >-
|
||||
指定数字文件存储位置的具体路径、目录或网络地址(如URL或URI),以便从中检索该文件。
|
||||
es: >-
|
||||
Especificar la ruta, directorio o dirección de red específica (como una
|
||||
URL o URI) donde se almacena un archivo digital y desde donde se puede
|
||||
recuperar.
|
||||
structured_aliases:
|
||||
- literal_form: heeft bestandslocatie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Dateispeicherort
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a un emplacement de fichier
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له موقع ملف
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki lokasi file
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有文件位置
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene ubicación de archivo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_file_location
|
||||
- has_or_had_file_path
|
||||
- has_file_path
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
close_mappings:
|
||||
- schema:contentUrl # schemaorg.owl:12864-12867 — "Actual bytes of the media object, for example the image file or video file." Domain: MediaObject. Narrower: specifically about MediaObject content URLs.
|
||||
comments:
|
||||
- |
|
||||
MIGRATED 2026-02-03 from has_or_had_file_location for conciseness.
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `schema:contentUrl` (schemaorg.owl:12864-12867) specifically
|
||||
provides the URL for the actual bytes of a MediaObject. This slot is broader —
|
||||
it covers any digital file location including paths, directories, and URIs for
|
||||
non-media files.
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_file_path
|
||||
name: has_file_path
|
||||
title: has_file_path
|
||||
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
|
||||
slots:
|
||||
has_file_path:
|
||||
name: has_file_path
|
||||
title: has_file_path
|
||||
description: File path of the entity.
|
||||
slot_uri: hc:hasFilePath
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_file_path
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,3 +1,24 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_fixity
|
||||
# ==============================================================================
|
||||
# To specify the quality of being unchanged or stable, often involving a
|
||||
# mechanism (such as a checksum) to verify that a digital object's content has
|
||||
# not been altered or corrupted.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |-------------|------------------|----------------------|---------|----------------------------------------------------------|
|
||||
# | **PREMIS** | `premis:fixity` | premis3.owl:372-384 | exact | "has fixity." Domain: Bitstream/File. Range: Fixity. |
|
||||
#
|
||||
# PREMIS Fixity class (premis3.owl:101-105): "Information used to verify whether
|
||||
# an object has been altered in an undocumented or unauthorized way."
|
||||
# This is an exact semantic match. Using premis:fixity as the slot_uri.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, verified premis:fixity as exact
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_fixity
|
||||
name: has_fixity
|
||||
title: has fixity
|
||||
|
|
@ -6,25 +27,81 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
org: http://www.w3.org/ns/org#
|
||||
oa: http://www.w3.org/ns/oa#
|
||||
premis: http://www.loc.gov/premis/rdf/v3/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_fixity:
|
||||
slot_uri: hc:hasFixity
|
||||
description: 'Fixity information (checksums, verification) for a digital resource.
|
||||
MIGRATED from fixity_info per Rule 53. Follows RiC-O naming convention.
|
||||
|
||||
|
||||
MIGRATED 2026-02-03 from has_or_had_fixity for conciseness.'
|
||||
name: has_fixity
|
||||
title: has fixity
|
||||
description: >-
|
||||
To specify the quality of being unchanged or stable, often involving a
|
||||
mechanism (such as a checksum) to verify that a digital object's content
|
||||
has not been altered or corrupted.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De eigenschap specificeren van onveranderd of stabiel zijn, vaak met
|
||||
een mechanisme (zoals een controlesom) om te verifiëren dat de inhoud
|
||||
van een digitaal object niet is gewijzigd of beschadigd.
|
||||
de: >-
|
||||
Die Eigenschaft angeben, unverändert oder stabil zu sein, oft unter
|
||||
Verwendung eines Mechanismus (wie einer Prüfsumme) zur Überprüfung,
|
||||
dass der Inhalt eines digitalen Objekts nicht verändert oder
|
||||
beschädigt wurde.
|
||||
fr: >-
|
||||
Spécifier la qualité d'être inchangé ou stable, impliquant souvent
|
||||
un mécanisme (tel qu'une somme de contrôle) pour vérifier que le
|
||||
contenu d'un objet numérique n'a pas été altéré ou corrompu.
|
||||
ar: >-
|
||||
تحديد خاصية كون الكائن غير متغير أو مستقر، وغالباً ما تتضمن آلية
|
||||
(مثل المجموع الاختباري) للتحقق من أن محتوى الكائن الرقمي لم يتم
|
||||
تعديله أو إتلافه.
|
||||
id: >-
|
||||
Menentukan kualitas tidak berubah atau stabil, sering kali melibatkan
|
||||
mekanisme (seperti checksum) untuk memverifikasi bahwa konten objek
|
||||
digital tidak telah diubah atau dirusak.
|
||||
zh: >-
|
||||
指定不变或稳定的质量,通常涉及一种机制(如校验和)来验证数字对象的内容未被更改或损坏。
|
||||
es: >-
|
||||
Especificar la cualidad de permanecer inalterado o estable, a menudo
|
||||
involucrando un mecanismo (como una suma de verificación) para
|
||||
verificar que el contenido de un objeto digital no ha sido alterado
|
||||
o corrompido.
|
||||
structured_aliases:
|
||||
- literal_form: fixiteit
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Fixität
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: fixité
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: ثبات
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: fiksitas
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 固定性
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: fijeza
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: premis:fixity
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_fixity
|
||||
exact_mappings:
|
||||
- premis:fixity
|
||||
- has_or_had_fixity
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- premis:fixity # premis3.owl:372-384 - "has fixity." Domain: Bitstream/File. Range: Fixity.
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_fixity for conciseness (2026-02-03).
|
||||
- |
|
||||
**USAGE**: Use for recording digital preservation fixity information
|
||||
such as checksums (MD5, SHA-256) that verify file integrity.
|
||||
|
|
|
|||
|
|
@ -1,29 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_flag
|
||||
name: has_flag
|
||||
title: has flag
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
org: http://www.w3.org/ns/org#
|
||||
oa: http://www.w3.org/ns/oa#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_flag:
|
||||
slot_uri: hc:hasFlag
|
||||
description: 'Data quality flag or status indicator.
|
||||
|
||||
|
||||
MIGRATED 2026-02-03 from has_or_had_flag for conciseness.'
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_flag
|
||||
exact_mappings:
|
||||
- dqv:hasQualityAnnotation
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_focus
|
||||
name: has_focus
|
||||
title: has_focus
|
||||
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#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_focus:
|
||||
name: has_focus
|
||||
description: Indicates the primary focus or area of interest of an entity. MIGRATED 2026-02-03 from has_or_had_focus for conciseness.
|
||||
slot_uri: hc:hasFocus
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_focus
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- skos:scopeNote
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_fond
|
||||
name: has_fond
|
||||
title: has_fond
|
||||
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_fond:
|
||||
name: has_fond
|
||||
description: Archival fonds to which this item belongs. MIGRATED 2026-02-03 from has_or_had_fond for conciseness.
|
||||
slot_uri: hc:hasFond
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_fond
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -0,0 +1,111 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_fonds
|
||||
# ==============================================================================
|
||||
# To specify or contain the entire aggregated body of records originating from
|
||||
# a specific creator accumulated naturally during the course of their daily
|
||||
# activities and functions.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |------------|------------------------------|----------------------------|---------|---------------------------------------------------------|
|
||||
# | **RiC-O** | `rico:includesOrIncluded` | RiC-O_1-1.rdf:9522-9540 | broad | "Connects a Record Set to a Record or Record Set." |
|
||||
# | **RiC-O** | `rico:recordSetTypes#Fonds` | RiC-O_1-1.rdf:30782-30809 | related | NamedIndividual (vocabulary term), not a property. |
|
||||
#
|
||||
# rico:includesOrIncluded is broader: it describes general inclusion of records
|
||||
# in any record set, not specifically the fonds-level aggregation.
|
||||
# rico:recordSetTypes#Fonds is the vocabulary concept defining what a fonds is,
|
||||
# but it is a NamedIndividual, not a property.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, RiC-O research
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_fonds
|
||||
name: has_fonds
|
||||
title: has_fonds
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_fonds:
|
||||
name: has_fonds
|
||||
title: has_fonds
|
||||
description: >-
|
||||
To specify or contain the entire aggregated body of records originating
|
||||
from a specific creator (individual, family, or organization) accumulated
|
||||
naturally during the course of their daily activities and functions.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het gehele samengevoegde bestand van archiefstukken specificeren of
|
||||
bevatten dat afkomstig is van een specifieke maker (individu, familie
|
||||
of organisatie) en op natuurlijke wijze is geaccumuleerd tijdens de
|
||||
dagelijkse activiteiten en functies.
|
||||
de: >-
|
||||
Den gesamten zusammengeführten Bestand an Unterlagen angeben oder
|
||||
enthalten, der von einem bestimmten Urheber (Einzelperson, Familie
|
||||
oder Organisation) stammt und im Laufe seiner täglichen Aktivitäten
|
||||
und Funktionen auf natürliche Weise entstanden ist.
|
||||
fr: >-
|
||||
Spécifier ou contenir l'ensemble agrégé des documents provenant d'un
|
||||
créateur spécifique (individu, famille ou organisation), accumulés
|
||||
naturellement au cours de leurs activités et fonctions quotidiennes.
|
||||
ar: >-
|
||||
تحديد أو احتواء المجموعة الكاملة المجمعة من السجلات الصادرة عن منشئ
|
||||
محدد (فرد أو عائلة أو منظمة) والمتراكمة بشكل طبيعي خلال أنشطتهم
|
||||
ووظائفهم اليومية.
|
||||
id: >-
|
||||
Menentukan atau memuat keseluruhan kumpulan rekaman yang berasal dari
|
||||
pencipta tertentu (individu, keluarga, atau organisasi) yang
|
||||
terakumulasi secara alami selama aktivitas dan fungsi sehari-hari
|
||||
mereka.
|
||||
zh: >-
|
||||
指定或包含源自特定创建者(个人、家庭或组织)在日常活动和职能过程中自然积累的
|
||||
全部档案记录集合体。
|
||||
es: >-
|
||||
Especificar o contener el cuerpo agregado completo de registros
|
||||
originados por un creador específico (individuo, familia u
|
||||
organización) acumulados naturalmente durante el curso de sus
|
||||
actividades y funciones diarias.
|
||||
structured_aliases:
|
||||
- literal_form: archief (fonds)
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Bestand (Archiv)
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: fonds d'archives
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: أرشيف (فوند)
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: fonds arsip
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 全宗
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: fondo archivístico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasFonds
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_fond
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
broad_mappings:
|
||||
- rico:includesOrIncluded # RiC-O_1-1.rdf:9522-9540 - "Connects a Record Set to a Record or Record Set."
|
||||
comments:
|
||||
- |
|
||||
**ARCHIVAL CONTEXT**: In archival science, a fonds is the fundamental
|
||||
unit of arrangement. It refers to all records created by a single
|
||||
provenance entity, reflecting the principle of respect des fonds.
|
||||
See also: rico:recordSetTypes#Fonds (RiC-O_1-1.rdf:30782-30809).
|
||||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_frequency
|
||||
# ==============================================================================
|
||||
# To specify the rate at which an event occurs over time.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |--------------|---------------------------------|------------------------|---------|-------------------------------------------------|
|
||||
# | **DCTerms** | `dcterms:accrualPeriodicity` | dcterms.rdf:837-858 | close | Collection accrual frequency (narrower domain). |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_frequency
|
||||
name: has_frequency
|
||||
title: has_frequency
|
||||
|
|
@ -5,6 +19,7 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
|
|
@ -13,10 +28,62 @@ slots:
|
|||
has_frequency:
|
||||
name: has_frequency
|
||||
title: has_frequency
|
||||
description: Frequency or rate of occurrence.
|
||||
slot_uri: hc:hasFrequency
|
||||
description: >-
|
||||
To specify the rate at which an event, signal, or action occurs or is
|
||||
repeated over a particular period of time.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de frequentie waarmee een gebeurtenis, signaal of
|
||||
actie plaatsvindt of wordt herhaald over een bepaalde tijdsperiode.
|
||||
de: >-
|
||||
Angabe der Rate, mit der ein Ereignis, Signal oder eine Handlung
|
||||
innerhalb eines bestimmten Zeitraums auftritt oder wiederholt wird.
|
||||
fr: >-
|
||||
Spécifier le rythme auquel un événement, un signal ou une action se
|
||||
produit ou est répété sur une période de temps donnée.
|
||||
ar: >-
|
||||
تحديد معدل حدوث أو تكرار حدث أو إشارة أو إجراء خلال فترة زمنية
|
||||
معينة.
|
||||
id: >-
|
||||
Menentukan tingkat di mana suatu peristiwa, sinyal, atau tindakan
|
||||
terjadi atau diulang selama periode waktu tertentu.
|
||||
zh: >-
|
||||
指定事件、信号或操作在特定时间段内发生或重复的频率。
|
||||
es: >-
|
||||
Especificar la tasa a la que un evento, señal o acción ocurre o se
|
||||
repite durante un período de tiempo determinado.
|
||||
structured_aliases:
|
||||
- literal_form: heeft frequentie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Häufigkeit
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a une fréquence
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له تردد
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki frekuensi
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有频率
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene frecuencia
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_frequency
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
close_mappings:
|
||||
- dcterms:accrualPeriodicity # dcterms.rdf:837-858 — "The frequency with which items are added to a collection." Domain: Collection. Range: Frequency. Narrower: specifically about collection accrual frequency.
|
||||
comments:
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `dcterms:accrualPeriodicity` (dcterms.rdf:837-858) is specifically
|
||||
about the frequency of adding items to a collection (Domain: Collection). This slot
|
||||
covers general frequency of any event, signal, or action. Close but not exact.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,19 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_function
|
||||
# ==============================================================================
|
||||
# To specify the particular role, purpose, activity, or operation that an
|
||||
# entity is designed or used to perform.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# No exact standard property match. RiC-O has an Activity class but no
|
||||
# "hasFunction" property. schema:potentialAction and schema:additionalType
|
||||
# are too generic.
|
||||
#
|
||||
# CREATED: 2026-01-14
|
||||
# UPDATED: 2026-02-07 - Added header, multilingual, no standard match
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_function
|
||||
name: has_function
|
||||
title: has_function
|
||||
|
|
@ -12,7 +28,52 @@ slots:
|
|||
has_function:
|
||||
name: has_function
|
||||
title: has_function
|
||||
description: Function or purpose of the entity.
|
||||
description: >-
|
||||
To specify the particular role, purpose, activity, or operation that an
|
||||
entity is designed or used to perform.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
De specifieke rol, het doel, de activiteit of de bewerking specificeren
|
||||
waarvoor een entiteit is ontworpen of wordt gebruikt.
|
||||
de: >-
|
||||
Die bestimmte Rolle, den Zweck, die Aktivität oder den Vorgang
|
||||
angeben, für den eine Entität konzipiert ist oder verwendet wird.
|
||||
fr: >-
|
||||
Spécifier le rôle, l'objectif, l'activité ou l'opération particulière
|
||||
qu'une entité est conçue ou utilisée pour accomplir.
|
||||
ar: >-
|
||||
تحديد الدور أو الغرض أو النشاط أو العملية المحددة التي صُمم الكيان
|
||||
أو يُستخدم لأدائها.
|
||||
id: >-
|
||||
Menentukan peran, tujuan, aktivitas, atau operasi tertentu yang
|
||||
dirancang atau digunakan oleh suatu entitas untuk dilakukan.
|
||||
zh: >-
|
||||
指定实体被设计或用于执行的特定角色、目的、活动或操作。
|
||||
es: >-
|
||||
Especificar el rol, propósito, actividad u operación particular que
|
||||
una entidad está diseñada o se utiliza para realizar.
|
||||
structured_aliases:
|
||||
- literal_form: functie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Funktion
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: fonction
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: وظيفة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: fungsi
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 功能
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: función
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
slot_uri: hc:hasFunction
|
||||
range: string # uriorcurie
|
||||
multivalued: true
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_funded
|
||||
name: has_funded
|
||||
title: has_funded
|
||||
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_funded:
|
||||
name: has_funded
|
||||
description: Funded entity or project. MIGRATED 2026-02-03 from has_or_had_funded for conciseness.
|
||||
slot_uri: hc:hasFunded
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_funded
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_generate
|
||||
name: has_generate
|
||||
title: has_generate
|
||||
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_generate:
|
||||
name: has_generate
|
||||
description: Generated content or output. MIGRATED 2026-02-03 from has_or_had_generate for conciseness.
|
||||
slot_uri: hc:hasGenerate
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_generate
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_geofeature
|
||||
# ==============================================================================
|
||||
# To specify a distinctive geographic element of a location or landscape.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|---------------------|------------------------------|---------|----------------------------------------------|
|
||||
# | **GeoNames** | `gn:featureClass` | geonames_ontology.rdf:260 | related | Classifies a Feature, not "has" a feature. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_geofeature
|
||||
name: has_geofeature
|
||||
title: has_geofeature
|
||||
|
|
@ -19,13 +33,74 @@ imports:
|
|||
slots:
|
||||
has_geofeature:
|
||||
name: has_geofeature
|
||||
description: Links a geospatial place to a geographic feature classification. MIGRATED 2026-02-03 from has_or_had_geofeature for conciseness.
|
||||
title: has_geofeature
|
||||
slot_uri: hc:hasGeofeature
|
||||
description: >-
|
||||
To specify a distinctive geographic element, aspect, or physical
|
||||
characteristic of a location or landscape (such as a river, mountain,
|
||||
building, or administrative boundary) associated with the entity.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een onderscheidend geografisch element, aspect of
|
||||
fysiek kenmerk van een locatie of landschap (zoals een rivier, berg,
|
||||
gebouw of administratieve grens) dat verbonden is met de entiteit.
|
||||
de: >-
|
||||
Angabe eines kennzeichnenden geografischen Elements, Aspekts oder
|
||||
physischen Merkmals einer Lage oder Landschaft (wie ein Fluss, Berg,
|
||||
Gebäude oder eine Verwaltungsgrenze), das mit der Entität verbunden ist.
|
||||
fr: >-
|
||||
Spécifier un élément géographique distinctif, un aspect ou une
|
||||
caractéristique physique d'un lieu ou d'un paysage (tel qu'une rivière,
|
||||
une montagne, un bâtiment ou une limite administrative) associé à
|
||||
l'entité.
|
||||
ar: >-
|
||||
تحديد عنصر جغرافي مميز أو جانب أو خاصية فيزيائية لموقع أو منظر طبيعي
|
||||
(مثل نهر أو جبل أو مبنى أو حدود إدارية) مرتبط بالكيان.
|
||||
id: >-
|
||||
Menentukan elemen geografis, aspek, atau karakteristik fisik yang khas
|
||||
dari suatu lokasi atau bentang alam (seperti sungai, gunung, bangunan,
|
||||
atau batas administratif) yang terkait dengan entitas.
|
||||
zh: >-
|
||||
指定与实体相关的某一地点或景观的独特地理要素、方面或物理特征(如河流、山脉、建筑物或行政边界)。
|
||||
es: >-
|
||||
Especificar un elemento geográfico distintivo, aspecto o característica
|
||||
física de una ubicación o paisaje (como un río, montaña, edificio o
|
||||
límite administrativo) asociado con la entidad.
|
||||
structured_aliases:
|
||||
- literal_form: heeft geografisch kenmerk
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Geomerkmal
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a un élément géographique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له معلم جغرافي
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki fitur geografis
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有地理特征
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene característica geográfica
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_geofeature
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- gn:featureClass
|
||||
related_mappings:
|
||||
- gn:featureClass # geonames_ontology.rdf:260 — classifies a GeoNames Feature into a FeatureClass category; different semantics from "having" a geographic feature
|
||||
comments:
|
||||
- |
|
||||
MIGRATED 2026-02-03 from has_or_had_geofeature for conciseness.
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `gn:featureClass` (geonames_ontology.rdf:260) assigns a broad
|
||||
category (e.g., P=populated, H=hydrographic) to a GeoNames Feature. This is about
|
||||
*classifying* a feature, not *having/associating* a geographic feature with an entity.
|
||||
Therefore demoted from exact to related.
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_geographic_extent
|
||||
name: has_geographic_extent
|
||||
title: has_geographic_extent
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_geographic_extent:
|
||||
name: has_geographic_extent
|
||||
title: has_geographic_extent
|
||||
description: Geographic extent or coverage area of the entity.
|
||||
slot_uri: hc:hasGeographicExtent
|
||||
range: string # uriorcurie
|
||||
aliases:
|
||||
- has_or_had_geographic_extent
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:areaServed
|
||||
|
|
@ -1,3 +1,19 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_geographic_subdivision
|
||||
# ==============================================================================
|
||||
# To specify a smaller administrative region contained within a larger entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|---------------------------|--------------------------|---------|-----------------------------------------------|
|
||||
# | **Schema.org** | `schema:containsPlace` | schemaorg.owl:12711-12715| close | General place containment (not admin-specific).|
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# NOTE: Replaced wrong `schema:containedInPlace` (inverse direction) with
|
||||
# `schema:containsPlace` (correct direction: parent contains subdivision).
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_geographic_subdivision
|
||||
name: has_geographic_subdivision
|
||||
title: has_geographic_subdivision
|
||||
|
|
@ -14,8 +30,59 @@ slots:
|
|||
has_geographic_subdivision:
|
||||
name: has_geographic_subdivision
|
||||
title: has_geographic_subdivision
|
||||
description: Geographic subdivision or administrative area associated with an entity.
|
||||
slot_uri: hc:hasGeographicSubdivision
|
||||
description: >-
|
||||
To specify a smaller administrative or physical region (such as a
|
||||
province, state, or municipality) contained within a larger geographic
|
||||
entity.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een kleinere bestuurlijke of fysieke regio (zoals
|
||||
een provincie, staat of gemeente) die zich binnen een grotere
|
||||
geografische entiteit bevindt.
|
||||
de: >-
|
||||
Angabe einer kleineren administrativen oder physischen Region (wie eine
|
||||
Provinz, ein Bundesstaat oder eine Gemeinde), die in einer größeren
|
||||
geografischen Entität enthalten ist.
|
||||
fr: >-
|
||||
Spécifier une région administrative ou physique plus petite (telle
|
||||
qu'une province, un État ou une municipalité) contenue dans une entité
|
||||
géographique plus grande.
|
||||
ar: >-
|
||||
تحديد منطقة إدارية أو جغرافية أصغر (مثل محافظة أو ولاية أو بلدية)
|
||||
تقع ضمن كيان جغرافي أكبر.
|
||||
id: >-
|
||||
Menentukan wilayah administratif atau fisik yang lebih kecil (seperti
|
||||
provinsi, negara bagian, atau kotamadya) yang terdapat dalam entitas
|
||||
geografis yang lebih besar.
|
||||
zh: >-
|
||||
指定包含在更大地理实体中的较小行政或物理区域(如省、州或自治市)。
|
||||
es: >-
|
||||
Especificar una región administrativa o física más pequeña (como una
|
||||
provincia, estado o municipio) contenida dentro de una entidad
|
||||
geográfica más grande.
|
||||
structured_aliases:
|
||||
- literal_form: heeft geografische onderverdeling
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat geografische Unterteilung
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a une subdivision géographique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له تقسيم جغرافي فرعي
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki subdivisi geografis
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有地理分区
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene subdivisión geográfica
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string # uriorcurie
|
||||
# range: Place
|
||||
multivalued: true
|
||||
|
|
@ -23,5 +90,12 @@ slots:
|
|||
- has_or_had_geographic_subdivision
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:containedInPlace
|
||||
close_mappings:
|
||||
- schema:containsPlace # schemaorg.owl:12711-12715 — "The basic containment relation between a place and another that it contains." General place containment; this slot specifically implies administrative/political hierarchy.
|
||||
comments:
|
||||
- |
|
||||
**MAPPING FIX**: The original file had `schema:containedInPlace` as exact_mapping.
|
||||
This was WRONG DIRECTION: `containedInPlace` means "X is contained in Y" (child→parent),
|
||||
but `has_geographic_subdivision` means "X has subdivision Y" (parent→child).
|
||||
Replaced with `schema:containsPlace` (schemaorg.owl:12711-12715) as close (general
|
||||
containment, not specifically administrative hierarchy). Demoted from exact to close.
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_geometric_extent
|
||||
name: has_geometric_extent
|
||||
title: has_geometric_extent
|
||||
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_geometric_extent:
|
||||
name: has_geometric_extent
|
||||
description: The geometric extent. MIGRATED 2026-02-03 from has_or_had_geometric_extent for conciseness.
|
||||
slot_uri: hc:hasGeometricExtent
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_geometric_extent
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_geometry
|
||||
# ==============================================================================
|
||||
# Geometric representation of an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
# | Ontology | Property | Mapping | Notes |
|
||||
# |---------------|-------------------|---------|----------------------------------|
|
||||
# | **GeoSPARQL** | `geo:hasGeometry` | exact | OGC GeoSPARQL geometry |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_geometry
|
||||
name: has_geometry
|
||||
title: Has Geometry
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
geo: http://www.opengis.net/ont/geosparql#
|
||||
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
|
||||
description: |
|
||||
Geometric representation of an entity.
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_geometry:
|
||||
slot_uri: geo:hasGeometry
|
||||
description: |
|
||||
Geometric representation of an entity.
|
||||
range: string
|
||||
multivalued: true
|
||||
exact_mappings:
|
||||
- geo:hasGeometry
|
||||
aliases:
|
||||
- has_or_had_geometry
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_habitat
|
||||
# ==============================================================================
|
||||
# To specify the natural environment where an organism lives and grows.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------|----------|-----------|---------|-------------------------------|
|
||||
# | (none) | — | — | — | No standard match in ontology.|
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_habitat
|
||||
name: has_habitat
|
||||
title: has_habitat
|
||||
|
|
@ -12,8 +26,60 @@ imports:
|
|||
slots:
|
||||
has_habitat:
|
||||
name: has_habitat
|
||||
description: The habitat or environment of a species or entity. MIGRATED 2026-02-03 from has_or_had_habitat for conciseness.
|
||||
title: has_habitat
|
||||
slot_uri: hc:hasHabitat
|
||||
description: >-
|
||||
To specify the natural home or environment (such as a forest, wetland,
|
||||
or desert) where a specific organism, species, or biological community
|
||||
lives and grows.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de natuurlijke woonplaats of omgeving (zoals een
|
||||
bos, wetland of woestijn) waar een specifiek organisme, soort of
|
||||
biologische gemeenschap leeft en groeit.
|
||||
de: >-
|
||||
Angabe des natürlichen Lebensraums oder der Umgebung (wie ein Wald,
|
||||
Feuchtgebiet oder eine Wüste), in dem ein bestimmter Organismus, eine
|
||||
Art oder eine biologische Gemeinschaft lebt und wächst.
|
||||
fr: >-
|
||||
Spécifier l'habitat naturel ou l'environnement (tel qu'une forêt, une
|
||||
zone humide ou un désert) où un organisme, une espèce ou une communauté
|
||||
biologique spécifique vit et se développe.
|
||||
ar: >-
|
||||
تحديد الموطن الطبيعي أو البيئة (مثل غابة أو أرض رطبة أو صحراء) حيث
|
||||
يعيش وينمو كائن حي أو نوع أو مجتمع بيولوجي معين.
|
||||
id: >-
|
||||
Menentukan habitat alami atau lingkungan (seperti hutan, lahan basah,
|
||||
atau gurun) tempat organisme, spesies, atau komunitas biologis tertentu
|
||||
hidup dan tumbuh.
|
||||
zh: >-
|
||||
指定特定生物体、物种或生物群落生活和生长的自然栖息地或环境(如森林、湿地或沙漠)。
|
||||
es: >-
|
||||
Especificar el hábitat natural o el entorno (como un bosque, humedal
|
||||
o desierto) donde un organismo, especie o comunidad biológica específica
|
||||
vive y crece.
|
||||
structured_aliases:
|
||||
- literal_form: heeft habitat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Lebensraum
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a un habitat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له موطن
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki habitat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有栖息地
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene hábitat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_habitat
|
||||
|
|
@ -21,3 +87,9 @@ slots:
|
|||
- habitat
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
comments:
|
||||
- |
|
||||
MIGRATED 2026-02-03 from has_or_had_habitat for conciseness.
|
||||
- |
|
||||
**ONTOLOGY NOTE**: No standard property match found in the available ontology files.
|
||||
Domain-specific concept relevant to natural history museums and biodiversity collections.
|
||||
|
|
|
|||
|
|
@ -1,34 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_hands_on_facility
|
||||
name: has_hands_on_facility_slot
|
||||
title: Has Hands On Facilities Slot
|
||||
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#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_hands_on_facility:
|
||||
description: 'Whether center has hands-on learning facilities.
|
||||
|
||||
|
||||
Craft tables, science equipment, art supplies, etc.
|
||||
|
||||
'
|
||||
range: boolean
|
||||
slot_uri: hc:hasHandsOnFacilities
|
||||
aliases:
|
||||
- has_or_had_hands_on_facility
|
||||
annotations:
|
||||
custodian_types:
|
||||
- '*'
|
||||
exact_mappings:
|
||||
- hc:hasHandsOnFacilities
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_head
|
||||
name: has_head
|
||||
title: has_head
|
||||
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_head:
|
||||
name: has_head
|
||||
description: The head or leader of an organization. MIGRATED 2026-02-03 from has_or_had_head for conciseness.
|
||||
slot_uri: hc:hasHead
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_head
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_height
|
||||
# ==============================================================================
|
||||
# To specify the vertical measurement of an entity from base to top.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|------------------|--------------------------|---------|---------------------------------------------|
|
||||
# | **Schema.org** | `schema:height` | schemaorg.owl:20977-21004| exact | "The height of the item." Domain: broad. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_height
|
||||
name: has_height
|
||||
title: has_height
|
||||
|
|
@ -18,14 +32,54 @@ imports:
|
|||
slots:
|
||||
has_height:
|
||||
name: has_height
|
||||
description: Height of a bounding box or object. MIGRATED 2026-02-03 from has_or_had_height for conciseness.
|
||||
slot_uri: hc:hasHeight
|
||||
title: has_height
|
||||
slot_uri: schema:height
|
||||
description: >-
|
||||
To specify the vertical measurement of an entity from its base to its top.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de verticale afmeting van een entiteit van de basis
|
||||
tot de bovenkant.
|
||||
de: >-
|
||||
Angabe der vertikalen Abmessung einer Entität von ihrer Basis bis zur
|
||||
Oberseite.
|
||||
fr: >-
|
||||
Spécifier la mesure verticale d'une entité de sa base à son sommet.
|
||||
ar: >-
|
||||
تحديد القياس العمودي لكيان من قاعدته إلى أعلاه.
|
||||
id: >-
|
||||
Menentukan ukuran vertikal suatu entitas dari dasar hingga puncaknya.
|
||||
zh: >-
|
||||
指定实体从底部到顶部的垂直测量值。
|
||||
es: >-
|
||||
Especificar la medida vertical de una entidad desde su base hasta su
|
||||
parte superior.
|
||||
structured_aliases:
|
||||
- literal_form: heeft hoogte
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Höhe
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a une hauteur
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له ارتفاع
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki tinggi
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有高度
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene altura
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: float
|
||||
aliases:
|
||||
- has_or_had_height
|
||||
annotations:
|
||||
replaces_slots: has_or_had_height
|
||||
migration_date: '2026-02-03'
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:height
|
||||
- schema:height # schemaorg.owl:20977-21004 — "The height of the item." Domain: MediaObject/Person/VisualArtwork/Product. Range: QuantitativeValue/Distance.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_homepage
|
||||
# ==============================================================================
|
||||
# To specify the URL of the main website for an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |-----------|-------------------|--------------------|---------|---------------------------------------------|
|
||||
# | **FOAF** | `foaf:homepage` | foaf.ttl:291-301 | exact | "A homepage for some thing." Domain: Thing. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_homepage
|
||||
name: has_homepage
|
||||
title: has_homepage
|
||||
|
|
@ -6,16 +20,74 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
foaf: http://xmlns.com/foaf/0.1/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_homepage:
|
||||
name: has_homepage
|
||||
description: The homepage URL. MIGRATED 2026-02-03 from has_or_had_homepage for conciseness.
|
||||
slot_uri: hc:hasHomepage
|
||||
title: has_homepage
|
||||
slot_uri: foaf:homepage
|
||||
description: >-
|
||||
To specify the URL of the main website or introductory page that serves
|
||||
as the primary digital presence or entry point for the digital platform
|
||||
of an entity.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de URL van de hoofdwebsite of introductiepagina
|
||||
die dient als de primaire digitale aanwezigheid of het toegangspunt
|
||||
voor het digitale platform van een entiteit.
|
||||
de: >-
|
||||
Angabe der URL der Hauptwebsite oder Einführungsseite, die als primäre
|
||||
digitale Präsenz oder Einstiegspunkt für die digitale Plattform einer
|
||||
Entität dient.
|
||||
fr: >-
|
||||
Spécifier l'URL du site web principal ou de la page d'introduction qui
|
||||
sert de présence numérique principale ou de point d'entrée pour la
|
||||
plateforme numérique d'une entité.
|
||||
ar: >-
|
||||
تحديد عنوان URL للموقع الرئيسي أو صفحة التقديم التي تعمل كحضور رقمي
|
||||
أساسي أو نقطة دخول للمنصة الرقمية لكيان ما.
|
||||
id: >-
|
||||
Menentukan URL dari situs web utama atau halaman pengantar yang
|
||||
berfungsi sebagai kehadiran digital utama atau titik masuk untuk
|
||||
platform digital suatu entitas.
|
||||
zh: >-
|
||||
指定作为实体数字平台的主要数字存在或入口点的主网站或介绍页面的URL。
|
||||
es: >-
|
||||
Especificar la URL del sitio web principal o página de introducción que
|
||||
sirve como la presencia digital principal o punto de entrada para la
|
||||
plataforma digital de una entidad.
|
||||
structured_aliases:
|
||||
- literal_form: heeft startpagina
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Homepage
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a une page d'accueil
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له صفحة رئيسية
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki beranda
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有主页
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene página de inicio
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_homepage
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- foaf:homepage # foaf.ttl:291-301 — "A homepage for some thing." Domain: owl:Thing. Range: foaf:Document. InverseFunctionalProperty.
|
||||
comments:
|
||||
- |
|
||||
MIGRATED 2026-02-03 from has_or_had_homepage for conciseness.
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_http_status
|
||||
name: has_http_status
|
||||
title: Has HTTP Status
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_http_status:
|
||||
description: >-
|
||||
HTTP status code associated with a web resource or response.
|
||||
MIGRATED from has_or_had_http_status for conciseness.
|
||||
range: integer
|
||||
slot_uri: hc:hasHttpStatus
|
||||
aliases:
|
||||
- has_or_had_http_status
|
||||
- http_status_code
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
# | **RDFS** | `rdfs:subClassOf` | close | Class hierarchy (inverse) |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# UPDATED: 2026-02-07 - Added alt_descriptions and structured_aliases
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_hypernym
|
||||
|
|
@ -33,8 +34,58 @@ imports:
|
|||
slots:
|
||||
has_hypernym:
|
||||
slot_uri: skos:broader
|
||||
description: |
|
||||
Broader/parent concept in a hierarchy.
|
||||
description: >-
|
||||
To specify a term or concept with a broader, more general meaning that
|
||||
encompasses the specific term (e.g., "fruit" is a hypernym of "apple");
|
||||
a superordinate.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een term of concept met een bredere, meer algemene
|
||||
betekenis die de specifieke term omvat (bijv. "fruit" is een hyperoniem
|
||||
van "appel"); een superordinaat.
|
||||
de: >-
|
||||
Angabe eines Begriffs oder Konzepts mit einer breiteren, allgemeineren
|
||||
Bedeutung, die den spezifischen Begriff umfasst (z. B. „Frucht" ist ein
|
||||
Hyperonym von „Apfel"); ein Oberbegriff.
|
||||
fr: >-
|
||||
Spécifier un terme ou un concept ayant un sens plus large et plus
|
||||
général qui englobe le terme spécifique (par ex., « fruit » est un
|
||||
hyperonyme de « pomme ») ; un terme générique.
|
||||
ar: >-
|
||||
تحديد مصطلح أو مفهوم بمعنى أوسع وأكثر عمومية يشمل المصطلح المحدد
|
||||
(مثال: "فاكهة" هي كلمة شاملة لـ "تفاحة")؛ مصطلح أعلى.
|
||||
id: >-
|
||||
Menentukan istilah atau konsep dengan makna yang lebih luas dan lebih
|
||||
umum yang mencakup istilah spesifik (misalnya, "buah" adalah hipernim
|
||||
dari "apel"); superordinat.
|
||||
zh: >-
|
||||
指定一个含义更广泛、更概括的术语或概念,该术语涵盖特定术语(例如,"水果"是"苹果"的上位词);上义词。
|
||||
es: >-
|
||||
Especificar un término o concepto con un significado más amplio y
|
||||
general que abarca el término específico (p. ej., "fruta" es un
|
||||
hiperónimo de "manzana"); un término superordinado.
|
||||
structured_aliases:
|
||||
- literal_form: heeft hyperoniem
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Hyperonym
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a un hyperonyme
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له كلمة شاملة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki hipernim
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有上位词
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene hiperónimo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
exact_mappings:
|
||||
|
|
@ -43,5 +94,7 @@ slots:
|
|||
- rdfs:subClassOf
|
||||
aliases:
|
||||
- has_or_had_hypernym
|
||||
- has_or_had_parent
|
||||
- has_parent
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
# | **SKOS** | `skos:narrower` | exact | SKOS narrower concept |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# UPDATED: 2026-02-07 - Added alt_descriptions/structured_aliases, fixed slot description
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_hyponym
|
||||
|
|
@ -26,19 +27,73 @@ prefixes:
|
|||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
description: |
|
||||
Narrower/child concept in a hierarchy.
|
||||
To specify a term or concept with a more specific meaning that is included within the broader term (e.g., "apple" is a hyponym of "fruit"); a subordinate.
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_hyponym:
|
||||
slot_uri: skos:narrower
|
||||
description: |
|
||||
Narrower/child concept in a hierarchy.
|
||||
description: >-
|
||||
To specify a term or concept with a more specific meaning that is
|
||||
included within the broader term (e.g., "apple" is a hyponym of
|
||||
"fruit"); a subordinate.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een term of concept met een meer specifieke
|
||||
betekenis die is opgenomen in de bredere term (bijv. "appel" is een
|
||||
hyponiem van "fruit"); een subordinaat.
|
||||
de: >-
|
||||
Angabe eines Begriffs oder Konzepts mit einer spezifischeren Bedeutung,
|
||||
die im breiteren Begriff enthalten ist (z. B. „Apfel" ist ein Hyponym
|
||||
von „Frucht"); ein Unterbegriff.
|
||||
fr: >-
|
||||
Spécifier un terme ou un concept ayant un sens plus spécifique qui est
|
||||
inclus dans le terme plus large (par ex., « pomme » est un hyponyme de
|
||||
« fruit ») ; un terme subordonné.
|
||||
ar: >-
|
||||
تحديد مصطلح أو مفهوم بمعنى أكثر تحديداً يندرج ضمن المصطلح الأوسع
|
||||
(مثال: "تفاحة" هي كلمة فرعية لـ "فاكهة")؛ مصطلح أدنى.
|
||||
id: >-
|
||||
Menentukan istilah atau konsep dengan makna yang lebih spesifik yang
|
||||
termasuk dalam istilah yang lebih luas (misalnya, "apel" adalah hiponim
|
||||
dari "buah"); subordinat.
|
||||
zh: >-
|
||||
指定一个含义更具体的术语或概念,该术语包含在更广泛的术语中(例如,"苹果"是"水果"的下位词);下义词。
|
||||
es: >-
|
||||
Especificar un término o concepto con un significado más específico que
|
||||
está incluido dentro del término más amplio (p. ej., "manzana" es un
|
||||
hipónimo de "fruta"); un término subordinado.
|
||||
structured_aliases:
|
||||
- literal_form: heeft hyponiem
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Hyponym
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a un hyponyme
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له كلمة فرعية
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki hiponim
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有下位词
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene hipónimo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
exact_mappings:
|
||||
- skos:narrower
|
||||
aliases:
|
||||
- has_or_had_hyponym
|
||||
- has_or_had_narrower_instance
|
||||
- has_narrower_instance
|
||||
- has_or_had_subtype
|
||||
- has_subtype
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_image
|
||||
# ==============================================================================
|
||||
# To specify a visual representation that depicts the entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------------|-----------------|--------------------------|---------|---------------------------------------------|
|
||||
# | **Schema.org** | `schema:image` | schemaorg.owl:21413-21434| exact | "An image of the item." Domain: Thing. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_image
|
||||
name: has_image
|
||||
title: has_image
|
||||
|
|
@ -13,8 +27,58 @@ slots:
|
|||
has_image:
|
||||
name: has_image
|
||||
title: has_image
|
||||
description: Image associated with the entity.
|
||||
slot_uri: hc:hasImage
|
||||
slot_uri: schema:image
|
||||
description: >-
|
||||
To specify a visual representation or likeness that depicts the entity,
|
||||
serving as a surrogate for its visual appearance regardless of the medium.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een visuele weergave of gelijkenis die de entiteit
|
||||
afbeeldt, en dient als plaatsvervanger voor het visuele uiterlijk
|
||||
ongeacht het medium.
|
||||
de: >-
|
||||
Angabe einer visuellen Darstellung oder eines Abbildes, das die Entität
|
||||
darstellt und als Stellvertreter für ihr visuelles Erscheinungsbild
|
||||
unabhängig vom Medium dient.
|
||||
fr: >-
|
||||
Spécifier une représentation visuelle ou une image qui dépeint l'entité,
|
||||
servant de substitut pour son apparence visuelle quel que soit le
|
||||
support.
|
||||
ar: >-
|
||||
تحديد تمثيل بصري أو صورة تصور الكيان، وتعمل كبديل عن مظهره المرئي
|
||||
بغض النظر عن الوسيط.
|
||||
id: >-
|
||||
Menentukan representasi visual atau kemiripan yang menggambarkan
|
||||
entitas, berfungsi sebagai pengganti tampilan visualnya terlepas dari
|
||||
mediumnya.
|
||||
zh: >-
|
||||
指定描绘实体的视觉表现或肖像,作为其视觉外观的替代物,不受媒介限制。
|
||||
es: >-
|
||||
Especificar una representación visual o semejanza que represente la
|
||||
entidad, sirviendo como sustituto de su apariencia visual
|
||||
independientemente del medio.
|
||||
structured_aliases:
|
||||
- literal_form: heeft afbeelding
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Bild
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a une image
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له صورة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki gambar
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有图像
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene imagen
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: uri
|
||||
multivalued: true
|
||||
aliases:
|
||||
|
|
@ -22,4 +86,4 @@ slots:
|
|||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:image
|
||||
- schema:image # schemaorg.owl:21413-21434 — "An image of the item. This can be a URL or a fully described ImageObject." Domain: Thing. Range: URL/ImageObject.
|
||||
|
|
|
|||
|
|
@ -1,44 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_imaging_equipment
|
||||
name: has_imaging_equipment_slot
|
||||
title: Has Imaging Equipment Slot
|
||||
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#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_imaging_equipment:
|
||||
description: 'Whether lab has specialized imaging equipment for documentation.
|
||||
|
||||
|
||||
Imaging equipment includes:
|
||||
|
||||
- High-resolution digital photography
|
||||
|
||||
- Infrared reflectography (IRR)
|
||||
|
||||
- X-radiography
|
||||
|
||||
- UV fluorescence imaging
|
||||
|
||||
- Multispectral imaging
|
||||
|
||||
'
|
||||
range: boolean
|
||||
slot_uri: hc:hasImagingEquipment
|
||||
aliases:
|
||||
- has_or_had_imaging_equipment
|
||||
annotations:
|
||||
custodian_types:
|
||||
- '*'
|
||||
exact_mappings:
|
||||
- hc:hasImagingEquipment
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_index_number
|
||||
name: has_index_number
|
||||
title: has_index_number
|
||||
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_index_number:
|
||||
name: has_index_number
|
||||
description: An index number associated with an information carrier or record. MIGRATED 2026-02-03 from has_or_had_index_number for conciseness.
|
||||
slot_uri: hc:hasIndexNumber
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_index_number
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_index_type
|
||||
name: has_index_type
|
||||
title: has_index_type
|
||||
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_index_type:
|
||||
name: has_index_type
|
||||
description: The type of index. MIGRATED 2026-02-03 from has_or_had_index_type for conciseness.
|
||||
slot_uri: hc:hasIndexType
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_index_type
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,3 +1,18 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_inscription
|
||||
# ==============================================================================
|
||||
# To specify text or markings impressed upon the surface of an object.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property/Class | File/Line | Mapping | Notes |
|
||||
# |----------------|-----------------------|------------------------------|---------|--------------------------------------------------|
|
||||
# | **CIDOC-CRM** | `crm:E34_Inscription` | CIDOC_CRM_v7.1.3.rdf:671-683| — | CLASS (not property). Recognisable text on object.|
|
||||
# | **CIDOC-CRM** | `crm:P128_carries` | CIDOC_CRM_v7.1.3.rdf:3939-51| related | Phys.Thing carries Symbolic Object (broader). |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_inscription
|
||||
name: has_inscription
|
||||
title: has_inscription
|
||||
|
|
@ -6,16 +21,79 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
crm: http://www.cidoc-crm.org/cidoc-crm/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_inscription:
|
||||
name: has_inscription
|
||||
description: An inscription on an entity. MIGRATED 2026-02-03 from has_or_had_inscription for conciseness.
|
||||
title: has_inscription
|
||||
slot_uri: hc:hasInscription
|
||||
description: >-
|
||||
To specify text, symbols, or markings that are cut, painted, or otherwise
|
||||
impressed upon the surface of an object (e.g., on a coin, monument, or
|
||||
bookplate).
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van tekst, symbolen of markeringen die zijn gesneden,
|
||||
geschilderd of anderszins aangebracht op het oppervlak van een object
|
||||
(bijv. op een munt, monument of ex-libris).
|
||||
de: >-
|
||||
Angabe von Text, Symbolen oder Markierungen, die in die Oberfläche
|
||||
eines Objekts geschnitten, gemalt oder anderweitig eingeprägt sind
|
||||
(z. B. auf einer Münze, einem Denkmal oder einem Exlibris).
|
||||
fr: >-
|
||||
Spécifier du texte, des symboles ou des marques qui sont gravés, peints
|
||||
ou autrement imprimés sur la surface d'un objet (par ex., sur une
|
||||
pièce de monnaie, un monument ou un ex-libris).
|
||||
ar: >-
|
||||
تحديد نص أو رموز أو علامات منقوشة أو مرسومة أو مطبوعة بأي طريقة على
|
||||
سطح جسم ما (مثل عملة معدنية أو نصب تذكاري أو لوحة كتاب).
|
||||
id: >-
|
||||
Menentukan teks, simbol, atau tanda yang diukir, dilukis, atau
|
||||
dicetak pada permukaan suatu objek (misalnya, pada koin, monumen,
|
||||
atau plat buku).
|
||||
zh: >-
|
||||
指定刻、绘或以其他方式印于物体表面的文字、符号或标记(例如,硬币、纪念碑或藏书票上的铭文)。
|
||||
es: >-
|
||||
Especificar texto, símbolos o marcas que están grabados, pintados o
|
||||
impresos de otro modo sobre la superficie de un objeto (p. ej., en una
|
||||
moneda, monumento o exlibris).
|
||||
structured_aliases:
|
||||
- literal_form: heeft inscriptie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Inschrift
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a une inscription
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له نقش
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki prasasti
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有铭文
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene inscripción
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_inscription
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
related_mappings:
|
||||
- crm:P128_carries # CIDOC_CRM_v7.1.3.rdf:3939-3951 — "This property identifies an instance E90 Symbolic Object carried by an instance of E18 Physical Thing." Broader: any symbolic object carried, not specifically inscriptions.
|
||||
comments:
|
||||
- |
|
||||
MIGRATED 2026-02-03 from has_or_had_inscription for conciseness.
|
||||
- |
|
||||
**ONTOLOGY NOTE**: CIDOC-CRM has `E34_Inscription` as a CLASS (CIDOC_CRM_v7.1.3.rdf:671-683),
|
||||
not a property. The closest property is `crm:P128_carries` (Physical Thing carries
|
||||
Symbolic Object), but that is broader — it covers any symbolic content carried by a
|
||||
physical object, not just inscriptions specifically. Therefore mapped as related.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_interface
|
||||
# ==============================================================================
|
||||
# To specify the mechanism through which systems or users interact.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |-----------|-----------------------|--------------------|---------|------------------------------------------------|
|
||||
# | **DCAT** | `dcat:accessService` | dcat3.ttl:536-550 | close | Dataset access endpoint (narrower domain). |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_interface
|
||||
name: has_interface
|
||||
title: has_interface
|
||||
|
|
@ -19,13 +33,77 @@ imports:
|
|||
slots:
|
||||
has_interface:
|
||||
name: has_interface
|
||||
description: Indicates an interface or access point for a digital resource. MIGRATED 2026-02-03 from has_or_had_interface for conciseness.
|
||||
title: has_interface
|
||||
slot_uri: hc:hasInterface
|
||||
description: >-
|
||||
To specify the shared boundary, connection, or mechanism (such as a
|
||||
Graphical User Interface or API) through which separate components,
|
||||
systems, or users exchange information and interact.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de gedeelde grens, verbinding of het mechanisme
|
||||
(zoals een grafische gebruikersinterface of API) waarmee afzonderlijke
|
||||
componenten, systemen of gebruikers informatie uitwisselen en
|
||||
communiceren.
|
||||
de: >-
|
||||
Angabe der gemeinsamen Schnittstelle, Verbindung oder des Mechanismus
|
||||
(wie eine grafische Benutzeroberfläche oder API), über die separate
|
||||
Komponenten, Systeme oder Benutzer Informationen austauschen und
|
||||
interagieren.
|
||||
fr: >-
|
||||
Spécifier la frontière partagée, la connexion ou le mécanisme (tel
|
||||
qu'une interface graphique utilisateur ou une API) par lequel des
|
||||
composants, systèmes ou utilisateurs distincts échangent des
|
||||
informations et interagissent.
|
||||
ar: >-
|
||||
تحديد الحدود المشتركة أو الاتصال أو الآلية (مثل واجهة المستخدم
|
||||
الرسومية أو واجهة برمجة التطبيقات) التي تتبادل من خلالها المكونات
|
||||
أو الأنظمة أو المستخدمون المنفصلون المعلومات ويتفاعلون.
|
||||
id: >-
|
||||
Menentukan batas bersama, koneksi, atau mekanisme (seperti Antarmuka
|
||||
Pengguna Grafis atau API) yang melaluinya komponen, sistem, atau
|
||||
pengguna yang terpisah bertukar informasi dan berinteraksi.
|
||||
zh: >-
|
||||
指定共享边界、连接或机制(如图形用户界面或API),不同组件、系统或用户通过该机制交换信息并进行交互。
|
||||
es: >-
|
||||
Especificar el límite compartido, la conexión o el mecanismo (como una
|
||||
interfaz gráfica de usuario o API) a través del cual componentes,
|
||||
sistemas o usuarios separados intercambian información e interactúan.
|
||||
structured_aliases:
|
||||
- literal_form: heeft interface
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: hat Schnittstelle
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: a une interface
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: له واجهة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: memiliki antarmuka
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 具有接口
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tiene interfaz
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_interface
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- dcat:accessService
|
||||
close_mappings:
|
||||
- dcat:accessService # dcat3.ttl:536-550 — "A site or end-point that gives access to the distribution of the dataset." Range: DataService. Narrower domain: specifically about dataset access endpoints, not general interfaces (GUIs, system boundaries, etc.).
|
||||
comments:
|
||||
- |
|
||||
MIGRATED 2026-02-03 from has_or_had_interface for conciseness.
|
||||
- |
|
||||
**ONTOLOGY NOTE**: `dcat:accessService` (dcat3.ttl:536-550) is specifically about
|
||||
dataset distribution access endpoints (Range: DataService). This slot is broader —
|
||||
it covers any interface type including GUIs, APIs, system boundaries, and user
|
||||
interaction points. Therefore demoted from exact to close.
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_inventory_url
|
||||
name: has_inventory_url
|
||||
title: has_inventory_url
|
||||
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_inventory_url:
|
||||
name: has_inventory_url
|
||||
description: URL to an inventory. MIGRATED 2026-02-03 from has_or_had_inventory_url for conciseness.
|
||||
slot_uri: hc:hasInventoryUrl
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_inventory_url
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_investment
|
||||
name: has_investment
|
||||
title: has_investment
|
||||
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_investment:
|
||||
name: has_investment
|
||||
description: Investment amount or value. MIGRATED 2026-02-03 from has_or_had_investment for conciseness.
|
||||
slot_uri: hc:hasInvestment
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_investment
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_involved_actor
|
||||
name: has_involved_actor
|
||||
title: has_involved_actor
|
||||
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_involved_actor:
|
||||
name: has_involved_actor
|
||||
description: An actor involved in an activity. MIGRATED 2026-02-03 from has_or_had_involved_actor for conciseness.
|
||||
slot_uri: hc:hasInvolvedActor
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_involved_actor
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_iso_639_1
|
||||
name: has_iso_639_1
|
||||
title: has iso 639 1
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
org: http://www.w3.org/ns/org#
|
||||
oa: http://www.w3.org/ns/oa#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_iso_639_1:
|
||||
slot_uri: hc:hasIso6391
|
||||
description: 'ISO 639-1 two-letter language code.
|
||||
|
||||
|
||||
MIGRATED 2026-02-03 from has_or_had_iso_639_1 for conciseness.'
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_iso_639_1
|
||||
close_mappings:
|
||||
- dct:language
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
specificity_score: 0.3
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_iso_639_3
|
||||
name: has_iso_639_3
|
||||
title: has iso 639 3
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
org: http://www.w3.org/ns/org#
|
||||
oa: http://www.w3.org/ns/oa#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_iso_639_3:
|
||||
slot_uri: hc:hasIso6393
|
||||
description: 'ISO 639-3 three-letter language code.
|
||||
|
||||
|
||||
MIGRATED 2026-02-03 from has_or_had_iso_639_3 for conciseness.'
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_iso_639_3
|
||||
close_mappings:
|
||||
- dct:language
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
specificity_score: 0.3
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_iso_code
|
||||
name: has_iso_code
|
||||
title: has_iso_code
|
||||
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
|
||||
slots:
|
||||
has_iso_code:
|
||||
name: has_iso_code
|
||||
title: has_iso_code
|
||||
description: ISO code associated with the entity.
|
||||
slot_uri: hc:hasIsoCode
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_iso_
|
||||
- has_or_had_iso_code
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_key_contact
|
||||
name: has_key_contact
|
||||
title: has_key_contact
|
||||
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_key_contact:
|
||||
name: has_key_contact
|
||||
description: A key contact person. MIGRATED 2026-02-03 from has_or_had_key_contact for conciseness.
|
||||
slot_uri: hc:hasKeyContact
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_key_contact
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -4,11 +4,12 @@
|
|||
# Human-readable label for an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
# | Ontology | Property | Mapping | Notes |
|
||||
# |---------------|-------------------|---------|----------------------------------|
|
||||
# | **SKOS** | `skos:prefLabel` | exact | Preferred label |
|
||||
# | **RDFS** | `rdfs:label` | close | RDF Schema label |
|
||||
# | **Schema.org**| `schema:name` | related | Name property |
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-------------------|--------------------|---------|----------------------------------------------|
|
||||
# | **SKOS** | `skos:prefLabel` | skos.rdf:117-134 | exact | "The preferred lexical label for a resource." |
|
||||
# | **RDFS** | `rdfs:label` | (core RDF Schema) | close | General-purpose label, not "preferred." |
|
||||
# | **Schema.org**| `schema:name` | (schemaorg.owl) | related | Name property (broader: official name). |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# ==============================================================================
|
||||
|
|
@ -23,27 +24,60 @@ prefixes:
|
|||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
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/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
description: |
|
||||
Human-readable label for an entity.
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_label:
|
||||
slot_uri: skos:prefLabel
|
||||
description: |
|
||||
Human-readable label for an entity.
|
||||
description: >-
|
||||
To specify a human-readable name, title, or short text string used to identify or describe an entity, typically intended for display purposes rather than unique identification.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een voor mensen leesbare naam, titel of korte tekstreeks die wordt gebruikt om een entiteit te identificeren of te beschrijven, doorgaans bedoeld voor weergavedoeleinden in plaats van unieke identificatie.
|
||||
de: >-
|
||||
Angabe eines menschenlesbaren Namens, Titels oder kurzen Textstrings zur Identifikation oder Beschreibung einer Entitaet, typischerweise fuer Anzeigezwecke statt zur eindeutigen Identifikation.
|
||||
fr: >-
|
||||
Specifier un nom, un titre ou une courte chaine de texte lisible par l'homme, utilise pour identifier ou decrire une entite, generalement destine a l'affichage plutot qu'a l'identification unique.
|
||||
ar: >-
|
||||
تحديد اسم أو عنوان أو سلسلة نصية قصيرة مقروءة بشرياً تُستخدم لتعريف أو وصف كيان ما، وعادةً ما تكون مخصصة لأغراض العرض بدلاً من التعريف الفريد.
|
||||
id: >-
|
||||
Menentukan nama, judul, atau string teks pendek yang dapat dibaca manusia yang digunakan untuk mengidentifikasi atau mendeskripsikan suatu entitas, biasanya dimaksudkan untuk tujuan tampilan daripada identifikasi unik.
|
||||
zh: >-
|
||||
指定用于标识或描述实体的人类可读名称、标题或短文本字符串,通常用于显示目的而非唯一标识。
|
||||
es: >-
|
||||
Especificar un nombre, titulo o cadena de texto corta legible por humanos, utilizada para identificar o describir una entidad, generalmente destinada a fines de visualizacion en lugar de identificacion unica.
|
||||
structured_aliases:
|
||||
- literal_form: label
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Bezeichnung
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: libelle
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: تسمية
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: label
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 标签
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: etiqueta
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
exact_mappings:
|
||||
- skos:prefLabel
|
||||
- skos:prefLabel # skos.rdf:117-134 - "The preferred lexical label for a resource, in a given language."
|
||||
close_mappings:
|
||||
- rdfs:label
|
||||
- rdfs:label # Core RDF Schema - general-purpose label, not constrained to "preferred."
|
||||
related_mappings:
|
||||
- schema:name
|
||||
- schema:name # schemaorg.owl - "The name of the item." Broader: official name of an entity.
|
||||
aliases:
|
||||
- has_or_had_label
|
||||
- is_or_was_halc_adm2_name
|
||||
|
|
@ -53,5 +87,7 @@ slots:
|
|||
- protocol_name
|
||||
- has_or_had_custodian_name
|
||||
- has_custodian_name
|
||||
- has_or_had_secondary_label
|
||||
- has_secondary_label
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -3,6 +3,15 @@
|
|||
# ==============================================================================
|
||||
# Language associated with an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|----------------------------|---------|----------------------------------------------------|
|
||||
# | **DCTerms** | `dcterms:language` | dcterms.rdf:1611-1630 | close | "A language of the resource." General but resource- |
|
||||
# | | | | | focused; this slot extends to expression/descript. |
|
||||
# | **Schema.org**| `schema:inLanguage` | schemaorg.owl:21591-21620 | close | "The language of the content or performance." |
|
||||
# | | | | | Domain: Event/CreativeWork/BroadcastService. |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# ==============================================================================
|
||||
|
||||
|
|
@ -14,29 +23,66 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
schema: http://schema.org/
|
||||
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
|
||||
description: |
|
||||
Language associated with an entity.
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_language:
|
||||
slot_uri: dcterms:language
|
||||
description: |
|
||||
Language associated with an entity.
|
||||
slot_uri: hc:has_language
|
||||
description: >-
|
||||
To specify the natural language or dialect used in the content, expression, or description of an entity (often represented by a standard code or identifier).
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de natuurlijke taal of het dialect dat wordt gebruikt in de inhoud, expressie of beschrijving van een entiteit (vaak weergegeven door een standaardcode of identificatiemiddel).
|
||||
de: >-
|
||||
Angabe der natuerlichen Sprache oder des Dialekts, die im Inhalt, Ausdruck oder in der Beschreibung einer Entitaet verwendet wird (oft dargestellt durch einen Standardcode oder eine Kennung).
|
||||
fr: >-
|
||||
Specifier la langue naturelle ou le dialecte utilise dans le contenu, l'expression ou la description d'une entite (souvent represente par un code ou un identifiant standard).
|
||||
ar: >-
|
||||
تحديد اللغة الطبيعية أو اللهجة المستخدمة في محتوى أو تعبير أو وصف كيان ما (غالباً ما يتم تمثيلها برمز أو معرف قياسي).
|
||||
id: >-
|
||||
Menentukan bahasa alami atau dialek yang digunakan dalam konten, ekspresi, atau deskripsi suatu entitas (sering direpresentasikan oleh kode atau pengenal standar).
|
||||
zh: >-
|
||||
指定用于实体的内容、表达或描述中的自然语言或方言(通常用标准代码或标识符表示)。
|
||||
es: >-
|
||||
Especificar el idioma natural o dialecto utilizado en el contenido, expresion o descripcion de una entidad (a menudo representado por un codigo o identificador estandar).
|
||||
structured_aliases:
|
||||
- literal_form: taal
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Sprache
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: langue
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: لغة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: bahasa
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 语言
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: idioma
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
exact_mappings:
|
||||
- dcterms:language
|
||||
close_mappings:
|
||||
- schema:inLanguage
|
||||
- dcterms:language # dcterms.rdf:1611-1630 - "A language of the resource." Resource-focused; this slot extends to expression/description contexts.
|
||||
- schema:inLanguage # schemaorg.owl:21591-21620 - "The language of the content or performance." Domain: Event/CreativeWork/BroadcastService.
|
||||
aliases:
|
||||
- has_or_had_language
|
||||
- en
|
||||
- has_or_had_appellation_language
|
||||
- has_or_had_iso_639_1
|
||||
- has_iso_639_1
|
||||
- has_or_had_iso_639_3
|
||||
- has_iso_639_3
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -3,6 +3,12 @@
|
|||
# ==============================================================================
|
||||
# Level or granularity associated with an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# No standard ontology match. This is a domain-specific concept for indicating
|
||||
# rank, grade, or position within a hierarchical structure (e.g., archival
|
||||
# description levels such as fonds, series, or item).
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# ==============================================================================
|
||||
|
||||
|
|
@ -14,21 +20,54 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
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
|
||||
description: |
|
||||
Level or granularity associated with an entity.
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_level:
|
||||
slot_uri: hc:hasLevel
|
||||
description: |
|
||||
Level or granularity associated with an entity.
|
||||
description: >-
|
||||
To specify the rank, grade, or position of an entity within a hierarchical structure or scale (often used in archival description to denote levels such as fonds, series, or item).
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de rang, graad of positie van een entiteit binnen een hierarchische structuur of schaal (vaak gebruikt in archiefbeschrijving om niveaus aan te duiden zoals archief, serie of stuk).
|
||||
de: >-
|
||||
Angabe des Rangs, Grades oder der Position einer Entitaet innerhalb einer hierarchischen Struktur oder Skala (oft in der Archivbeschreibung verwendet zur Bezeichnung von Stufen wie Bestand, Serie oder Einzelstueck).
|
||||
fr: >-
|
||||
Specifier le rang, le grade ou la position d'une entite au sein d'une structure ou d'une echelle hierarchique (souvent utilise dans la description archivistique pour designer des niveaux tels que fonds, serie ou piece).
|
||||
ar: >-
|
||||
تحديد الرتبة أو الدرجة أو الموقع لكيان ما ضمن هيكل هرمي أو مقياس (يُستخدم غالباً في الوصف الأرشيفي للإشارة إلى مستويات مثل الرصيد أو السلسلة أو الوحدة).
|
||||
id: >-
|
||||
Menentukan peringkat, tingkat, atau posisi suatu entitas dalam struktur hierarkis atau skala (sering digunakan dalam deskripsi kearsipan untuk menunjukkan tingkatan seperti fonds, seri, atau item).
|
||||
zh: >-
|
||||
指定实体在层次结构或等级中的等级、级别或位置(常用于档案描述中标示如全宗、系列或件等层级)。
|
||||
es: >-
|
||||
Especificar el rango, grado o posicion de una entidad dentro de una estructura jerarquica o escala (a menudo utilizado en la descripcion archivistica para denotar niveles como fondo, serie o unidad documental).
|
||||
structured_aliases:
|
||||
- literal_form: niveau
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Stufe
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: niveau
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: مستوى
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: tingkat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 层级
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: nivel
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: false
|
||||
aliases:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,18 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_liability
|
||||
# ==============================================================================
|
||||
# Legal responsibility, duty, obligation, or financial debt of an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------|----------------------------|----------|--------------------------------------------------------|
|
||||
# | **Schema.org**| `schema:amount` | schemaorg.owl:7894-7924 | related | "The amount of money." Domain: InvestmentOrDeposit, |
|
||||
# | | | | | LoanOrCredit, MoneyTransfer. Financial transaction ctx.|
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_liability
|
||||
name: has_liability
|
||||
title: has_liability
|
||||
|
|
@ -6,12 +21,6 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
|
|
@ -19,24 +28,59 @@ slots:
|
|||
has_liability:
|
||||
name: has_liability
|
||||
slot_uri: hc:hasLiability
|
||||
description: 'Liability amount of an organization.
|
||||
|
||||
**USAGE**:
|
||||
Used for:
|
||||
- Total liabilities
|
||||
- Debt obligations
|
||||
- Financial commitments
|
||||
|
||||
MIGRATED 2026-02-03: Renamed from has_or_had_liability for conciseness.'
|
||||
description: >-
|
||||
To specify a legal responsibility, duty, obligation, or financial debt that an entity is subject to or accountable for.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een wettelijke verantwoordelijkheid, plicht, verplichting of financiele schuld waarvoor een entiteit onderworpen is of verantwoording voor draagt.
|
||||
de: >-
|
||||
Angabe einer rechtlichen Verantwortung, Pflicht, Verpflichtung oder finanziellen Schuld, der eine Entitaet unterliegt oder fuer die sie rechenschaftspflichtig ist.
|
||||
fr: >-
|
||||
Specifier une responsabilite legale, un devoir, une obligation ou une dette financiere a laquelle une entite est soumise ou dont elle est redevable.
|
||||
ar: >-
|
||||
تحديد مسؤولية قانونية أو واجب أو التزام أو دين مالي يخضع له كيان ما أو يكون مسؤولاً عنه.
|
||||
id: >-
|
||||
Menentukan tanggung jawab hukum, kewajiban, atau utang keuangan yang menjadi beban atau pertanggungjawaban suatu entitas.
|
||||
zh: >-
|
||||
指定实体所承担或负责的法律责任、义务或财务债务。
|
||||
es: >-
|
||||
Especificar una responsabilidad legal, deber, obligacion o deuda financiera a la que una entidad esta sujeta o de la cual es responsable.
|
||||
structured_aliases:
|
||||
- literal_form: aansprakelijkheid
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Haftung
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: responsabilite
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: مسؤولية
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: kewajiban
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 责任
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: responsabilidad
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_liability
|
||||
related_mappings:
|
||||
- schema:amount # schemaorg.owl:7894-7924 - "The amount of money." Domain: InvestmentOrDeposit/LoanOrCredit/MoneyTransfer. Different financial context.
|
||||
examples:
|
||||
- value:
|
||||
value: 500000
|
||||
unit: EUR
|
||||
description: Total liabilities of 500,000 EUR
|
||||
comments:
|
||||
- |
|
||||
**USAGE**: Used for total liabilities, debt obligations, financial commitments.
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_liability for conciseness (2026-02-03).
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:amount
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_link
|
||||
name: has_link_slot
|
||||
title: Has Link Slot
|
||||
prefixes:
|
||||
foaf: http://xmlns.com/foaf/0.1/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
linkml: https://w3id.org/linkml/
|
||||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_link:
|
||||
description: Collection of all links/URLs associated with an entity.
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:url
|
||||
aliases:
|
||||
- has_or_had_link
|
||||
exact_mappings:
|
||||
- schema:url
|
||||
close_mappings:
|
||||
- foaf:page
|
||||
- rdfs:seeAlso
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
custodian_types_rationale: Applicable to all heritage custodian types.
|
||||
custodian_types_primary: M
|
||||
specificity_score: 0.5
|
||||
specificity_rationale: Moderately specific slot.
|
||||
|
|
@ -1,31 +1,86 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_loading_dock
|
||||
# ==============================================================================
|
||||
# Indicates whether a facility has a dedicated loading dock area.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-------------------------|----------------------------|---------|-----------------------------------------------|
|
||||
# | Schema.org | `schema:amenityFeature` | schemaorg.owl:7869-7893 | related | Accommodation-specific amenity feature. |
|
||||
#
|
||||
# No standard ontology property for loading dock presence. schema:amenityFeature
|
||||
# is related but domain-restricted to Accommodation/LodgingBusiness/Place.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_loading_dock
|
||||
name: has_loading_dock_slot
|
||||
title: Has Loading Dock Slot
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
schema: http://schema.org/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
prov: http://www.w3.org/ns/prov#
|
||||
crm: http://www.cidoc-crm.org/cidoc-crm/
|
||||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_loading_dock:
|
||||
slot_uri: hc:hasLoadingDock
|
||||
description: 'Whether warehouse has a loading dock for truck access.
|
||||
|
||||
'
|
||||
description: >-
|
||||
To specify the presence or characteristics of a dedicated platform or area at a facility
|
||||
where goods vehicles (such as trucks) can be loaded and unloaded.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Geeft de aanwezigheid of kenmerken aan van een speciaal platform of gebied bij een
|
||||
faciliteit waar goederenvoertuigen (zoals vrachtwagens) kunnen worden geladen en gelost.
|
||||
de: >-
|
||||
Gibt das Vorhandensein oder die Merkmale einer dedizierten Plattform oder eines Bereichs
|
||||
an einer Einrichtung an, an der Güterfahrzeuge (wie Lastwagen) be- und entladen werden können.
|
||||
fr: >-
|
||||
Indique la présence ou les caractéristiques d'une plate-forme ou d'une zone dédiée dans
|
||||
une installation où les véhicules de marchandises (tels que les camions) peuvent être
|
||||
chargés et déchargés.
|
||||
ar: >-
|
||||
يحدد وجود أو خصائص منصة أو منطقة مخصصة في منشأة حيث يمكن تحميل وتفريغ مركبات البضائع
|
||||
(مثل الشاحنات).
|
||||
id: >-
|
||||
Menentukan keberadaan atau karakteristik platform atau area khusus di fasilitas tempat
|
||||
kendaraan barang (seperti truk) dapat dimuat dan dibongkar.
|
||||
zh: >-
|
||||
指定设施中专用平台或区域的存在或特征,货运车辆(如卡车)可在此装卸货物。
|
||||
es: >-
|
||||
Especifica la presencia o características de una plataforma o área dedicada en una
|
||||
instalación donde los vehículos de mercancías (como camiones) pueden ser cargados y
|
||||
descargados.
|
||||
structured_aliases:
|
||||
- literal_form: Laadperron
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Laderampe
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Quai de chargement
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: رصيف تحميل
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Dok pemuatan
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 装卸码头
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Muelle de carga
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: boolean
|
||||
aliases:
|
||||
- has_or_had_loading_dock
|
||||
annotations:
|
||||
custodian_types:
|
||||
- '*'
|
||||
exact_mappings:
|
||||
- hc:hasLoadingDock
|
||||
- '*'
|
||||
related_mappings:
|
||||
- schema:amenityFeature # schemaorg.owl:7869-7893 - Accommodation-specific amenity feature
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_local_collection
|
||||
name: has_local_collection_slot
|
||||
title: Has Local Collection Slot
|
||||
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#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_local_collection:
|
||||
description: 'Whether this branch holds a local or specialized collection.
|
||||
|
||||
|
||||
TRUE: Branch maintains collection materials on-site
|
||||
|
||||
FALSE: Branch provides access but collections housed elsewhere
|
||||
|
||||
'
|
||||
range: boolean
|
||||
slot_uri: hc:hasLocalCollection
|
||||
aliases:
|
||||
- has_or_had_local_collection
|
||||
annotations:
|
||||
custodian_types:
|
||||
- '*'
|
||||
exact_mappings:
|
||||
- hc:hasLocalCollection
|
||||
|
|
@ -1,7 +1,16 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_location
|
||||
# ==============================================================================
|
||||
# Location of an entity.
|
||||
# Physical place, position, or site where an entity is situated.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|---------------------|----------------------------|---------|----------------------------------------------------|
|
||||
# | **Schema.org**| `schema:location` | schemaorg.owl:25018-25046 | exact | "The location of, for example, where an event is |
|
||||
# | | | | | happening, where an organization is located." |
|
||||
# | | | | | Domain: Event/Organization/Action. |
|
||||
# | **PROV-O** | `prov:atLocation` | prov.ttl:486-504 | close | "The Location of any resource." Provenance-focused.|
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# ==============================================================================
|
||||
|
|
@ -15,26 +24,61 @@ prefixes:
|
|||
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
|
||||
description: |
|
||||
Location of an entity.
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_location:
|
||||
slot_uri: schema:location
|
||||
description: |
|
||||
Location of an entity.
|
||||
description: >-
|
||||
To specify the physical place, position, or site where an entity is situated, stored, or where an event occurred.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de fysieke plaats, positie of locatie waar een entiteit zich bevindt, is opgeslagen, of waar een gebeurtenis heeft plaatsgevonden.
|
||||
de: >-
|
||||
Angabe des physischen Ortes, der Position oder der Staette, an der sich eine Entitaet befindet, gelagert wird oder an der ein Ereignis stattfand.
|
||||
fr: >-
|
||||
Specifier le lieu physique, la position ou le site ou une entite est situee, stockee, ou ou un evenement s'est produit.
|
||||
ar: >-
|
||||
تحديد المكان المادي أو الموقع أو الموضع الذي يقع فيه كيان ما أو يُخزن فيه أو حيث وقع حدث ما.
|
||||
id: >-
|
||||
Menentukan tempat fisik, posisi, atau lokasi di mana suatu entitas berada, disimpan, atau di mana suatu peristiwa terjadi.
|
||||
zh: >-
|
||||
指定实体所在、存放的物理地点、位置或场所,或事件发生的地点。
|
||||
es: >-
|
||||
Especificar el lugar fisico, la posicion o el sitio donde una entidad esta situada, almacenada, o donde ocurrio un evento.
|
||||
structured_aliases:
|
||||
- literal_form: locatie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Standort
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: emplacement
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: موقع
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: lokasi
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 位置
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: ubicacion
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
exact_mappings:
|
||||
- schema:location
|
||||
- schema:location # schemaorg.owl:25018-25046 - "The location of, for example, where an event is happening, where an organization is located, or where an action takes place." Domain: Event/Organization/Action.
|
||||
close_mappings:
|
||||
- prov:atLocation # prov.ttl:486-504 - "The Location of any resource." Domain: Activity/Agent/Entity/InstantaneousEvent. Provenance-focused.
|
||||
aliases:
|
||||
- has_or_had_location
|
||||
- is_or_was_ends_or_ended_at_location
|
||||
- is_or_was_ends_or_ended_at_location
|
||||
- ends_or_ended_at_location
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,21 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_main_part
|
||||
# ==============================================================================
|
||||
# The primary, principal, or central component of a complex entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|---------------------|----------------------------|---------|----------------------------------------------------|
|
||||
# | **Schema.org**| `schema:hasPart` | schemaorg.owl:20403-20429 | close | "Indicates an item or CreativeWork that is part of |
|
||||
# | | | | | this item." Any part, not specifically the main one.|
|
||||
# | | | | | Domain: CreativeWork. |
|
||||
# | **DCTerms** | `dcterms:hasPart` | dcterms.rdf:1347-1368 | close | "A related resource that is included... in the |
|
||||
# | | | | | described resource." Any part, not the main one. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_main_part
|
||||
name: has_main_part
|
||||
title: has_main_part
|
||||
|
|
@ -6,32 +24,64 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_main_part:
|
||||
name: has_main_part
|
||||
slot_uri: hc:hasMainPart
|
||||
description: 'Links to a MainPart representing the principal/primary portion of something.
|
||||
|
||||
**USE CASES**: - Capital budget (primary budget allocation for infrastructure/equipment) - Primary collection holdings - Main organizational unit
|
||||
|
||||
**ONTOLOGY ALIGNMENT**: - slot_uri: schema:hasPart (primary) - Represents a significant/main portion of a larger whole
|
||||
|
||||
MIGRATED 2026-02-03: Renamed from has_or_had_main_part for conciseness.'
|
||||
description: >-
|
||||
To specify the primary, principal, or central component of a complex entity, distinct from secondary, dependent, or accessory parts.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van het primaire, voornaamste of centrale onderdeel van een complexe entiteit, te onderscheiden van secundaire, afhankelijke of bijkomende onderdelen.
|
||||
de: >-
|
||||
Angabe des primaeren, wesentlichen oder zentralen Bestandteils einer komplexen Entitaet, im Unterschied zu sekundaeren, abhaengigen oder ergaenzenden Teilen.
|
||||
fr: >-
|
||||
Specifier le composant primaire, principal ou central d'une entite complexe, distinct des parties secondaires, dependantes ou accessoires.
|
||||
ar: >-
|
||||
تحديد المكون الأساسي أو الرئيسي أو المركزي لكيان معقد، وتمييزه عن الأجزاء الثانوية أو التابعة أو الفرعية.
|
||||
id: >-
|
||||
Menentukan komponen utama, pokok, atau sentral dari suatu entitas kompleks, berbeda dari bagian sekunder, dependen, atau pelengkap.
|
||||
zh: >-
|
||||
指定复杂实体的主要、首要或核心组成部分,区别于次要、从属或附属部分。
|
||||
es: >-
|
||||
Especificar el componente primario, principal o central de una entidad compleja, distinto de las partes secundarias, dependientes o accesorias.
|
||||
structured_aliases:
|
||||
- literal_form: hoofdonderdeel
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Hauptbestandteil
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: partie principale
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: الجزء الرئيسي
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: bagian utama
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 主要部分
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: parte principal
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
inlined: false
|
||||
aliases:
|
||||
- has_or_had_main_part
|
||||
exact_mappings:
|
||||
- schema:hasPart
|
||||
close_mappings:
|
||||
- schema:hasPart # schemaorg.owl:20403-20429 - "Indicates an item or CreativeWork that is part of this item." Any part, not specifically the main/principal one. Domain: CreativeWork.
|
||||
- dcterms:hasPart # dcterms.rdf:1347-1368 - "A related resource that is included either physically or logically in the described resource." Any part, not the main one.
|
||||
comments:
|
||||
- |
|
||||
**USAGE**: Capital budget (primary budget allocation), primary collection holdings, main organizational unit.
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_main_part for conciseness (2026-02-03).
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
custodian_types_rationale: Main parts are universal across organizational contexts
|
||||
|
|
|
|||
|
|
@ -1,9 +1,27 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_mandate
|
||||
# ==============================================================================
|
||||
# Authority, commission, or legal instruction given to an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |-----------|---------------------------|----------------------------|---------|----------------------------------------------------|
|
||||
# | **RiC-O** | `rico:authorizedBy` | RiC-O_1-1.rdf:1776-1810 | close | "Inverse of 'authorizes'." Domain: Agent, |
|
||||
# | | | | | Range: Mandate. Agent authorized by Mandate. |
|
||||
# | **RiC-O** | `rico:authorizingMandate` | RiC-O_1-1.rdf:20838-20865 | close | "Information on a Mandate that authorizes an Agent |
|
||||
# | | | | | to perform an Activity." DatatypeProperty (literal).|
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_mandate
|
||||
name: has_mandate
|
||||
title: has_mandate
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
default_prefix: hc
|
||||
|
|
@ -12,10 +30,54 @@ imports:
|
|||
slots:
|
||||
has_mandate:
|
||||
name: has_mandate
|
||||
description: A formal mandate or responsibility. MIGRATED 2026-02-03 from has_or_had_mandate for conciseness.
|
||||
slot_uri: hc:hasMandate
|
||||
description: >-
|
||||
To specify the authority, commission, or legal instruction given to an entity (such as an organization or official) to perform specific functions, responsibilities, or activities.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de bevoegdheid, opdracht of wettelijke instructie die aan een entiteit (zoals een organisatie of functionaris) is gegeven om specifieke functies, verantwoordelijkheden of activiteiten uit te voeren.
|
||||
de: >-
|
||||
Angabe der Befugnis, des Auftrags oder der rechtlichen Weisung, die einer Entitaet (wie einer Organisation oder einem Beamten) erteilt wurde, um bestimmte Funktionen, Verantwortlichkeiten oder Aktivitaeten auszufuehren.
|
||||
fr: >-
|
||||
Specifier l'autorite, la mission ou l'instruction legale donnee a une entite (telle qu'une organisation ou un fonctionnaire) pour exercer des fonctions, des responsabilites ou des activites specifiques.
|
||||
ar: >-
|
||||
تحديد السلطة أو التفويض أو التعليمات القانونية الممنوحة لكيان ما (مثل منظمة أو مسؤول) لأداء وظائف أو مسؤوليات أو أنشطة محددة.
|
||||
id: >-
|
||||
Menentukan wewenang, komisi, atau instruksi hukum yang diberikan kepada suatu entitas (seperti organisasi atau pejabat) untuk menjalankan fungsi, tanggung jawab, atau kegiatan tertentu.
|
||||
zh: >-
|
||||
指定授予实体(如组织或官员)以执行特定职能、职责或活动的权力、委托或法律指令。
|
||||
es: >-
|
||||
Especificar la autoridad, comision o instruccion legal otorgada a una entidad (como una organizacion o funcionario) para desempenar funciones, responsabilidades o actividades especificas.
|
||||
structured_aliases:
|
||||
- literal_form: mandaat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Mandat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: mandat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: تفويض
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: mandat
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 授权
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: mandato
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_mandate
|
||||
close_mappings:
|
||||
- rico:authorizedBy # RiC-O_1-1.rdf:1776-1810 - "Inverse of 'authorizes'." Domain: Agent, Range: Mandate. Connects agent to its authorizing mandate.
|
||||
- rico:authorizingMandate # RiC-O_1-1.rdf:20838-20865 - "Information on a Mandate that authorizes an Agent to perform an Activity." DatatypeProperty (literal value).
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_mandate for conciseness (2026-02-03).
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,21 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_material_type
|
||||
# ==============================================================================
|
||||
# Substance, physical medium, or matter of which an object is composed.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-----------------------|--------------------------------|---------|--------------------------------------------|
|
||||
# | **Schema.org**| `schema:material` | schemaorg.owl:25511-25535 | close | "A material that something is made from." |
|
||||
# | | | | | Domain: CreativeWork/Product. About actual |
|
||||
# | | | | | material, not material type classification.|
|
||||
# | **CIDOC-CRM** | `crm:P45_consists_of` | CIDOC_CRM_v7.1.3.rdf:2297-2316| close | "Identifies instances of E57 Materials of |
|
||||
# | | | | | which E18 Physical Thing is composed." |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_material_type
|
||||
name: has_material_type
|
||||
title: has_material_type
|
||||
|
|
@ -6,27 +24,62 @@ prefixes:
|
|||
hc: https://nde.nl/ontology/hc/
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_material_type:
|
||||
name: has_material_type
|
||||
description: The type of material of an entity. MIGRATED 2026-02-03 from has_or_had_material_type for conciseness.
|
||||
slot_uri: hc:hasMaterialType
|
||||
description: >-
|
||||
To specify the substance, physical medium, or matter of which an object or entity is composed (e.g., wood, metal, paper, or digital).
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de stof, het fysieke medium of het materiaal waaruit een object of entiteit is samengesteld (bijv. hout, metaal, papier of digitaal).
|
||||
de: >-
|
||||
Angabe der Substanz, des physischen Mediums oder des Materials, aus dem ein Objekt oder eine Entitaet zusammengesetzt ist (z. B. Holz, Metall, Papier oder digital).
|
||||
fr: >-
|
||||
Specifier la substance, le support physique ou la matiere dont un objet ou une entite est compose (par ex. bois, metal, papier ou numerique).
|
||||
ar: >-
|
||||
تحديد المادة أو الوسيط المادي أو الخامة التي يتكون منها كائن أو كيان ما (مثل الخشب أو المعدن أو الورق أو الرقمي).
|
||||
id: >-
|
||||
Menentukan zat, media fisik, atau bahan yang menyusun suatu objek atau entitas (misalnya, kayu, logam, kertas, atau digital).
|
||||
zh: >-
|
||||
指定物体或实体所由组成的物质、物理介质或材料(例如木材、金属、纸张或数字)。
|
||||
es: >-
|
||||
Especificar la sustancia, el medio fisico o la materia de la que esta compuesto un objeto o entidad (p. ej., madera, metal, papel o digital).
|
||||
structured_aliases:
|
||||
- literal_form: materiaaltype
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Materialtyp
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: type de materiau
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: نوع المادة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: jenis material
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 材料类型
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tipo de material
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_material_type
|
||||
close_mappings:
|
||||
- schema:material # schemaorg.owl:25511-25535 - "A material that something is made from, e.g. leather, wool, cotton, paper." Domain: CreativeWork/Product. About actual material, not material type classification.
|
||||
- crm:P45_consists_of # CIDOC_CRM_v7.1.3.rdf:2297-2316 - "Identifies instances of E57 Materials of which an instance of E18 Physical Thing is composed." About physical material composition, not classification by type.
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_material_type for conciseness (2026-02-03).
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:material
|
||||
close_mappings:
|
||||
- crm:P45_consists_of
|
||||
|
|
|
|||
|
|
@ -1,21 +1,72 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_mean
|
||||
# ==============================================================================
|
||||
# Arithmetic average value of a set of numbers or distribution.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# No standard ontology match. Domain-specific statistical concept.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_mean
|
||||
name: has_mean
|
||||
title: has_mean
|
||||
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_mean:
|
||||
name: has_mean
|
||||
description: The mean value. MIGRATED 2026-02-03 from has_or_had_mean for conciseness.
|
||||
slot_uri: hc:hasMean
|
||||
description: >-
|
||||
To specify the arithmetic average value of a set of numbers, quantity, or distribution associated with the entity.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van het rekenkundig gemiddelde van een reeks getallen, hoeveelheid of verdeling die aan de entiteit is gekoppeld.
|
||||
de: >-
|
||||
Angabe des arithmetischen Mittelwerts einer Reihe von Zahlen, einer Menge oder einer Verteilung, die mit der Entitaet verbunden ist.
|
||||
fr: >-
|
||||
Specifier la moyenne arithmetique d'un ensemble de nombres, d'une quantite ou d'une distribution associee a l'entite.
|
||||
ar: >-
|
||||
تحديد المتوسط الحسابي لمجموعة من الأرقام أو الكميات أو التوزيع المرتبط بالكيان.
|
||||
id: >-
|
||||
Menentukan nilai rata-rata aritmetika dari sekumpulan angka, kuantitas, atau distribusi yang terkait dengan entitas.
|
||||
zh: >-
|
||||
指定与实体相关的一组数字、数量或分布的算术平均值。
|
||||
es: >-
|
||||
Especificar el valor promedio aritmetico de un conjunto de numeros, cantidad o distribucion asociada a la entidad.
|
||||
structured_aliases:
|
||||
- literal_form: gemiddelde
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Mittelwert
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: moyenne
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: متوسط
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: rata-rata
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 平均值
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: promedio
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_mean
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_mean for conciseness (2026-02-03).
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,16 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_measurement_type
|
||||
# ==============================================================================
|
||||
# Category, dimension, or nature of a physical quantity being measured.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# No standard ontology match. Meta-level concept for classifying the kind of
|
||||
# measurement (e.g., length, mass, time, temperature).
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_measurement_type
|
||||
name: has_measurement_type
|
||||
title: has_measurement_type
|
||||
|
|
@ -12,9 +25,47 @@ slots:
|
|||
has_measurement_type:
|
||||
name: has_measurement_type
|
||||
title: has_measurement_type
|
||||
description: Type of measurement used.
|
||||
slot_uri: hc:hasMeasurementType
|
||||
range: string # uriorcurie
|
||||
description: >-
|
||||
To specify the category, dimension, or nature of the physical quantity being measured (e.g., length, mass, time, temperature).
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de categorie, dimensie of aard van de fysieke grootheid die wordt gemeten (bijv. lengte, massa, tijd, temperatuur).
|
||||
de: >-
|
||||
Angabe der Kategorie, Dimension oder Art der gemessenen physikalischen Groesse (z. B. Laenge, Masse, Zeit, Temperatur).
|
||||
fr: >-
|
||||
Specifier la categorie, la dimension ou la nature de la grandeur physique mesuree (par ex. longueur, masse, temps, temperature).
|
||||
ar: >-
|
||||
تحديد فئة أو بُعد أو طبيعة الكمية الفيزيائية المقاسة (مثل الطول أو الكتلة أو الزمن أو درجة الحرارة).
|
||||
id: >-
|
||||
Menentukan kategori, dimensi, atau sifat besaran fisik yang diukur (misalnya, panjang, massa, waktu, suhu).
|
||||
zh: >-
|
||||
指定所测量物理量的类别、维度或性质(例如长度、质量、时间、温度)。
|
||||
es: >-
|
||||
Especificar la categoria, dimension o naturaleza de la magnitud fisica que se mide (p. ej., longitud, masa, tiempo, temperatura).
|
||||
structured_aliases:
|
||||
- literal_form: meettype
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Messtyp
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: type de mesure
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: نوع القياس
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: jenis pengukuran
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 测量类型
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tipo de medicion
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_measurement_type
|
||||
annotations:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_measurement_unit
|
||||
# ==============================================================================
|
||||
# Measurement unit associated with a quantity.
|
||||
# Standard unit of measurement used to express a physical quantity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
# | Ontology | Property | Mapping | Notes |
|
||||
# |---------------|-----------------|---------|-----------------------------------|
|
||||
# | **QUDT** | `qudt:unit` | exact | QUDT unit property |
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------|-------------|--------------|---------|----------------------------------------------|
|
||||
# | **QUDT** | `qudt:unit` | (external) | exact | QUDT unit property. Not in local ontology |
|
||||
# | | | | | files; verified against QUDT specification. |
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# ==============================================================================
|
||||
|
|
@ -18,28 +20,59 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
qudt: http://qudt.org/schema/qudt/
|
||||
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
|
||||
description: |
|
||||
Measurement unit associated with a quantity.
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_measurement_unit:
|
||||
slot_uri: qudt:unit
|
||||
description: |
|
||||
Measurement unit associated with a quantity.
|
||||
description: >-
|
||||
To specify the standard unit of measurement (such as meter, kilogram, or degree) used to express the value of a physical quantity.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de standaard meeteenheid (zoals meter, kilogram of graad) die wordt gebruikt om de waarde van een fysieke grootheid uit te drukken.
|
||||
de: >-
|
||||
Angabe der standardmaessigen Masseinheit (wie Meter, Kilogramm oder Grad), die zur Angabe des Werts einer physikalischen Groesse verwendet wird.
|
||||
fr: >-
|
||||
Specifier l'unite de mesure standard (telle que metre, kilogramme ou degre) utilisee pour exprimer la valeur d'une grandeur physique.
|
||||
ar: >-
|
||||
تحديد وحدة القياس المعيارية (مثل المتر أو الكيلوغرام أو الدرجة) المستخدمة للتعبير عن قيمة كمية فيزيائية.
|
||||
id: >-
|
||||
Menentukan satuan ukuran standar (seperti meter, kilogram, atau derajat) yang digunakan untuk menyatakan nilai besaran fisik.
|
||||
zh: >-
|
||||
指定用于表达物理量值的标准计量单位(如米、千克或度)。
|
||||
es: >-
|
||||
Especificar la unidad de medida estandar (como metro, kilogramo o grado) utilizada para expresar el valor de una magnitud fisica.
|
||||
structured_aliases:
|
||||
- literal_form: meeteenheid
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Masseinheit
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: unite de mesure
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: وحدة القياس
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: satuan ukuran
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 计量单位
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: unidad de medida
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: false
|
||||
exact_mappings:
|
||||
- qudt:unit
|
||||
- qudt:unit # External QUDT ontology — "The unit of a quantity." Not in local data/ontology/ files.
|
||||
aliases:
|
||||
- has_or_had_measurement_unit
|
||||
- has_or_had_unit
|
||||
- is_or_was_quantity_unit
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,9 +1,29 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_media_type
|
||||
# ==============================================================================
|
||||
# General category, format, or medium used to convey information or content.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-------------------------|----------------------------|----------|--------------------------------------------|
|
||||
# | **DCAT** | `dcat:mediaType` | dcat3.ttl:1306-1340 | related | "The media type of the distribution as |
|
||||
# | | | | | defined by IANA." Domain: Distribution. |
|
||||
# | | | | | Digital MIME types only; this slot is wider.|
|
||||
# | **Schema.org**| `schema:encodingFormat` | schemaorg.owl:16697-16720 | related | "Media type typically expressed using a |
|
||||
# | | | | | MIME format." Domain: MediaObject/Creative |
|
||||
# | | | | | Work. Technical encoding, not general media.|
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_media_type
|
||||
name: has_media_type
|
||||
title: has_media_type
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
dcat: http://www.w3.org/ns/dcat#
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
default_prefix: hc
|
||||
|
|
@ -12,10 +32,54 @@ imports:
|
|||
slots:
|
||||
has_media_type:
|
||||
name: has_media_type
|
||||
description: The media type or MIME type. MIGRATED 2026-02-03 from has_or_had_media_type for conciseness.
|
||||
slot_uri: hc:hasMediaType
|
||||
description: >-
|
||||
To specify the general category, format, or medium used to convey information or content (e.g., newspaper, radio broadcast, pamphlet, or digital file), distinct from specific technical file encoding.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van de algemene categorie, het formaat of het medium dat wordt gebruikt om informatie of inhoud over te brengen (bijv. krant, radio-uitzending, pamflet of digitaal bestand), te onderscheiden van specifieke technische bestandscodering.
|
||||
de: >-
|
||||
Angabe der allgemeinen Kategorie, des Formats oder des Mediums, das zur Uebermittlung von Informationen oder Inhalten verwendet wird (z. B. Zeitung, Radiosendung, Flugblatt oder digitale Datei), im Unterschied zur spezifischen technischen Dateikodierung.
|
||||
fr: >-
|
||||
Specifier la categorie generale, le format ou le support utilise pour transmettre des informations ou du contenu (par ex. journal, emission de radio, brochure ou fichier numerique), distinct de l'encodage technique specifique des fichiers.
|
||||
ar: >-
|
||||
تحديد الفئة العامة أو الشكل أو الوسيط المستخدم لنقل المعلومات أو المحتوى (مثل الصحيفة أو البث الإذاعي أو المنشور أو الملف الرقمي)، وتمييزه عن الترميز التقني المحدد للملفات.
|
||||
id: >-
|
||||
Menentukan kategori umum, format, atau media yang digunakan untuk menyampaikan informasi atau konten (misalnya, surat kabar, siaran radio, pamflet, atau file digital), berbeda dari pengodean file teknis tertentu.
|
||||
zh: >-
|
||||
指定用于传达信息或内容的一般类别、格式或媒介(例如报纸、广播、小册子或数字文件),区别于具体的技术文件编码。
|
||||
es: >-
|
||||
Especificar la categoria general, el formato o el medio utilizado para transmitir informacion o contenido (p. ej., periodico, emision de radio, folleto o archivo digital), distinto de la codificacion tecnica especifica de archivos.
|
||||
structured_aliases:
|
||||
- literal_form: mediatype
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Medientyp
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: type de media
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: نوع الوسائط
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: jenis media
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 媒体类型
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: tipo de medio
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_media_type
|
||||
related_mappings:
|
||||
- dcat:mediaType # dcat3.ttl:1306-1340 - "The media type of the distribution as defined by IANA." Domain: Distribution. Range: dcterms:MediaType. Digital MIME types only; this slot covers broader media categories.
|
||||
- schema:encodingFormat # schemaorg.owl:16697-16720 - "Media type typically expressed using a MIME format." Domain: MediaObject/CreativeWork. Technical encoding format, not general media category.
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_media_type for conciseness (2026-02-03).
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,21 +1,80 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_medium
|
||||
# ==============================================================================
|
||||
# Physical material, substance, or carrier used to store or display content.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |-------------|-------------------|------------------------|---------|--------------------------------------------|
|
||||
# | **DCTerms** | `dcterms:medium` | dcterms.rdf:1686-1710 | close | "The material or physical carrier of the |
|
||||
# | | | | | resource." Domain: PhysicalResource. |
|
||||
# | | | | | Range: PhysicalMedium. Resource-focused. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_medium
|
||||
name: has_medium
|
||||
title: has_medium
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
schema: http://schema.org/
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_medium:
|
||||
name: has_medium
|
||||
description: The medium or material of an entity. MIGRATED 2026-02-03 from has_or_had_medium for conciseness.
|
||||
slot_uri: hc:hasMedium
|
||||
description: >-
|
||||
To specify the physical material, substance, or carrier used to store, convey, or display the content of an entity (e.g., oil on canvas, magnetic tape, paper, or stone).
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van het fysieke materiaal, de stof of de drager die wordt gebruikt om de inhoud van een entiteit op te slaan, over te brengen of weer te geven (bijv. olieverf op doek, magneetband, papier of steen).
|
||||
de: >-
|
||||
Angabe des physischen Materials, der Substanz oder des Traegers, der zum Speichern, Uebermitteln oder Anzeigen des Inhalts einer Entitaet verwendet wird (z. B. Oel auf Leinwand, Magnetband, Papier oder Stein).
|
||||
fr: >-
|
||||
Specifier le materiau physique, la substance ou le support utilise pour stocker, transmettre ou afficher le contenu d'une entite (par ex. huile sur toile, bande magnetique, papier ou pierre).
|
||||
ar: >-
|
||||
تحديد المادة الفيزيائية أو المادة أو الحامل المستخدم لتخزين أو نقل أو عرض محتوى كيان ما (مثل الزيت على القماش أو الشريط المغناطيسي أو الورق أو الحجر).
|
||||
id: >-
|
||||
Menentukan bahan fisik, zat, atau pembawa yang digunakan untuk menyimpan, menyampaikan, atau menampilkan konten suatu entitas (misalnya, minyak di atas kanvas, pita magnetik, kertas, atau batu).
|
||||
zh: >-
|
||||
指定用于存储、传递或展示实体内容的物理材料、物质或载体(例如油彩画布、磁带、纸张或石材)。
|
||||
es: >-
|
||||
Especificar el material fisico, la sustancia o el soporte utilizado para almacenar, transmitir o mostrar el contenido de una entidad (p. ej., oleo sobre lienzo, cinta magnetica, papel o piedra).
|
||||
structured_aliases:
|
||||
- literal_form: medium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Medium
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: support
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: وسيط
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: media
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 介质
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: soporte
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_medium
|
||||
close_mappings:
|
||||
- dcterms:medium # dcterms.rdf:1686-1710 - "The material or physical carrier of the resource." Domain: PhysicalResource. Range: PhysicalMedium. Resource-focused; this slot is slightly broader (includes conveyance/display).
|
||||
comments:
|
||||
- |
|
||||
**MIGRATION**: Renamed from has_or_had_medium for conciseness (2026-02-03).
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,22 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_member
|
||||
# ==============================================================================
|
||||
# An agent, entity, or element that belongs to a group, organization, or collection.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |---------------|-------------------|----------------------------|---------|----------------------------------------------------|
|
||||
# | **W3C ORG** | `org:hasMember` | org.rdf:427-446 | close | "Indicates a person who is a member of the |
|
||||
# | | | | | subject Organization." Domain: Organization, |
|
||||
# | | | | | Range: Agent. Organization membership only. |
|
||||
# | **Schema.org**| `schema:member` | schemaorg.owl:26055-26085 | close | "A member of an Organization or a |
|
||||
# | | | | | ProgramMembership." Domain: Organization/ |
|
||||
# | | | | | ProgramMembership. Does not cover collection elem. |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_member
|
||||
name: has_member
|
||||
title: has_member
|
||||
|
|
@ -14,14 +33,52 @@ slots:
|
|||
has_member:
|
||||
name: has_member
|
||||
title: has_member
|
||||
description: Member of the entity.
|
||||
slot_uri: hc:hasMember
|
||||
range: string # uriorcurie
|
||||
description: >-
|
||||
To specify an agent, entity, or element that belongs to a group, organization, or collection.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een agent, entiteit of element dat behoort tot een groep, organisatie of collectie.
|
||||
de: >-
|
||||
Angabe eines Agenten, einer Entitaet oder eines Elements, das zu einer Gruppe, Organisation oder Sammlung gehoert.
|
||||
fr: >-
|
||||
Specifier un agent, une entite ou un element qui appartient a un groupe, une organisation ou une collection.
|
||||
ar: >-
|
||||
تحديد عامل أو كيان أو عنصر ينتمي إلى مجموعة أو منظمة أو مجموعة.
|
||||
id: >-
|
||||
Menentukan agen, entitas, atau elemen yang termasuk dalam sebuah kelompok, organisasi, atau koleksi.
|
||||
zh: >-
|
||||
指定属于某个群体、组织或集合的代理、实体或元素。
|
||||
es: >-
|
||||
Especificar un agente, entidad o elemento que pertenece a un grupo, organizacion o coleccion.
|
||||
structured_aliases:
|
||||
- literal_form: lid
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Mitglied
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: membre
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: عضو
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: anggota
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 成员
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: miembro
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_member
|
||||
close_mappings:
|
||||
- org:hasMember # org.rdf:427-446 - "Indicates a person who is a member of the subject Organization." Domain: Organization, Range: Agent. Organization membership only; this slot also covers collection elements.
|
||||
- schema:member # schemaorg.owl:26055-26085 - "A member of an Organization or a ProgramMembership." Domain: Organization/ProgramMembership. Does not cover collection elements.
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- org:hasMember
|
||||
- schema:member
|
||||
|
|
|
|||
|
|
@ -99,6 +99,8 @@ slots:
|
|||
- dcterms:description # Descriptive information
|
||||
aliases:
|
||||
- has_or_had_metadata
|
||||
- has_or_had_transformation_metadata
|
||||
- has_transformation_metadata
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
comments:
|
||||
|
|
|
|||
|
|
@ -1,21 +1,78 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_mode
|
||||
# ==============================================================================
|
||||
# Specifies the method, manner, or state of operation/access for an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# No standard ontology property for a generic operational mode concept.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_mode
|
||||
name: has_mode
|
||||
title: has_mode
|
||||
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
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_mode:
|
||||
name: has_mode
|
||||
description: The operational mode or configuration of an entity. MIGRATED 2026-02-03 from has_or_had_mode for conciseness.
|
||||
slot_uri: hc:hasMode
|
||||
description: >-
|
||||
To specify the distinct method, manner, or state in which an entity operates,
|
||||
functions, or is accessed.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Geeft de specifieke methode, wijze of toestand aan waarin een entiteit opereert,
|
||||
functioneert of wordt benaderd.
|
||||
de: >-
|
||||
Gibt die bestimmte Methode, Art oder den Zustand an, in der eine Entität arbeitet,
|
||||
funktioniert oder auf die zugegriffen wird.
|
||||
fr: >-
|
||||
Indique la méthode, la manière ou l'état distinct dans lequel une entité fonctionne,
|
||||
opère ou est accessible.
|
||||
ar: >-
|
||||
يحدد الطريقة أو الأسلوب أو الحالة المميزة التي يعمل بها كيان أو يؤدي وظائفه أو يتم
|
||||
الوصول إليه.
|
||||
id: >-
|
||||
Menentukan metode, cara, atau keadaan tertentu di mana suatu entitas beroperasi,
|
||||
berfungsi, atau diakses.
|
||||
zh: >-
|
||||
指定实体运作、运行或被访问的特定方法、方式或状态。
|
||||
es: >-
|
||||
Especifica el método, manera o estado distinto en el que una entidad opera, funciona
|
||||
o es accedida.
|
||||
structured_aliases:
|
||||
- literal_form: Modus
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Modus
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Mode
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: وضع التشغيل
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Mode
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 模式
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Modo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_mode
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
comments:
|
||||
- "MIGRATED 2026-02-03 from has_or_had_mode for conciseness."
|
||||
|
|
|
|||
|
|
@ -1,3 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_model
|
||||
# ==============================================================================
|
||||
# Specifies a design, pattern, or mathematical representation for an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |------------|----------------|-------------------------|---------|----------------------------------------------------|
|
||||
# | Schema.org | `schema:model` | schemaorg.owl:26495-499 | close | Product-specific model identifier (Product domain). |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_model
|
||||
name: has_model
|
||||
title: has_model
|
||||
|
|
@ -5,21 +19,65 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_model:
|
||||
name: has_model
|
||||
title: has_model
|
||||
description: Model or version identifier of an entity.
|
||||
slot_uri: hc:hasModel
|
||||
description: >-
|
||||
To specify a specific design, pattern, or mathematical representation used to define,
|
||||
simulate, or predict an entity or system.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Geeft een specifiek ontwerp, patroon of wiskundige representatie aan dat wordt gebruikt
|
||||
om een entiteit of systeem te definiëren, simuleren of voorspellen.
|
||||
de: >-
|
||||
Gibt ein bestimmtes Design, Muster oder eine mathematische Darstellung an, die
|
||||
verwendet wird, um eine Entität oder ein System zu definieren, zu simulieren oder
|
||||
vorherzusagen.
|
||||
fr: >-
|
||||
Indique une conception, un motif ou une représentation mathématique spécifique
|
||||
utilisé(e) pour définir, simuler ou prédire une entité ou un système.
|
||||
ar: >-
|
||||
يحدد تصميمًا أو نمطًا أو تمثيلًا رياضيًا محددًا يُستخدم لتعريف أو محاكاة أو التنبؤ
|
||||
بكيان أو نظام.
|
||||
id: >-
|
||||
Menentukan desain, pola, atau representasi matematis tertentu yang digunakan untuk
|
||||
mendefinisikan, mensimulasikan, atau memprediksi suatu entitas atau sistem.
|
||||
zh: >-
|
||||
指定用于定义、模拟或预测实体或系统的特定设计、模式或数学表示。
|
||||
es: >-
|
||||
Especifica un diseño, patrón o representación matemática específica utilizada para
|
||||
definir, simular o predecir una entidad o sistema.
|
||||
structured_aliases:
|
||||
- literal_form: Model
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Modell
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Modèle
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: نموذج
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Model
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 模型
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Modelo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_model
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:model
|
||||
close_mappings:
|
||||
- schema:model # schemaorg.owl:26495-26499 - "The model of the product" (Product domain only)
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ prefixes:
|
|||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
description: |
|
||||
Name of an entity (person, organization, project, etc.).
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
|
|
@ -46,6 +44,7 @@ slots:
|
|||
multivalued: false
|
||||
exact_mappings:
|
||||
- foaf:name
|
||||
- pnv:hasName
|
||||
close_mappings:
|
||||
- rdfs:label
|
||||
related_mappings:
|
||||
|
|
@ -55,6 +54,8 @@ slots:
|
|||
- is_or_was_full_name
|
||||
- full_name
|
||||
- has_or_had_annex_name
|
||||
- has_person_name
|
||||
- has_or_had_person_name
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
examples:
|
||||
|
|
|
|||
|
|
@ -1,31 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_narrower_instance
|
||||
name: has_narrower_instance_slot
|
||||
title: Has Narrower Instance Slot
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
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/
|
||||
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_narrower_instance:
|
||||
slot_uri: skos:narrowerTransitive
|
||||
description: "Links this archive TYPE to specific CustodianArchive INSTANCES\nthat are classified under this lifecycle phase.\n\n**SKOS**: skos:narrowerTransitive for type-instance relationship.\n\n**Usage**:\nWhen a CustodianArchive contains records in the \"current/active\" phase,\nit can be linked from CurrentArchive via this property.\n\n**Example**:\n- CurrentArchive (type) \u2192 has_narrower_instance \u2192 \n CustodianArchive \"Director's Active Files 2020-2024\" (instance)\n"
|
||||
range: string # uriorcurie
|
||||
aliases:
|
||||
- has_or_had_narrower_instance
|
||||
# range: CustodianArchive
|
||||
multivalued: true
|
||||
annotations:
|
||||
custodian_types:
|
||||
- '*'
|
||||
exact_mappings:
|
||||
- skos:narrowerTransitive
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_navigation_link
|
||||
name: has_navigation_link
|
||||
title: has_navigation_link
|
||||
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_navigation_link:
|
||||
name: has_navigation_link
|
||||
description: A navigation link or reference. MIGRATED 2026-02-03 from has_or_had_navigation_link for conciseness.
|
||||
slot_uri: hc:hasNavigationLink
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_navigation_link
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_net_asset
|
||||
name: has_net_asset
|
||||
title: has_net_asset
|
||||
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_net_asset:
|
||||
name: has_net_asset
|
||||
description: Net asset value. MIGRATED 2026-02-03 from has_or_had_net_asset for conciseness.
|
||||
slot_uri: hc:hasNetAsset
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_net_asset
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,3 +1,18 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_notation
|
||||
# ==============================================================================
|
||||
# Notation or classification code associated with an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------|-----------------|------------------|---------|--------------------------------------------------------------------|
|
||||
# | **SKOS** | `skos:notation` | skos.rdf:166-175 | exact | "A string of characters used to uniquely identify a concept |
|
||||
# | | | | | within the scope of a given concept scheme." |
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_notation
|
||||
name: has_notation
|
||||
title: has_notation
|
||||
|
|
@ -5,21 +20,69 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
skos: http://www.w3.org/2004/02/skos/core#
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_notation:
|
||||
name: has_notation
|
||||
title: has_notation
|
||||
description: Notation or code associated with an entity, typically from a classification scheme.
|
||||
slot_uri: hc:hasNotation
|
||||
slot_uri: skos:notation
|
||||
description: >-
|
||||
To specify a code, symbol, or string of characters used to represent or identify an entity within a particular classification system, indexing scheme, or formal language.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Een code, symbool of tekenreeks specificeren die wordt gebruikt om een entiteit
|
||||
te vertegenwoordigen of te identificeren binnen een bepaald classificatiesysteem,
|
||||
indexeringsschema of formele taal.
|
||||
de: >-
|
||||
Einen Code, ein Symbol oder eine Zeichenkette angeben, die verwendet wird, um
|
||||
eine Entität innerhalb eines bestimmten Klassifikationssystems, Indexierungsschemas
|
||||
oder einer formalen Sprache darzustellen oder zu identifizieren.
|
||||
fr: >-
|
||||
Spécifier un code, symbole ou chaîne de caractères utilisé pour représenter ou
|
||||
identifier une entité au sein d'un système de classification, d'un schéma
|
||||
d'indexation ou d'un langage formel particulier.
|
||||
ar: >-
|
||||
تحديد رمز أو رمز أو سلسلة أحرف تُستخدم لتمثيل أو تعريف كيان ضمن نظام
|
||||
تصنيف معين أو مخطط فهرسة أو لغة رسمية.
|
||||
id: >-
|
||||
Menentukan kode, simbol, atau rangkaian karakter yang digunakan untuk mewakili
|
||||
atau mengidentifikasi suatu entitas dalam sistem klasifikasi, skema pengindeksan,
|
||||
atau bahasa formal tertentu.
|
||||
zh: >-
|
||||
指定用于在特定分类系统、索引方案或形式语言中表示或标识实体的代码、符号或
|
||||
字符串。
|
||||
es: >-
|
||||
Especificar un código, símbolo o cadena de caracteres utilizado para representar
|
||||
o identificar una entidad dentro de un sistema de clasificación, esquema de
|
||||
indexación o lenguaje formal particular.
|
||||
structured_aliases:
|
||||
- literal_form: Notatie
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Notation
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Notation
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: ترميز
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Notasi
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 标记法
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Notación
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_notation
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- skos:notation
|
||||
- skos:notation # skos.rdf:166-175 - "A notation, also known as classification code"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,17 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_numeric_value
|
||||
# ==============================================================================
|
||||
# Numeric value associated with an entity.
|
||||
# The specific number or magnitude representing a value, distinct from its unit.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------|----------------------|------------------|---------|----------------------------------------------------|
|
||||
# | **QUDT** | `qudt:numericValue` | (external: QUDT) | exact | "The numeric value of a QuantityValue." |
|
||||
#
|
||||
# QUDT (Quantities, Units, Dimensions, and Types) is not in local ontology
|
||||
# files but is a well-known W3C-aligned vocabulary. qudt:numericValue is
|
||||
# semantically equivalent to our concept.
|
||||
#
|
||||
# CREATED: 2026-02-03
|
||||
# ==============================================================================
|
||||
|
|
@ -12,27 +22,56 @@ title: Has Numeric Value
|
|||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
qudt: http://qudt.org/schema/qudt/
|
||||
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
|
||||
description: |
|
||||
Numeric value associated with an entity.
|
||||
imports:
|
||||
- linkml:types
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_numeric_value:
|
||||
slot_uri: qudt:numericValue
|
||||
description: |
|
||||
Numeric value associated with an entity.
|
||||
description: >-
|
||||
To specify the specific number, quantity, or magnitude representing a value, distinct from the unit of measurement.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Om het specifieke getal, de hoeveelheid of de grootte te specificeren die een waarde vertegenwoordigt, los van de meeteenheid.
|
||||
de: >-
|
||||
Um die spezifische Zahl, Menge oder Groessenordnung anzugeben, die einen Wert darstellt, unabhängig von der Masseinheit.
|
||||
fr: >-
|
||||
Pour spécifier le nombre, la quantité ou la grandeur spécifique représentant une valeur, distincte de l'unité de mesure.
|
||||
ar: >-
|
||||
لتحديد الرقم أو الكمية أو المقدار المحدد الذي يمثل قيمة، بشكل مستقل عن وحدة القياس.
|
||||
id: >-
|
||||
Untuk menentukan angka, kuantitas, atau besaran spesifik yang mewakili suatu nilai, terpisah dari satuan pengukuran.
|
||||
zh: >-
|
||||
用于指定代表某一数值的具体数字、数量或量级,与计量单位无关。
|
||||
es: >-
|
||||
Para especificar el número, cantidad o magnitud específica que representa un valor, distinto de la unidad de medida.
|
||||
structured_aliases:
|
||||
- literal_form: Numerieke waarde
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Numerischer Wert
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Valeur numerique
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: قيمة رقمية
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Nilai numerik
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 数值
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Valor numerico
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: float
|
||||
multivalued: false
|
||||
exact_mappings:
|
||||
- qudt:numericValue
|
||||
- qudt:numericValue # QUDT vocabulary (external) - "The numeric value of a QuantityValue." Semantically equivalent.
|
||||
aliases:
|
||||
- has_or_had_numeric_value
|
||||
annotations:
|
||||
|
|
|
|||
|
|
@ -1,25 +1,77 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_objective
|
||||
# ==============================================================================
|
||||
# The goal, aim, or desired outcome an entity intends to achieve.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |------------|-----------------|-------------------------|---------|--------------------------------------------------------|
|
||||
# | Schema.org | `schema:target` | schemaorg.owl:37297-300 | related | "Indicates a target EntryPoint, or url, for an Action" |
|
||||
# | | | | | (Action entry points, NOT goals/objectives). |
|
||||
#
|
||||
# schema:target refers to technical Action EntryPoints (URLs), not goals or objectives.
|
||||
# No standard ontology property for a generic "objective" or "goal" concept.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_objective
|
||||
name: has_objective
|
||||
title: has_objective
|
||||
title: Has Objective
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_objective:
|
||||
name: has_objective
|
||||
title: has_objective
|
||||
description: The objective of an action or measure.
|
||||
slot_uri: hc:hasObjective
|
||||
description: >-
|
||||
To specify the goal, aim, target, or desired outcome that an entity (such as a project, strategy, or organization) intends to achieve.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Om het doel, de doelstelling, het streefdoel of het gewenste resultaat te specificeren dat een entiteit (zoals een project, strategie of organisatie) beoogt te bereiken.
|
||||
de: >-
|
||||
Um das Ziel, die Zielsetzung, das Strebeziel oder das gewünschte Ergebnis anzugeben, das eine Entität (wie ein Projekt, eine Strategie oder eine Organisation) zu erreichen beabsichtigt.
|
||||
fr: >-
|
||||
Pour spécifier le but, l'objectif, la cible ou le résultat souhaité qu'une entité (telle qu'un projet, une stratégie ou une organisation) cherche à atteindre.
|
||||
ar: >-
|
||||
لتحديد الهدف أو الغاية أو المقصد أو النتيجة المرغوبة التي يعتزم كيان (مثل مشروع أو استراتيجية أو منظمة) تحقيقها.
|
||||
id: >-
|
||||
Untuk menentukan tujuan, sasaran, target, atau hasil yang diinginkan yang ingin dicapai oleh suatu entitas (seperti proyek, strategi, atau organisasi).
|
||||
zh: >-
|
||||
用于指定实体(如项目、战略或组织)打算实现的目标、目的、靶标或期望成果。
|
||||
es: >-
|
||||
Para especificar la meta, el objetivo, el blanco o el resultado deseado que una entidad (como un proyecto, estrategia u organización) pretende alcanzar.
|
||||
structured_aliases:
|
||||
- literal_form: Doelstelling
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Zielsetzung
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Objectif
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: هدف
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Tujuan
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 目标
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Objetivo
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_objective
|
||||
related_mappings:
|
||||
- schema:target # schemaorg.owl:37297-37300 - Action EntryPoint/URL, not goal/objective
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:target
|
||||
|
|
|
|||
|
|
@ -1,52 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_observation
|
||||
name: has_observation
|
||||
title: Has Observation
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
owl: http://www.w3.org/2002/07/owl#
|
||||
schema: http://schema.org/
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_observation:
|
||||
slot_uri: dcterms:isReferencedBy
|
||||
description: 'Observations that refer to this Custodian hub.
|
||||
|
||||
|
||||
**Hub Architecture Pattern**:
|
||||
|
||||
|
||||
The Custodian is a minimal hub entity. Multiple observations from
|
||||
|
||||
different sources can be linked to it, each capturing evidence from
|
||||
|
||||
a particular context.'
|
||||
range: string # uriorcurie
|
||||
aliases:
|
||||
- has_or_had_observation
|
||||
# range: CustodianObservation
|
||||
multivalued: true
|
||||
exact_mappings:
|
||||
- dcterms:isReferencedBy
|
||||
comments:
|
||||
- Inverse of refers_to_custodian (dcterms:references)
|
||||
- Links custodian hub to all its evidence/observations
|
||||
- Creates owl:inverseOf axiom in RDF output
|
||||
- 'Inverse: refers_to_custodian (dcterms:references) | Pattern: If Observation refers_to_custodian Custodian, then Custodian has_observation Observation'
|
||||
- 'Navigation: From custodian: Find all observations (has_observation) | From observation: Find custodian hub (refers_to_custodian)'
|
||||
- Range contains prov:Entity instances (CustodianObservation)
|
||||
annotations:
|
||||
inverse_slot: refers_to_custodian
|
||||
custodian_types:
|
||||
- '*'
|
||||
examples:
|
||||
- value: "Custodian:\n hc_id: \"https://nde.nl/ontology/hc/nl-nh-ams-m-rm\"\n has_observation:\n - \"https://nde.nl/ontology/hc/observation/isil-registry-2024\"\n - \"https://nde.nl/ontology/hc/observation/wikidata-q190804\"\n"
|
||||
description: Usage example showing a Custodian hub linked to multiple observations from different sources
|
||||
|
|
@ -1,21 +1,80 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_opening_hour
|
||||
# ==============================================================================
|
||||
# The time or interval a location, organization, or service is open/available.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |------------|-------------------------------------|-------------------------|---------|-------------------------------------------------|
|
||||
# | Schema.org | `schema:openingHoursSpecification` | schemaorg.owl:28180-198 | close | Place-specific, returns OpeningHoursSpec object.|
|
||||
# | Schema.org | `schema:openingHours` | schemaorg.owl:28150-161 | close | CivicStructure/LocalBusiness, text format. |
|
||||
#
|
||||
# Both Schema.org properties are domain-restricted (Place, CivicStructure,
|
||||
# LocalBusiness). This slot is broader: any entity type.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_opening_hour
|
||||
name: has_opening_hour
|
||||
title: has_opening_hour
|
||||
title: Has Opening Hour
|
||||
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
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_opening_hour:
|
||||
name: has_opening_hour
|
||||
description: Opening hours specification for an entity. MIGRATED 2026-02-03 from has_or_had_opening_hour for conciseness.
|
||||
slot_uri: hc:hasOpeningHour
|
||||
description: >-
|
||||
To specify the specific time or time interval during which a location, organization, or service is open for business or available to the public.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Om het specifieke tijdstip of tijdsinterval te specificeren gedurende welke een locatie, organisatie of dienst geopend is of beschikbaar is voor het publiek.
|
||||
de: >-
|
||||
Um die spezifische Zeit oder das Zeitintervall anzugeben, während dessen ein Standort, eine Organisation oder ein Dienst geöffnet oder für die Öffentlichkeit verfügbar ist.
|
||||
fr: >-
|
||||
Pour spécifier l'heure ou l'intervalle de temps pendant lequel un lieu, une organisation ou un service est ouvert ou accessible au public.
|
||||
ar: >-
|
||||
لتحديد الوقت المحدد أو الفاصل الزمني الذي يكون خلاله موقع أو منظمة أو خدمة مفتوحًا أو متاحًا للجمهور.
|
||||
id: >-
|
||||
Untuk menentukan waktu atau interval waktu tertentu selama lokasi, organisasi, atau layanan buka atau tersedia untuk umum.
|
||||
zh: >-
|
||||
用于指定场所、组织或服务向公众开放或可用的具体时间或时间间隔。
|
||||
es: >-
|
||||
Para especificar el horario o intervalo de tiempo específico durante el cual un lugar, organización o servicio está abierto o disponible para el público.
|
||||
structured_aliases:
|
||||
- literal_form: Openingstijden
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Öffnungszeiten
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Heures d'ouverture
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: ساعات العمل
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Jam buka
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 开放时间
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Horario de apertura
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_opening_hour
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
close_mappings:
|
||||
- schema:openingHoursSpecification # schemaorg.owl:28180-28198 - Place-specific structured hours
|
||||
- schema:openingHours # schemaorg.owl:28150-28161 - CivicStructure/LocalBusiness text format
|
||||
comments:
|
||||
- "MIGRATED 2026-02-03 from has_or_had_opening_hour for conciseness."
|
||||
|
|
|
|||
|
|
@ -1,3 +1,22 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_operational_archive
|
||||
# ==============================================================================
|
||||
# Records maintained for current administrative, legal, or operational purposes.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------|---------------------|------------------------|---------|---------------------------------------------------------|
|
||||
# | RiC-O | `rico:hasOrHadPart` | RiC-O_1-1.rdf:7272-88 | broad | "Connects a Thing to a constitutive or component part |
|
||||
# | | | | | of that Thing." Generic Thing→Thing parthood. |
|
||||
#
|
||||
# rico:hasOrHadPart is broader: any Thing→Thing parthood relationship.
|
||||
# This slot is narrower: specifically operational archives (NOT yet formal
|
||||
# heritage collection) owned by a custodian.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_operational_archive
|
||||
name: has_operational_archive_slot
|
||||
title: Has Operational Archive Slot
|
||||
|
|
@ -5,29 +24,59 @@ prefixes:
|
|||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_operational_archive:
|
||||
slot_uri: rico:hasOrHadPart
|
||||
range: string # uriorcurie
|
||||
slot_uri: hc:hasOperationalArchive
|
||||
description: >-
|
||||
To specify the collection of records, documents, or data that an organization maintains for current administrative, legal, or operational purposes, distinct from purely historical preservation.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Om de verzameling documenten, dossiers of gegevens te specificeren die een organisatie bijhoudt voor actuele administratieve, juridische of operationele doeleinden, onderscheiden van puur historische bewaring.
|
||||
de: >-
|
||||
Um die Sammlung von Aufzeichnungen, Dokumenten oder Daten anzugeben, die eine Organisation für aktuelle administrative, rechtliche oder betriebliche Zwecke führt, im Unterschied zur rein historischen Bewahrung.
|
||||
fr: >-
|
||||
Pour spécifier la collection de documents, dossiers ou données qu'une organisation maintient à des fins administratives, juridiques ou opérationnelles courantes, distincte de la conservation purement historique.
|
||||
ar: >-
|
||||
لتحديد مجموعة السجلات أو المستندات أو البيانات التي تحتفظ بها منظمة لأغراض إدارية أو قانونية أو تشغيلية حالية، بشكل مميز عن الحفظ التاريخي البحت.
|
||||
id: >-
|
||||
Untuk menentukan koleksi catatan, dokumen, atau data yang dikelola organisasi untuk tujuan administratif, hukum, atau operasional saat ini, yang berbeda dari pelestarian historis murni.
|
||||
zh: >-
|
||||
用于指定组织为当前行政、法律或运营目的而维护的记录、文件或数据集合,有别于纯粹的历史保存。
|
||||
es: >-
|
||||
Para especificar la colección de registros, documentos o datos que una organización mantiene para fines administrativos, legales u operativos actuales, distinta de la preservación puramente histórica.
|
||||
structured_aliases:
|
||||
- literal_form: Operationeel archief
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Betriebsarchiv
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Archive opérationnel
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: أرشيف تشغيلي
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Arsip operasional
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 运营档案
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Archivo operacional
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string # uriorcurie
|
||||
aliases:
|
||||
- has_or_had_operational_archive
|
||||
# range: CustodianArchive
|
||||
multivalued: true
|
||||
inlined_as_list: false # Fixed invalid inline for primitive type
|
||||
description: Operational archives owned by this custodian that are NOT YET integrated into the formal heritage collection.
|
||||
inlined_as_list: false # Fixed invalid inline for primitive type
|
||||
annotations:
|
||||
custodian_types:
|
||||
- '*'
|
||||
exact_mappings:
|
||||
- rico:hasOrHadPart
|
||||
- '*'
|
||||
broad_mappings:
|
||||
- rico:hasOrHadPart # RiC-O_1-1.rdf:7272-7288 - Generic Thing→Thing parthood
|
||||
|
|
|
|||
|
|
@ -1,30 +1,86 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_operational_unit
|
||||
# ==============================================================================
|
||||
# Links a branch to its internal organizational units.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------|----------------|------------------|---------|------------------------------------------------------------|
|
||||
# | W3C ORG | `org:hasUnit` | org.rdf:510-528 | close | "Indicates a unit which is part of this Organization." |
|
||||
# | | | | | FormalOrganization→OrganizationalUnit (formal units only). |
|
||||
#
|
||||
# org:hasUnit is close but not exact: domain is FormalOrganization, range is
|
||||
# OrganizationalUnit. This slot is for INFORMAL units (teams, departments)
|
||||
# within a branch, not necessarily formal organizational units.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_operational_unit
|
||||
name: has_operational_unit_slot
|
||||
title: Has Operational Unit Slot
|
||||
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#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_operational_unit:
|
||||
description: "OrganizationalStructure units (departments, teams) within this branch.\n\nW3C ORG: org:hasUnit links organization to sub-units.\n\nBranches can have their own internal departmental structure:\n- Branch \u2192 Reading Room Services (team)\n- Branch \u2192 Digitization Team\n- Branch \u2192 Public Programs Department\n\nThese are INFORMAL units within the formal branch.\n"
|
||||
range: string # uriorcurie
|
||||
slot_uri: hc:hasOperationalUnit
|
||||
description: >-
|
||||
To specify a distinct functional subdivision, department, branch, or team within a larger organization that is responsible for carrying out specific operations or activities.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Organisatorische structuureenheden (afdelingen, teams) binnen deze vestiging.
|
||||
de: >-
|
||||
Organisationsstruktureinheiten (Abteilungen, Teams) innerhalb dieser Niederlassung.
|
||||
fr: >-
|
||||
Unités de structure organisationnelle (départements, équipes) au sein de cette branche.
|
||||
ar: >-
|
||||
وحدات الهيكل التنظيمي (الأقسام والفرق) داخل هذا الفرع.
|
||||
id: >-
|
||||
Unit struktur organisasi (departemen, tim) dalam cabang ini.
|
||||
zh: >-
|
||||
此分支机构内的组织结构单元(部门、团队)。
|
||||
es: >-
|
||||
Unidades de estructura organizacional (departamentos, equipos) dentro de esta sucursal.
|
||||
structured_aliases:
|
||||
- literal_form: Operationele eenheid
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Betriebseinheit
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Unité opérationnelle
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: وحدة تشغيلية
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Unit operasional
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 运营单元
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Unidad operacional
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string # uriorcurie
|
||||
aliases:
|
||||
- has_or_had_operational_unit
|
||||
# range: OrganizationalStructure
|
||||
slot_uri: hc:hasOperationalUnit
|
||||
annotations:
|
||||
custodian_types:
|
||||
- '*'
|
||||
exact_mappings:
|
||||
- hc:hasOperationalUnit
|
||||
- '*'
|
||||
close_mappings:
|
||||
- org:hasUnit # org.rdf:510-528 - FormalOrganization→OrganizationalUnit (formal units)
|
||||
comments:
|
||||
- |
|
||||
**USAGE**: W3C ORG org:hasUnit links organization to sub-units. Branches can have their
|
||||
own internal departmental structure: Branch -> Reading Room Services (team), Branch ->
|
||||
Digitization Team, Branch -> Public Programs Department. These are INFORMAL units within
|
||||
the formal branch.
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_organization_profile
|
||||
name: has_organization_profile
|
||||
title: has_organization_profile
|
||||
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_organization_profile:
|
||||
name: has_organization_profile
|
||||
description: An organizational profile. MIGRATED 2026-02-03 from has_or_had_organization_profile for conciseness.
|
||||
slot_uri: hc:hasOrganizationProfile
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_organization_profile
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_organization_status
|
||||
name: has_organization_status
|
||||
title: has_organization_status
|
||||
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_organization_status:
|
||||
name: has_organization_status
|
||||
description: The status of an organization. MIGRATED 2026-02-03 from has_or_had_organization_status for conciseness.
|
||||
slot_uri: hc:hasOrganizationStatus
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_organization_status
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_organizer
|
||||
name: has_organizer
|
||||
title: has_organizer
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_organizer:
|
||||
name: has_organizer
|
||||
title: has_organizer
|
||||
description: Agent or organization that organized the event or entity.
|
||||
slot_uri: hc:hasOrganizer
|
||||
range: string # uriorcurie
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_organizer
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:organizer
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_origin
|
||||
name: has_origin
|
||||
title: has_origin
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
prov: http://www.w3.org/ns/prov#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_origin:
|
||||
name: has_origin
|
||||
title: has_origin
|
||||
description: Origin or source of the entity.
|
||||
slot_uri: hc:hasOrigin
|
||||
range: string # uriorcurie
|
||||
aliases:
|
||||
- has_or_had_origin
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- prov:hadPrimarySource
|
||||
|
|
@ -1,21 +1,80 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_overview
|
||||
# ==============================================================================
|
||||
# An overview or summary of an entity.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |----------|-------------------|---------------------|---------|---------------------------------------------|
|
||||
# | DCTerms | `dcterms:abstract`| dcterms.rdf:765-784 | close | "A summary of the resource." Subproperty |
|
||||
# | | | | | of dcterms:description. Resource-specific. |
|
||||
#
|
||||
# dcterms:abstract is close: both are summaries, but dcterms:abstract is
|
||||
# specifically a subproperty of dcterms:description in the bibliographic sense.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_overview
|
||||
name: has_overview
|
||||
title: has_overview
|
||||
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
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_overview:
|
||||
name: has_overview
|
||||
description: An overview or summary of an entity. MIGRATED 2026-02-03 from has_or_had_overview for conciseness.
|
||||
slot_uri: hc:hasOverview
|
||||
description: >-
|
||||
An overview or summary of an entity.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Een overzicht of samenvatting van een entiteit.
|
||||
de: >-
|
||||
Eine Übersicht oder Zusammenfassung einer Entität.
|
||||
fr: >-
|
||||
Un aperçu ou résumé d'une entité.
|
||||
ar: >-
|
||||
نظرة عامة أو ملخص لكيان.
|
||||
id: >-
|
||||
Ikhtisar atau ringkasan dari suatu entitas.
|
||||
zh: >-
|
||||
实体的概述或摘要。
|
||||
es: >-
|
||||
Una visión general o resumen de una entidad.
|
||||
structured_aliases:
|
||||
- literal_form: Overzicht
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Überblick
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Aperçu
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: نظرة عامة
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Ikhtisar
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 概述
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Visión general
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_overview
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
close_mappings:
|
||||
- dcterms:abstract # dcterms.rdf:765-784 - "A summary of the resource"
|
||||
comments:
|
||||
- "MIGRATED 2026-02-03 from has_or_had_overview for conciseness."
|
||||
|
|
|
|||
|
|
@ -1,30 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_owner
|
||||
name: has_owner
|
||||
title: has_owner
|
||||
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#
|
||||
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#
|
||||
org: http://www.w3.org/ns/org#
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_owner:
|
||||
name: has_owner
|
||||
description: The owner or proprietor of an entity. MIGRATED 2026-02-03 from has_or_had_owner for conciseness.
|
||||
slot_uri: hc:hasOwner
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_owner
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
exact_mappings:
|
||||
- schema:owns
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_parent
|
||||
name: has_parent
|
||||
title: has_parent
|
||||
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_parent:
|
||||
name: has_parent
|
||||
description: Parent entity in a hierarchical relationship. MIGRATED 2026-02-03 from has_or_had_parent for conciseness.
|
||||
slot_uri: hc:hasParent
|
||||
range: string
|
||||
aliases:
|
||||
- has_or_had_parent
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
id: https://nde.nl/ontology/hc/slot/has_participated_in
|
||||
name: has_participated_in
|
||||
title: has participated in
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
rico: https://www.ica.org/standards/RiC/ontology#
|
||||
org: http://www.w3.org/ns/org#
|
||||
oa: http://www.w3.org/ns/oa#
|
||||
default_prefix: hc
|
||||
imports:
|
||||
- linkml:types
|
||||
slots:
|
||||
has_participated_in:
|
||||
slot_uri: hc:hasParticipatedIn
|
||||
description: 'Indicates that an entity participated in an event, project, or funding
|
||||
call. MIGRATED from funding_call per Rule 53. Follows RiC-O naming convention.
|
||||
|
||||
|
||||
MIGRATED 2026-02-03 from has_or_had_participated_in for conciseness.'
|
||||
range: string
|
||||
multivalued: true
|
||||
aliases:
|
||||
- has_or_had_participated_in
|
||||
exact_mappings:
|
||||
- rico:isOrWasParticipantIn
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
|
|
@ -1,32 +1,90 @@
|
|||
# ==============================================================================
|
||||
# LinkML Slot Definition: has_percentage
|
||||
# ==============================================================================
|
||||
# A value, ratio, or proportion expressed as a fraction of 100.
|
||||
#
|
||||
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
||||
#
|
||||
# | Ontology | Property | File/Line | Mapping | Notes |
|
||||
# |------------|-------------------------|--------------------------|---------|----------------------------------------------------|
|
||||
# | Schema.org | `schema:valueReference` | schemaorg.owl:39594-39618 | related | "A secondary value that provides additional info |
|
||||
# | | | | | on the original value." Domain: PropertyValue/ |
|
||||
# | | | | | QuantitativeValue/QualitativeValue. Not about |
|
||||
# | | | | | percentages; it provides context to other values. |
|
||||
#
|
||||
# No standard ontology property specifically for percentage values.
|
||||
# schema:valueReference is about reference context for quantitative values,
|
||||
# not about expressing percentages.
|
||||
#
|
||||
# CREATED: 2026-02-07
|
||||
# ==============================================================================
|
||||
|
||||
id: https://nde.nl/ontology/hc/slot/has_percentage
|
||||
name: has_percentage
|
||||
prefixes:
|
||||
linkml: https://w3id.org/linkml/
|
||||
hc: https://nde.nl/ontology/hc/
|
||||
schema: http://schema.org/
|
||||
dcterms: http://purl.org/dc/terms/
|
||||
xsd: http://www.w3.org/2001/XMLSchema#
|
||||
imports:
|
||||
- linkml:types
|
||||
- linkml:types
|
||||
default_prefix: hc
|
||||
slots:
|
||||
has_percentage:
|
||||
slot_uri: hc:hasPercentage
|
||||
description: >-
|
||||
A percentage value associated with an entity.
|
||||
Links entities to structured percentage representations.
|
||||
Used for commission rates, discounts, completion percentages, etc.
|
||||
range: string # uriorcurie
|
||||
To specify a value, ratio, or proportion expressed as a fraction of 100.
|
||||
alt_descriptions:
|
||||
nl: >-
|
||||
Het specificeren van een waarde, verhouding of proportie uitgedrukt als een fractie van 100.
|
||||
de: >-
|
||||
Zur Angabe eines Wertes, Verhältnisses oder Anteils, ausgedrückt als Bruchteil von 100.
|
||||
fr: >-
|
||||
Spécifier une valeur, un ratio ou une proportion exprimée en fraction de 100.
|
||||
ar: >-
|
||||
لتحديد قيمة أو نسبة أو تناسب معبر عنها ككسر من 100.
|
||||
id: >-
|
||||
Untuk menentukan nilai, rasio, atau proporsi yang dinyatakan sebagai pecahan dari 100.
|
||||
zh: >-
|
||||
指定以100为分母的分数形式表示的数值、比率或比例。
|
||||
es: >-
|
||||
Especificar un valor, proporción o razón expresada como fracción de 100.
|
||||
structured_aliases:
|
||||
- literal_form: Percentage
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: nl
|
||||
- literal_form: Prozentsatz
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: de
|
||||
- literal_form: Pourcentage
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: fr
|
||||
- literal_form: نسبة مئوية
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: ar
|
||||
- literal_form: Persentase
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: id
|
||||
- literal_form: 百分比
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: zh
|
||||
- literal_form: Porcentaje
|
||||
predicate: EXACT_SYNONYM
|
||||
in_language: es
|
||||
range: string # uriorcurie
|
||||
# range: Percentage
|
||||
inlined: false
|
||||
aliases:
|
||||
- has_or_had_percentage
|
||||
close_mappings:
|
||||
- schema:valueReference
|
||||
examples:
|
||||
- value:
|
||||
percentage_value: 50
|
||||
percentage_display: 50%
|
||||
description: 50 percent
|
||||
annotations:
|
||||
custodian_types: '["*"]'
|
||||
related_mappings:
|
||||
- schema:valueReference # schemaorg.owl:39594-39618 - Secondary value providing context, not percentage-specific
|
||||
examples:
|
||||
- value:
|
||||
percentage_value: 50
|
||||
percentage_display: 50%
|
||||
description: 50 percent
|
||||
comments:
|
||||
- |
|
||||
**USAGE**: Used for commission rates, discounts, completion percentages, etc.
|
||||
Links entities to structured percentage representations.
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue