diff --git a/frontend/public/schemas/20251121/linkml/manifest.json b/frontend/public/schemas/20251121/linkml/manifest.json index e7c3af4a15..2f82dcf11c 100644 --- a/frontend/public/schemas/20251121/linkml/manifest.json +++ b/frontend/public/schemas/20251121/linkml/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-02-09T08:20:55.668Z", + "generated": "2026-02-09T15:22:24.349Z", "schemaRoot": "/schemas/20251121/linkml", "totalFiles": 2916, "categoryCounts": { diff --git a/schemas/20251121/linkml/manifest.json b/schemas/20251121/linkml/manifest.json index 2f82dcf11c..2695a68861 100644 --- a/schemas/20251121/linkml/manifest.json +++ b/schemas/20251121/linkml/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-02-09T15:22:24.349Z", + "generated": "2026-02-10T12:54:49.001Z", "schemaRoot": "/schemas/20251121/linkml", "totalFiles": 2916, "categoryCounts": { diff --git a/schemas/20251121/linkml/modules/classes/EnvironmentalZone.yaml b/schemas/20251121/linkml/modules/classes/EnvironmentalZone.yaml index 3f29731734..55c86eb906 100644 --- a/schemas/20251121/linkml/modules/classes/EnvironmentalZone.yaml +++ b/schemas/20251121/linkml/modules/classes/EnvironmentalZone.yaml @@ -55,7 +55,7 @@ classes: - hc:EnvironmentalRequirement - sosa:FeatureOfInterest slots: - - contain_contains_unit + - contain_unit - has_tolerance - allow - max_annual_light_exposure diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/accredited_with.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/accredited_with.yaml new file mode 100644 index 0000000000..16d6e1f92e --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/accredited_with.yaml @@ -0,0 +1,92 @@ +# ============================================================================== +# LinkML Slot Definition: accredited_with +# ============================================================================== +# Formal acknowledgment of a qualification or accreditation by a recognized body. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|---------------------------|----------------------------|---------|--------------------------------------------------- | +# | **Schema** | `schema:hasCertification` | schemaorg.owl:19877-19907 | close | "Certification information about a product, org." | +# | **Schema** | `schema:hasCredential` | schemaorg.owl:19949-19973 | related | "A credential awarded to the Person or Org." | +# | **DCTerms** | `dcterms:conformsTo` | dcterms.rdf:987-1008 | related | "An established standard to which resource conforms."| +# +# No standard ontology defines an exact "accredited with" property. +# Retains hc:accreditedWith. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/accredited_with +name: accredited_with +title: Accredited With +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + dcterms: http://purl.org/dc/terms/ +imports: + - linkml:types +default_prefix: hc +slots: + accredited_with: + slot_uri: hc:accreditedWith + description: >- + Ascribes or formally acknowledges a specific achievement, discovery, responsibility, + or qualification to a particular agent or entity. + alt_descriptions: + nl: >- + Schrijft een specifieke prestatie, ontdekking, verantwoordelijkheid of kwalificatie + formeel toe aan een bepaalde actor of entiteit, of erkent deze formeel. + de: >- + Schreibt eine bestimmte Leistung, Entdeckung, Verantwortung oder Qualifikation + einem bestimmten Akteur oder einer Entität formell zu oder erkennt diese formell an. + fr: >- + Attribue ou reconnaît formellement une réalisation, une découverte, une responsabilité + ou une qualification spécifique à un agent ou une entité particulière. + ar: >- + ينسب أو يعترف رسمياً بإنجاز أو اكتشاف أو مسؤولية أو مؤهل محدد لعامل أو كيان معين. + id: >- + Mengaitkan atau secara resmi mengakui pencapaian, penemuan, tanggung jawab, atau + kualifikasi tertentu kepada agen atau entitas tertentu. + zh: >- + 将特定的成就、发现、职责或资质正式归属或授予特定的代理人或实体。 + es: >- + Atribuye o reconoce formalmente un logro, descubrimiento, responsabilidad o + cualificación específica a un agente o entidad particular. + structured_aliases: + - literal_form: Accreditatie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Akkreditierung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Accréditation + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: اعتماد + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Akreditasi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 认证 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Acreditación + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Accreditation bodies include: AIC (American Institute for Conservation), + ICON (Institute of Conservation, UK), VeRes (Dutch Restorers Association). + range: string + annotations: + custodian_types: '["*"]' + aliases: + - is_accredited + close_mappings: + - schema:hasCertification # schemaorg.owl:19877-19907 - certification info about product/org/person + related_mappings: + - schema:hasCredential # schemaorg.owl:19949-19973 - credential awarded to Person or Org + - dcterms:conformsTo # dcterms.rdf:987-1008 - established standard resource conforms to diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_branch_of_authority.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/allowed_by.yaml similarity index 61% rename from schemas/20251121/linkml/modules/slots/20260202_matang/new/is_branch_of_authority.yaml rename to schemas/20251121/linkml/modules/slots/20260202_matang/allowed_by.yaml index d2c5322be5..4dbf942971 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_branch_of_authority.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/allowed_by.yaml @@ -1,6 +1,6 @@ -id: https://nde.nl/ontology/hc/slot/is_branch_of_authority -name: is_branch_of_authority_slot -title: Is Branch Of Authority Slot +id: https://nde.nl/ontology/hc/slot/allowed_by +name: allowed_by +title: Allowed By prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ @@ -16,14 +16,13 @@ default_prefix: hc imports: - linkml:types slots: - is_branch_of_authority: - slot_uri: hc:is_branch_of_authority + allowed_by: + slot_uri: hc:allowedBy range: boolean - description: 'Is Branch Of Authority for heritage custodian entities. - - ' + description: | + States or confirms that a specific action, access level, or behavior is permitted, authorized, or valid according to a governing rule, policy, or authority. annotations: custodian_types: '["*"]' specificity_score: 0.5 - exact_mappings: - - hc:is_branch_of_authority + aliases: + - is_permitted diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/analyze.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/analyze.yaml index 52d373686f..b3239b8523 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/analyze.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/analyze.yaml @@ -96,14 +96,14 @@ slots: - prov:Activity aliases: - analyzes_or_analyzed + - analyse - examines - studies - is_or_was_analyze + - measurement_data structured_aliases: - literal_form: analyseert predicate: EXACT_SYNONYM - - literal_form: is_or_was_analyze - predicate: EXACT_SYNONYM in_language: nl - literal_form: analysiert predicate: EXACT_SYNONYM diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/annex_of.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/annex_of.yaml new file mode 100644 index 0000000000..07f7b02862 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/annex_of.yaml @@ -0,0 +1,97 @@ +# ============================================================================== +# LinkML Slot Definition: annex_of +# ============================================================================== +# Designates a subsidiary building or extension attached to a larger primary entity. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|---------------------------|------------------------------|---------|------------------------------------------------------| +# | **DCTerms** | `dcterms:isPartOf` | dcterms.rdf:1464-1482 | broad | "Resource physically or logically included." | +# | **Schema** | `schema:isPartOf` | schemaorg.owl:22926-22950 | broad | "Item or CreativeWork that is part of." Generic. | +# | **CIDOC-CRM** | `crm:P46i_forms_part_of` | CIDOC:2341-2352 | related | Physical Thing part-of; composition, not annex. | +# | **Schema** | `schema:containedInPlace` | schemaorg.owl:12688-12714 | related | Place containment, not architectural subsidiary. | +# +# No standard ontology defines an exact "annex of" property. +# Retains hc:annexOf. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/annex_of +name: annex_of +title: Annex Of +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dcterms: http://purl.org/dc/terms/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + annex_of: + slot_uri: hc:annexOf + description: >- + Designates a subsidiary building, extension, or document that is attached to, + dependent upon, or serves as an addition to a larger primary entity. + alt_descriptions: + nl: >- + Duidt een bijgebouw, uitbreiding of document aan dat verbonden is met, afhankelijk + is van, of dient als aanvulling op een grotere primaire entiteit. + de: >- + Bezeichnet ein Nebengebäude, eine Erweiterung oder ein Dokument, das an eine größere + primäre Entität angeschlossen ist, von ihr abhängt oder als Ergänzung dazu dient. + fr: >- + Désigne un bâtiment annexe, une extension ou un document rattaché à une entité + principale plus grande, dépendant d'elle ou servant de complément à celle-ci. + ar: >- + يحدد مبنى فرعياً أو امتداداً أو وثيقة مرفقة بكيان رئيسي أكبر أو تابعة له أو + تعمل كإضافة إليه. + id: >- + Menunjukkan bangunan tambahan, ekstensi, atau dokumen yang melekat pada, bergantung + pada, atau berfungsi sebagai tambahan dari entitas utama yang lebih besar. + zh: >- + 指定附属于较大主要实体、依赖于该实体或作为其补充的附属建筑、扩展部分或文件。 + es: >- + Designa un edificio subsidiario, extensión o documento adjunto a una entidad + principal más grande, dependiente de ella o que sirve como adición a la misma. + structured_aliases: + - literal_form: Bijgebouw + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Anbau + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Annexe + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: ملحق + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Aneks + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 附属建筑 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Anexo + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Schema.org: isPartOf for part-whole relationship. + - >- + Links annex to primary reading room. + range: string + annotations: + custodian_types: '["*"]' + aliases: + - is_annex_of_reading_room + broad_mappings: + - dcterms:isPartOf # dcterms.rdf:1464-1482 - "resource physically or logically included" + - schema:isPartOf # schemaorg.owl:22926-22950 - "item that is part of" generic part-whole + related_mappings: + - crm:P46i_forms_part_of # CIDOC:2341-2352 - Physical Thing forms part of Physical Thing + - schema:containedInPlace # schemaorg.owl:12688-12714 - Place→Place spatial containment diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/appropriate_for.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/appropriate_for.yaml new file mode 100644 index 0000000000..024a4cea00 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/appropriate_for.yaml @@ -0,0 +1,83 @@ +# ============================================================================== +# LinkML Slot Definition: appropriate_for +# ============================================================================== +# Suitability designation for a particular audience, age group, or purpose. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|--------------------------|----------|------------------------------------------------------------| +# | **Schema.org**| `schema:audience` | schemaorg.owl:9151-9177 | broad | "An intended audience, i.e. a group for whom something was created." | +# | **Schema.org**| `schema:typicalAgeRange` | schemaorg.owl:38895-38914| narrow | "The typical expected age range, e.g. '7-9', '11-'." | +# | **Schema.org**| `schema:isFamilyFriendly` | schemaorg.owl:22821-22840| related | "Indicates whether this content is family friendly." Boolean. | +# | **Schema.org**| `schema:contentRating` | schemaorg.owl:12781-12802| related | "Official rating of a piece of content—for example, 'MPAA PG-13'." | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/appropriate_for +name: appropriate_for +title: Appropriate For +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + appropriate_for: + slot_uri: hc:appropriateFor + description: >- + Designates that a specific item, content, or action is suitable, safe, or recommended for a particular audience, age group, or purpose. + comments: + - "COPPA compliance flag. Affects comments, ads, features." + alt_descriptions: + nl: >- + Geeft aan dat een specifiek item, inhoud of actie geschikt, veilig of aanbevolen is voor een bepaald publiek, een bepaalde leeftijdsgroep of een bepaald doel. + de: >- + Bezeichnet, dass ein bestimmtes Element, ein Inhalt oder eine Aktion für ein bestimmtes Publikum, eine Altersgruppe oder einen Zweck geeignet, sicher oder empfohlen ist. + fr: >- + Désigne qu'un élément, un contenu ou une action spécifique est approprié, sûr ou recommandé pour un public, un groupe d'âge ou un objectif particulier. + ar: >- + يشير إلى أن عنصرًا أو محتوى أو إجراءً محددًا مناسب أو آمن أو موصى به لجمهور أو فئة عمرية أو غرض معين. + id: >- + Menetapkan bahwa item, konten, atau tindakan tertentu sesuai, aman, atau direkomendasikan untuk audiens, kelompok usia, atau tujuan tertentu. + zh: >- + 指定特定项目、内容或操作适合、安全或推荐给特定受众、年龄组或目的。 + es: >- + Designa que un elemento, contenido o acción específica es adecuado, seguro o recomendado para una audiencia, grupo de edad o propósito particular. + structured_aliases: + - literal_form: Geschiktheid + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Eignung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Adéquation + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: ملاءمة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Kesesuaian + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 适宜性 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Idoneidad + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + aliases: + - is_made_for_kid + broad_mappings: + - schema:audience # schemaorg.owl:9151-9177 - "An intended audience, i.e. a group for whom something was created." + narrow_mappings: + - schema:typicalAgeRange # schemaorg.owl:38895-38914 - "The typical expected age range, e.g. '7-9', '11-'." Age-only subset. + related_mappings: + - schema:isFamilyFriendly # schemaorg.owl:22821-22840 - "Indicates whether this content is family friendly." Boolean flag. + - schema:contentRating # schemaorg.owl:12781-12802 - "Official rating of a piece of content—for example, 'MPAA PG-13'." diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/approximate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/approximate.yaml index c108f8d40f..a97e45605a 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/approximate.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/approximate.yaml @@ -79,6 +79,8 @@ slots: multivalued: false aliases: - is_or_was_approximate + - is_approximate + - is_estimate related_mappings: - dqv:precision # dqv.ttl:184-186 - "Precision is a quality dimension, which refers to the recorded level of details." A Dimension class, not a boolean property. annotations: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/associated_with.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/associated_with.yaml index cf3053f6e0..34f0e3e07e 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/associated_with.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/associated_with.yaml @@ -97,5 +97,7 @@ slots: aliases: - is_or_was_associated_with - connection_organization + - institution_name + - logo_organization annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/auxiliary_of.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/auxiliary_of.yaml new file mode 100644 index 0000000000..a6161eadd9 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/auxiliary_of.yaml @@ -0,0 +1,101 @@ +# ============================================================================== +# LinkML Slot Definition: auxiliary_of +# ============================================================================== +# Designates a supporting or supplementary entity attached to a primary entity. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|----------------------------|---------|----------------------------------------------------| +# | **DCTerms** | `dcterms:isPartOf` | dcterms.rdf:1464-1482 | broad | "Resource physically or logically included." | +# | **Schema** | `schema:isPartOf` | schemaorg.owl:22926-22950 | broad | "Item that is part of." Generic part-whole. | +# | **ORG** | `org:subOrganizationOf` | org.rdf:663-681 | related | Hierarchical org containment, not auxiliary role. | +# | **CIDOC-CRM** | `crm:P46i_forms_part_of` | CIDOC:2341-2352 | related | Physical Thing composition, not supportive role. | +# +# No standard ontology defines an exact "auxiliary of" property. +# Retains hc:auxiliaryOf. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/auxiliary_of +name: auxiliary_of +title: Auxiliary Of +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dcterms: http://purl.org/dc/terms/ + schema: http://schema.org/ + org: http://www.w3.org/ns/org# + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + auxiliary_of: + slot_uri: hc:auxiliaryOf + description: >- + Designates an entity, component, or group that functions in a supporting, + supplementary, or backup capacity to a primary entity. + alt_descriptions: + nl: >- + Duidt een entiteit, component of groep aan die functioneert in een ondersteunende, + aanvullende of reservecapaciteit ten opzichte van een primaire entiteit. + de: >- + Bezeichnet eine Entität, Komponente oder Gruppe, die in einer unterstützenden, + ergänzenden oder Reservekapazität für eine primäre Entität fungiert. + fr: >- + Désigne une entité, un composant ou un groupe qui fonctionne en capacité de soutien, + de complément ou de remplacement par rapport à une entité principale. + ar: >- + يحدد كياناً أو مكوناً أو مجموعة تعمل بصفة داعمة أو تكميلية أو احتياطية + لكيان رئيسي. + id: >- + Menunjukkan entitas, komponen, atau kelompok yang berfungsi dalam kapasitas + pendukung, pelengkap, atau cadangan bagi entitas utama. + zh: >- + 指定以支持、补充或备用能力为主要实体服务的实体、组件或群组。 + es: >- + Designa una entidad, componente o grupo que funciona en capacidad de apoyo, + complementaria o de respaldo para una entidad principal. + structured_aliases: + - literal_form: Hulplocatie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Nebenstandort + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Auxiliaire + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مساعد + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Tambahan + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 辅助设施 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Auxiliar + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + SKOS: broader links subordinate to main concept. + - >- + Analogous to CustodianAppellation.variant_of_name linking to CustodianName; + this links AuxiliaryPlace to CustodianPlace (main place). + range: string + annotations: + custodian_types: '["*"]' + aliases: + - is_auxiliary_of_place + - is_auxiliary_of_platform + - is_sub_guide + broad_mappings: + - dcterms:isPartOf # dcterms.rdf:1464-1482 - "resource physically or logically included" + - schema:isPartOf # schemaorg.owl:22926-22950 - "item that is part of" generic part-whole + related_mappings: + - org:subOrganizationOf # org.rdf:663-681 - hierarchical org containment + - crm:P46i_forms_part_of # CIDOC:2341-2352 - Physical Thing forms part of Physical Thing diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/based_on.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/based_on.yaml index 25f4b70138..99943a6803 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/based_on.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/based_on.yaml @@ -108,6 +108,7 @@ slots: - has_or_had_citation - has_citation - content_origin + - loan_agreement_url annotations: custodian_types: '["*"]' specificity_score: 0.25 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/begin_of_the_begin.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/begin_of_the_begin.yaml index a2ee1392b9..372c7c8c67 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/begin_of_the_begin.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/begin_of_the_begin.yaml @@ -115,6 +115,9 @@ slots: - contribution_start_date - created_date - created + - has_accumulation_start_date + - launch_date_slot + - loan_start_date annotations: slot_fixes_compliance: Range changed from datetime to Timestamp class per slot_fixes.yaml migration_date: '2026-01-15' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/belong_to.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/belong_to.yaml new file mode 100644 index 0000000000..2dd40c7d6b --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/belong_to.yaml @@ -0,0 +1,94 @@ +# ============================================================================== +# LinkML Slot Definition: belong_to +# ============================================================================== +# Legal property, charge, or membership linkage to an individual or group. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|--------------------------------------|------------------------|----------|------------------------------------------------------------------| +# | **Schema.org**| `schema:memberOf` | schemaorg.owl:26080-26104| related | "An Organization to which this Person or Organization belongs." | +# | **ORG** | `org:memberOf` | org.rdf:743-758 | related | "Person is a member of the Organization." Membership only. | +# | **CIDOC-CRM** | `crm:P52_has_current_owner` | CIDOC:2465-2479 | related | "Identifies the owner of a Physical Thing." Physical things only.| +# | **CIDOC-CRM** | `crm:P49_has_former_or_current_keeper`| CIDOC:2383-2397 | related | "Actor who has/had custody of a Physical Thing." | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/belong_to +name: belong_to +title: Belong To +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + org: http://www.w3.org/ns/org# + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + belong_to: + slot_uri: hc:belongTo + description: >- + Signifies that an item, asset, title, or responsibility is the legal property, charge, or proper member of a specific individual, group, or category. + comments: + - "Inverse of legal_status." + - "Links legal entity back to custodian hub." + - "Creates owl:inverseOf axiom in RDF output." + - "Inverse: `legal_status` | Pattern: If Custodian legal_status LegalStatus, then LegalStatus is_legal_status_of Custodian." + - "Navigation: From legal status: Find custodian it represents (is_legal_status_of) | From custodian: Find formal legal entity (legal_status)." + examples: + - value: | + CustodianLegalStatus: + legal_name: "Stichting Rijksmuseum" + is_legal_status_of: "https://nde.nl/ontology/hc/nl-nh-ams-m-rm" + description: Usage example + alt_descriptions: + nl: >- + Geeft aan dat een item, bezitting, titel of verantwoordelijkheid het wettelijk eigendom, de last of het rechtmatig lid is van een specifiek individu, groep of categorie. + de: >- + Bezeichnet, dass ein Gegenstand, Vermögenswert, Titel oder eine Verantwortung das rechtliche Eigentum, die Zuständigkeit oder das ordnungsgemäße Mitglied einer bestimmten Person, Gruppe oder Kategorie ist. + fr: >- + Indique qu'un élément, un actif, un titre ou une responsabilité est la propriété légale, la charge ou le membre légitime d'un individu, d'un groupe ou d'une catégorie spécifique. + ar: >- + يشير إلى أن عنصرًا أو أصلًا أو لقبًا أو مسؤولية هي الملكية القانونية أو العهدة أو العضوية الصحيحة لفرد أو مجموعة أو فئة محددة. + id: >- + Menandakan bahwa suatu item, aset, gelar, atau tanggung jawab merupakan milik hukum, beban, atau anggota sah dari individu, kelompok, atau kategori tertentu. + zh: >- + 表示某个项目、资产、头衔或责任是特定个人、团体或类别的合法财产、职责或正式成员。 + es: >- + Indica que un elemento, activo, título o responsabilidad es la propiedad legal, cargo o miembro legítimo de un individuo, grupo o categoría específica. + structured_aliases: + - literal_form: Eigendom + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Zugehörigkeit + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Appartenance + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: ملكية + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Kepemilikan + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 所属 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Pertenencia + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + inverse_slot: legal_status + custodian_types: '["*"]' + aliases: + - is_legal_status_of + related_mappings: + - schema:memberOf # schemaorg.owl:26080-26104 - "An Organization to which this Person or Organization belongs." Membership only. + - org:memberOf # org.rdf:743-758 - "Person is a member of the Organization." Membership only. + - crm:P52_has_current_owner # CIDOC:2465-2479 - "Identifies the owner of a Physical Thing." Physical things only. + - crm:P49_has_former_or_current_keeper # CIDOC:2383-2397 - "Actor who has/had custody of a Physical Thing." diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/branch_of.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/branch_of.yaml index 4631c4df2a..a50637efff 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/branch_of.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/branch_of.yaml @@ -94,5 +94,7 @@ slots: - org:subOrganizationOf # org.rdf:663-681 - Hierarchical containment of Organizations aliases: - is_or_was_branch_of + - is_branch_of_authority + - is_branch_of annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/broadcast.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/broadcast.yaml new file mode 100644 index 0000000000..a2976dd961 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/broadcast.yaml @@ -0,0 +1,93 @@ +# ============================================================================== +# LinkML Slot Definition: broadcast +# ============================================================================== +# Disseminates content to a wide audience without targeting a specific recipient. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|----------------------------|----------------------------|---------|----------------------------------------------------------------| +# | **Schema.org**| `schema:publication` | schemaorg.owl:31622-31643 | broad | "A publication event associated with the item." Broader: publication encompasses broadcast. | +# | **Schema.org**| `schema:broadcastOfEvent` | schemaorg.owl:10695-10716 | narrow | "The event being broadcast." Domain: BroadcastEvent. Narrower: specifically about what event is broadcast. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/broadcast +name: broadcast +title: Broadcast +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + broadcast: + slot_uri: hc:broadcast + description: >- + Disseminates a signal, message, or content to a wide audience or all nodes + in a network simultaneously, without targeting a specific recipient. + comments: + - >- + Values: none (not a live broadcast; standard video), live (currently + broadcasting live), upcoming (scheduled live stream not yet started). + When live or upcoming becomes none, the video is archived. + alt_descriptions: + nl: >- + Verspreidt een signaal, bericht of inhoud naar een breed publiek of alle + knooppunten in een netwerk tegelijkertijd, zonder een specifieke + ontvanger te targeten. + de: >- + Verbreitet ein Signal, eine Nachricht oder einen Inhalt an ein breites + Publikum oder alle Knoten in einem Netzwerk gleichzeitig, ohne einen + bestimmten Empfänger anzusprechen. + fr: >- + Diffuse un signal, un message ou un contenu à un large public ou à tous + les nœuds d'un réseau simultanément, sans cibler un destinataire + spécifique. + ar: >- + يبث إشارة أو رسالة أو محتوى إلى جمهور واسع أو جميع العقد في شبكة + بشكل متزامن، دون استهداف متلقٍّ محدد. + id: >- + Menyebarkan sinyal, pesan, atau konten kepada khalayak luas atau semua + simpul dalam jaringan secara bersamaan, tanpa menargetkan penerima + tertentu. + zh: >- + 向广大受众或网络中的所有节点同时传播信号、消息或内容,而不针对特定接收者。 + es: >- + Difunde una señal, mensaje o contenido a una audiencia amplia o a todos + los nodos de una red simultáneamente, sin dirigirse a un destinatario + específico. + structured_aliases: + - literal_form: Uitzending + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Rundfunk + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Diffusion + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: بث + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Siaran + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 广播 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Difusión + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + aliases: + - live_broadcast_content + broad_mappings: + - schema:publication # schemaorg.owl:31622-31643 - "A publication event associated with the item." + narrow_mappings: + - schema:broadcastOfEvent # schemaorg.owl:10695-10716 - "The event being broadcast such as a sporting event or awards ceremony." diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/categorized_as.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/categorized_as.yaml index 47c475e42c..bb570bdc94 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/categorized_as.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/categorized_as.yaml @@ -166,6 +166,7 @@ slots: - is_or_was_categorized_as - connections_by_heritage_type - cultural_context + - dutch_context annotations: rule_53_migration: Replaces collection_focus with structured Category custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/contain.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/contain.yaml index 99d7694088..6dfc36c1b5 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/contain.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/contain.yaml @@ -113,7 +113,8 @@ slots: - contains_or_contained - has_or_had_part - is_or_was_contain - - + - has_or_had_animal_species_count + - has_animal_species_count examples: - value: https://nde.nl/ontology/hc/name/last-name-component description: >- diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/current.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/current.yaml index 13aefd0893..c62f7d0ada 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/current.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/current.yaml @@ -86,5 +86,7 @@ slots: - schema:status # General status property aliases: - is_or_was_current + - is_active + - is_current_version annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/deceased.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/deceased.yaml new file mode 100644 index 0000000000..98aad16e66 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/deceased.yaml @@ -0,0 +1,118 @@ +# ============================================================================== +# LinkML Slot Definition: deceased +# ============================================================================== +# Signifies that a person or living entity has died and is no longer alive. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-------------------------|----------------------------|---------|------------------------------------------------------| +# | **Schema** | `schema:deathDate` | schemaorg.owl:14424-14442 | narrow | "Date of death." Only date aspect, not full status. | +# | **PROV-O** | `prov:wasEndedBy` | prov.ttl:1116-1131 | related | Activity ended by Entity; analogous but different. | +# | **CIDOC-CRM** | `crm:P100i_died_in` | CIDOC:3408-3418 | related | Person→Death event; event model, not status model. | +# +# No standard ontology defines an exact "deceased status" property. +# Retains hc:deceased. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/deceased +name: deceased +title: Deceased +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + prov: http://www.w3.org/ns/prov# + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + deceased: + slot_uri: hc:deceased + description: >- + Signifies that a person or living entity has died and is no longer alive. + alt_descriptions: + nl: >- + Geeft aan dat een persoon of levend wezen is overleden en niet meer in leven is. + de: >- + Gibt an, dass eine Person oder ein Lebewesen gestorben und nicht mehr am Leben ist. + fr: >- + Indique qu'une personne ou un être vivant est décédé et n'est plus en vie. + ar: >- + يشير إلى أن شخصاً أو كائناً حياً قد توفي ولم يعد على قيد الحياة. + id: >- + Menandakan bahwa seseorang atau makhluk hidup telah meninggal dan tidak lagi hidup. + zh: >- + 表示某人或某生物已去世且不再存活。 + es: >- + Indica que una persona o ser vivo ha fallecido y ya no está con vida. + structured_aliases: + - literal_form: Overleden + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Verstorben + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Décédé + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: متوفى + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Meninggal + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 已故 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Fallecido + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Replaces: circumstances_of_death (string). Intended range is DeceasedStatus + class for structured death information including cause of death, temporal extent, + and narrative description. + - >- + Uses permanent-state semantics (not "has_or_had") because death status is irreversible. + - >- + Important for documenting heritage workers killed in conflicts (Gaza, Ukraine, etc.), + historical figures in the heritage sector, and biographical commemoration. + range: string + required: false + annotations: + migration_source: circumstances_of_death + migration_date: '2026-01-19' + migration_rationale: >- + Replaced simple string slot with structured DeceasedStatus class + per slot_fixes.yaml revision at line 9369. + Enables structured capture of cause, date, and narrative. + custodian_types: '["*"]' + examples: + - value: >- + is_deceased: + is_or_was_caused_by: + cause_type: NATURAL + temporal_extent: + begin_of_the_begin: "2020-03-15" + end_of_the_end: "2020-03-15" + description: Natural death with known date + - value: >- + is_deceased: + is_or_was_caused_by: + cause_type: CONFLICT + has_or_had_description: "Killed during airstrike on cultural center" + temporal_extent: + begin_of_the_begin: "2023-10-01" + end_of_the_end: "2023-12-31" + description: Death during conflict with date range (exact date unknown) + aliases: + - is_deceased + narrow_mappings: + - schema:deathDate # schemaorg.owl:14424-14442 - "Date of death." Only the date facet. + related_mappings: + - prov:wasEndedBy # prov.ttl:1116-1131 - Activity ended by Entity; life-ending analogy + - crm:P100i_died_in # CIDOC:3408-3418 - Person died in Death event; event-based model diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/distinguished_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/distinguished_by.yaml new file mode 100644 index 0000000000..18c25bb71c --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/distinguished_by.yaml @@ -0,0 +1,90 @@ +# ============================================================================== +# LinkML Slot Definition: distinguished_by +# ============================================================================== +# Identifies the distinguishing trait or characteristic that sets an entity apart. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-------------------------------------|-------------------------|---------|-------------------------------------------------------------| +# | **Schema.org**| `schema:disambiguatingDescription` | schemaorg.owl:15103-107 | close | "Short description used to disambiguate from similar items." | +# | **CIDOC-CRM** | `crm:P3_has_note` | CIDOC_CRM:1227-1241 | broad | Generic note property; distinguishing feature is one type. | +# | **SKOS** | `skos:scopeNote` | skos.rdf:241-251 | related | "Note that helps clarify the meaning/use of a concept." | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/distinguished_by +name: distinguished_by +title: Distinguished By +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + skos: http://www.w3.org/2004/02/skos/core# +imports: + - linkml:types +default_prefix: hc +slots: + distinguished_by: + slot_uri: hc:distinguishedBy + range: string + description: >- + Identifies the specific trait, feature, mark, or characteristic that sets a particular entity apart from others + in the same class or category. + alt_descriptions: + nl: >- + Identificeert het specifieke kenmerk, de eigenschap, het merkteken of de karakteristiek die een bepaalde + entiteit onderscheidt van andere in dezelfde klasse of categorie. + de: >- + Identifiziert das spezifische Merkmal, die Eigenschaft, das Kennzeichen oder die Charakteristik, die eine + bestimmte Entität von anderen in derselben Klasse oder Kategorie unterscheidet. + fr: >- + Identifie le trait, la caractéristique, la marque ou la particularité spécifique qui distingue une entité + donnée des autres dans la même classe ou catégorie. + ar: >- + يحدد السمة أو الخاصية أو العلامة أو الميزة المحددة التي تميز كيانًا معينًا عن غيره في نفس الفئة أو التصنيف. + id: >- + Mengidentifikasi sifat, fitur, tanda, atau karakteristik spesifik yang membedakan suatu entitas tertentu dari + entitas lain dalam kelas atau kategori yang sama. + zh: >- + 标识将特定实体与同一类别或分类中的其他实体区分开来的具体特征、特性、标记或特点。 + es: >- + Identifica el rasgo, característica, marca o particularidad específica que distingue a una entidad concreta + de otras en la misma clase o categoría. + structured_aliases: + - literal_form: Onderscheidend Kenmerk + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Unterscheidungsmerkmal + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Caractéristique Distinctive + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: سمة مميزة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Ciri Pembeda + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 区分特征 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Característica Distintiva + predicate: EXACT_SYNONYM + in_language: es + close_mappings: + - schema:disambiguatingDescription # schemaorg.owl:15103-15107 - "short description to disambiguate from similar items" + broad_mappings: + - crm:P3_has_note # CIDOC_CRM_v7.1.3.rdf:1227-1241 - generic note/characterisation container + related_mappings: + - skos:scopeNote # skos.rdf:241-251 - "note that helps clarify meaning/use of a concept" + comments: + - "Migrated from '**Key Distinction**:' and '**Key Distinctions from Other Types**:' sections." + annotations: + source_section: '**Key Distinction**:' + custodian_types: '["*"]' + aliases: + - key_distinction diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/embedded_on.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/embedded_on.yaml new file mode 100644 index 0000000000..eebb492f1c --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/embedded_on.yaml @@ -0,0 +1,88 @@ +# ============================================================================== +# LinkML Slot Definition: embedded_on +# ============================================================================== +# Specifies the host medium, surface, or digital file where content is fixed +# or integrated. +# +# 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." | +# | **CIDOC-CRM** | `crm:P128i_is_carried_by` | CIDOC:3953-3964 | related | "is carried by." Physical Thing carries Symbolic Object. | +# | **Schema** | `schema:embedUrl` | schemaorg.owl:16455-16475 | narrow | "URL pointing to a player for a video." URL-only facet. | +# +# No standard ontology defines an exact "embedded on" property for host +# medium/surface/file. Retains hc:embeddedOn. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/embedded_on +name: embedded_on +title: Embedded On +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dcterms: http://purl.org/dc/terms/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + embedded_on: + slot_uri: hc:embeddedOn + description: >- + Specifies the host medium, surface, or digital file where a specific object, piece of content, or metadata is fixed, integrated, or displayed. + alt_descriptions: + nl: >- + Specificeert het hostmedium, oppervlak of digitaal bestand waarop een specifiek object, stuk inhoud of metadata is vastgelegd, geïntegreerd of weergegeven. + de: >- + Gibt das Trägermedium, die Oberfläche oder die digitale Datei an, auf der ein bestimmtes Objekt, ein Inhalt oder Metadaten fixiert, integriert oder angezeigt werden. + fr: >- + Spécifie le support hôte, la surface ou le fichier numérique sur lequel un objet, un contenu ou des métadonnées spécifiques sont fixés, intégrés ou affichés. + ar: >- + يحدد الوسط المضيف أو السطح أو الملف الرقمي الذي يتم فيه تثبيت كائن معين أو محتوى أو بيانات وصفية أو دمجها أو عرضها. + id: >- + Menentukan media induk, permukaan, atau berkas digital tempat objek, konten, atau metadata tertentu ditetapkan, diintegrasikan, atau ditampilkan. + zh: >- + 指定特定对象、内容或元数据被固定、集成或显示于其上的宿主介质、表面或数字文件。 + es: >- + Especifica el medio anfitrión, la superficie o el archivo digital donde un objeto, contenido o metadatos específicos están fijados, integrados o mostrados. + structured_aliases: + - literal_form: Ingebed Op + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Eingebettet Auf + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Intégré Sur + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مضمّن على + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Tertanam Pada + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 嵌入于 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Integrado En + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Publisher-controlled setting. + range: string + annotations: + custodian_types: '["*"]' + aliases: + - is_embeddable + close_mappings: + - dcterms:medium # dcterms.rdf:1686-1710 - "The material or physical carrier of the resource." + narrow_mappings: + - schema:embedUrl # schemaorg.owl:16455-16475 - "URL pointing to a player for a video." URL-only facet. + related_mappings: + - crm:P128i_is_carried_by # CIDOC:3953-3964 - "is carried by." Physical Thing carrying Symbolic Object. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/end_of_the_end.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/end_of_the_end.yaml index 9b55c5b560..66ed1fd105 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/end_of_the_end.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/end_of_the_end.yaml @@ -94,6 +94,10 @@ slots: - is_or_was_end_time - chapter_end_time - is_or_was_end + - end_seconds + - end_time + - has_accumulation_end_date + - loan_end_date structured_aliases: - literal_form: einde van het einde predicate: EXACT_SYNONYM diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/equivalent_to.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/equivalent_to.yaml index b44de14dc3..2abd663440 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/equivalent_to.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/equivalent_to.yaml @@ -4,13 +4,15 @@ # Semantic equivalence with another entity (typically Wikidata). # # ONTOLOGY ALIGNMENT (verified against data/ontology/): -# | Ontology | Property | Mapping | Notes | -# |---------------|-------------------|---------|----------------------------------| -# | **SKOS** | `skos:exactMatch` | exact | SKOS exact match | -# | **OWL** | `owl:sameAs` | close | OWL identity (stronger claim) | -# | **Schema.org**| `schema:sameAs` | close | Schema.org identity | +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|-------------------|----------------------|---------|--------------------------------------------------------------| +# | **SKOS** | `skos:exactMatch` | skos.rdf:438-454 | exact | "Link two concepts, high confidence of interchangeability." | +# | **OWL** | `owl:sameAs` | W3C OWL 2 standard | close | Identity assertion (stronger claim than equivalence). | +# | **Schema.org** | `schema:sameAs` | schemaorg.owl:34129-34148 | close | "URL unambiguously indicating the item's identity." | # # CREATED: 2026-02-03 +# UPDATED: 2026-02-09 # ============================================================================== id: https://nde.nl/ontology/hc/slot/equivalent_to @@ -22,47 +24,84 @@ prefixes: skos: http://www.w3.org/2004/02/skos/core# owl: http://www.w3.org/2002/07/owl# 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# - xsd: http://www.w3.org/2001/XMLSchema# -default_prefix: hc -description: | - Semantic equivalence with another entity (typically Wikidata). imports: -- linkml:types + - linkml:types +default_prefix: hc slots: equivalent_to: slot_uri: hc:equivalentTo - description: | - Semantic equivalence with another entity (typically Wikidata). - - **Distinction from related_to**: - - `equivalent_to`: Semantic identity (same concept) - - `related_to`: Associative (related but distinct) - - **Use Case**: - Links a heritage custodian type or concept to its Wikidata equivalent. - Example: Our "Museum" type is equivalent to Wikidata Q33506. + description: >- + Asserts semantic equivalence between this entity and another entity, + indicating that both represent the same real-world concept or thing. + alt_descriptions: + nl: >- + Stelt semantische equivalentie vast tussen deze entiteit en een andere entiteit, + wat aangeeft dat beide hetzelfde concept of ding uit de werkelijkheid vertegenwoordigen. + de: >- + Stellt die semantische Äquivalenz zwischen dieser Entität und einer anderen Entität fest + und zeigt an, dass beide dasselbe reale Konzept oder Ding repräsentieren. + fr: >- + Affirme l'equivalence sémantique entre cette entité et une autre entité, + indiquant que les deux représentent le même concept ou objet du monde réel. + ar: >- + يؤكد التكافؤ الدلالي بين هذا الكيان وكيان آخر، + مما يشير إلى أن كليهما يمثلان نفس المفهوم أو الشيء في العالم الحقيقي. + id: >- + Menyatakan kesetaraan semantik antara entitas ini dan entitas lain, + yang menunjukkan bahwa keduanya mewakili konsep atau hal yang sama di dunia nyata. + zh: >- + 声明此实体与另一个实体之间的语义等价关系, + 表明两者代表相同的现实世界概念或事物。 + es: >- + Afirma la equivalencia semántica entre esta entidad y otra entidad, + indicando que ambas representan el mismo concepto o cosa del mundo real. + structured_aliases: + - literal_form: Equivalent + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Äquivalent + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Équivalent + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مكافئ + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Ekuivalen + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 等价物 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Equivalente + predicate: EXACT_SYNONYM + in_language: es range: string implements: - owl:ObjectProperty required: false multivalued: true exact_mappings: - - skos:exactMatch + - skos:exactMatch # skos.rdf:438-454 - "High degree of confidence that concepts can be used interchangeably." close_mappings: - - owl:sameAs - - schema:sameAs + - owl:sameAs # W3C OWL 2 standard - Identity assertion (stronger claim than semantic equivalence). + - schema:sameAs # schemaorg.owl:34129-34148 - "URL unambiguously indicating the item's identity." aliases: - is_or_was_equivalent_to - wikidata_equivalent - annotations: - custodian_types: '["*"]' - specificity_score: 0.25 + comments: + - >- + Distinction from related_to: equivalent_to asserts semantic identity (same concept), + while related_to asserts associative relationship (related but distinct concepts). + - >- + Use case: Links a heritage custodian type or concept to its Wikidata equivalent. + Example: Our "Museum" type is equivalent to Wikidata Q33506. examples: - value: Q33506 description: Wikidata equivalence for museum concept - value: Q166118 description: Wikidata equivalence for archive concept + annotations: + custodian_types: '["*"]' + specificity_score: 0.25 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/estimate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/estimate.yaml new file mode 100644 index 0000000000..939e739853 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/estimate.yaml @@ -0,0 +1,118 @@ +# ============================================================================== +# LinkML Slot Definition: estimate +# ============================================================================== +# Approximate calculation or judgment of value, quantity, or extent based on +# incomplete data, linking entities to confidence/quality assessments. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|------------------------------|-------------------------------|---------|-------------------------------------------------| +# | **CIDOC-CRM** | `crm:P140i_was_attributed_by`| CIDOC_CRM_v7.1.3.rdf:4220-30 | close | "was attributed by" E13 Attribute Assignment. | +# | **DQV** | `dqv:hasQualityMeasurement` | dqv.ttl:157-161 | related | "Refers to performed quality measurements." | +# | **PROV-O** | `prov:wasDerivedFrom` | prov.ttl:1099-1114 | broad | General derivation; estimation is one form. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/estimate +name: estimate +title: estimate +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + prov: http://www.w3.org/ns/prov# + dqv: http://www.w3.org/ns/dqv# + crm: http://www.cidoc-crm.org/cidoc-crm/ +default_prefix: hc +imports: +- linkml:types +slots: + estimate: + slot_uri: hc:estimate + description: >- + To calculate or judge the value, number, quantity, or extent of something + approximately, often based on incomplete data. + alt_descriptions: + nl: >- + Het bij benadering berekenen of beoordelen van de waarde, het aantal, + de hoeveelheid of de omvang van iets, vaak op basis van onvolledige + gegevens. + de: >- + Die annähernde Berechnung oder Beurteilung des Wertes, der Anzahl, + der Menge oder des Umfangs von etwas, häufig auf der Grundlage + unvollständiger Daten. + fr: >- + Calculer ou évaluer approximativement la valeur, le nombre, la + quantité ou l'étendue de quelque chose, souvent à partir de données + incomplètes. + ar: >- + حساب أو تقدير القيمة أو العدد أو الكمية أو النطاق لشيء ما بشكل + تقريبي، وغالبًا بناءً على بيانات غير مكتملة. + id: >- + Menghitung atau menilai secara perkiraan nilai, jumlah, kuantitas, + atau cakupan sesuatu, sering kali berdasarkan data yang tidak lengkap. + zh: >- + 基于不完整的数据,对某事物的价值、数量或范围进行近似计算或判断。 + es: >- + Calcular o juzgar aproximadamente el valor, número, cantidad o + extensión de algo, a menudo basándose en datos incompletos. + structured_aliases: + - literal_form: Schatting + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Schätzung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Estimation + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تقدير + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Estimasi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 估计 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Estimación + predicate: EXACT_SYNONYM + in_language: es + range: string + multivalued: true + close_mappings: + - crm:P140i_was_attributed_by # CIDOC_CRM_v7.1.3.rdf:4220-4230 - "was attributed by" links entity to E13 Attribute Assignment (covers estimation, assessment, classification) + broad_mappings: + - prov:wasDerivedFrom # prov.ttl:1099-1114 - "transformation of an entity into another"; general derivation subsumes estimation + related_mappings: + - dqv:hasQualityMeasurement # dqv.ttl:157-161 - "refers to performed quality measurements"; estimation relates to quality assessment + annotations: + rico_naming_convention: >- + Follows RiC-O "estimatesOrEstimated" pattern for active/passive + predicates. See Rule 39: Slot Naming Convention (RiC-O Style) + replaces_slots: digital_confidence + migration_date: '2026-01-25' + custodian_types: '["*"]' + aliases: + - estimates_or_estimated + comments: + - Generic estimation slot for linking to confidence/quality assessments. + - Links entity to DigitalConfidence or similar assessment classes. + - Replaces specific confidence slots like digital_confidence. + - 'RiC-O naming: estimatesOrEstimated indicates estimation relationship.' + - >- + This relationship may be historical — estimations may be updated over + time. Used to link profiles or entities to confidence assessments about + specific attributes (e.g., digital proficiency confidence). + - >- + Pattern: LinkedInProfile └── estimates_or_estimated → DigitalConfidence + ├── has_or_had_score: 0.8 └── has_or_had_type: PROFICIENCY_LEVEL + - >- + Migrated from digital_confidence → estimates_or_estimated + + DigitalConfidence (per slot_fixes.yaml). + examples: + - value: + has_or_had_score: 0.85 + has_or_had_label: High Digital Proficiency + description: Estimation of digital proficiency diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/expired_at.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/expired_at.yaml index 99554c5793..ab2e87faf2 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/expired_at.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/expired_at.yaml @@ -88,6 +88,7 @@ slots: - dcterms:valid # dcterms.ttl:11116-11175 - Date range of validity aliases: - is_or_was_expired_at + - expires_on_expired_at annotations: custodian_types: '["*"]' comments: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/export.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/export.yaml new file mode 100644 index 0000000000..d4827a059d --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/export.yaml @@ -0,0 +1,94 @@ +# ============================================================================== +# LinkML Slot Definition: export +# ============================================================================== +# The capability of sending data from an internal system to an external destination. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |-------------|-----------------------|------------------------|---------|------------------------------------------------------------------------| +# | **DCAT** | `dcat:downloadURL` | dcat3.ttl:896-938 | narrow | "The URL of the downloadable file in a given format." | +# | **DCTerms** | `dcterms:hasFormat` | dcterms.rdf:1323-1346 | close | "A related resource...substantially the same...but in another format." | +# | **Schema** | `schema:distribution` | schemaorg.owl:15369-15390 | related | "A downloadable form of this dataset, at a specific location." | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/export +name: export +title: Export +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dcat: http://www.w3.org/ns/dcat# + dcterms: http://purl.org/dc/terms/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + export: + slot_uri: hc:export + description: >- + Signifies the process of sending goods, services, or data from an internal source, + system, or jurisdiction to an external destination or foreign market. + comments: + - >- + Dublin Core: dcterms:conformsTo can indicate LOD compliance of exported data. + - >- + Export formats may include RDF/XML, Turtle, JSON-LD, N-Triples. + alt_descriptions: + nl: >- + Duidt op het proces van het verzenden van goederen, diensten of gegevens van een + interne bron, systeem of jurisdictie naar een externe bestemming of buitenlandse markt. + de: >- + Bezeichnet den Prozess des Sendens von Waren, Dienstleistungen oder Daten von einer + internen Quelle, einem System oder einer Gerichtsbarkeit an ein externes Ziel oder + einen ausländischen Markt. + fr: >- + Désigne le processus d'envoi de biens, de services ou de données depuis une source + interne, un système ou une juridiction vers une destination externe ou un marché étranger. + ar: >- + يشير إلى عملية إرسال السلع أو الخدمات أو البيانات من مصدر داخلي أو نظام أو ولاية + قضائية إلى وجهة خارجية أو سوق أجنبي. + id: >- + Menandakan proses pengiriman barang, layanan, atau data dari sumber internal, sistem, + atau yurisdiksi ke tujuan eksternal atau pasar asing. + zh: >- + 表示将商品、服务或数据从内部来源、系统或管辖区发送到外部目的地或国外市场的过程。 + es: >- + Significa el proceso de envío de bienes, servicios o datos desde una fuente interna, + sistema o jurisdicción hacia un destino externo o mercado extranjero. + structured_aliases: + - literal_form: Export + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Export + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Exportation + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تصدير + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Ekspor + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 导出 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Exportación + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + close_mappings: + - dcterms:hasFormat # dcterms.rdf:1323-1346 — "A related resource...substantially the same...but in another format." + narrow_mappings: + - dcat:downloadURL # dcat3.ttl:896-938 — "The URL of the downloadable file in a given format." + related_mappings: + - schema:distribution # schemaorg.owl:15369-15390 — "A downloadable form of this dataset, at a specific location, in a specific format." + aliases: + - linked_data_export diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/exposed_to.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/exposed_to.yaml new file mode 100644 index 0000000000..c3aa160364 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/exposed_to.yaml @@ -0,0 +1,101 @@ +# ============================================================================== +# LinkML Slot Definition: expose_to +# ============================================================================== +# Relates a subject to a condition, substance, risk, or environment they are +# subjected to or made contact with. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|--------------------------------|-----------------------------|---------|--------------------------------------------------| +# | **RiC-O** | `rico:isOrWasAffectedBy` | RiC-O_1-1.rdf:12585-12617 | close | "is or was affected by" Thing→Event. | +# | **CIDOC-CRM** | `crm:P15_was_influenced_by` | CIDOC_CRM_v7.1.3.rdf:1517-29| broad | "had some bearing upon" Activity→Entity. | +# | **PROV-O** | `prov:wasInfluencedBy` | prov.ttl:1147-1170 | broad | Very general influence relation. | +# +# NOTE: schema:about ("the subject matter of an object") is about topicality, +# NOT exposure/subjection. Removed as slot_uri and exact_mapping. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/expose_to +name: expose_to +title: expose to +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + rico: https://www.ica.org/standards/RiC/ontology# + crm: http://www.cidoc-crm.org/cidoc-crm/ + prov: http://www.w3.org/ns/prov# +default_prefix: hc +imports: +- linkml:types +slots: + expose_to: + slot_uri: hc:expose_to + description: >- + Relates a subject (person, object, system) to the specific condition, + substance, risk, or environment they are subjected to or made contact + with. + alt_descriptions: + nl: >- + Relateert een onderwerp (persoon, object, systeem) aan de specifieke + conditie, stof, risico of omgeving waaraan het is blootgesteld of + waarmee het in contact is gekomen. + de: >- + Setzt ein Subjekt (Person, Objekt, System) in Beziehung zu der + spezifischen Bedingung, Substanz, dem Risiko oder der Umgebung, der + es ausgesetzt ist oder mit der es in Kontakt gekommen ist. + fr: >- + Relie un sujet (personne, objet, système) à la condition, substance, + risque ou environnement spécifique auquel il est soumis ou avec + lequel il est entré en contact. + ar: >- + يربط موضوعًا (شخص، كائن، نظام) بالحالة أو المادة أو المخاطر أو + البيئة المحددة التي تعرض لها أو اتصل بها. + id: >- + Menghubungkan subjek (orang, objek, sistem) dengan kondisi, zat, + risiko, atau lingkungan tertentu yang dialami atau disentuhnya. + zh: >- + 将主体(人、物体、系统)与其所接触或暴露于的特定条件、物质、风险或环境相关联。 + es: >- + Relaciona un sujeto (persona, objeto, sistema) con la condición, + sustancia, riesgo o entorno específico al que está sometido o con + el que ha entrado en contacto. + structured_aliases: + - literal_form: Blootstelling + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Exposition + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Exposition + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تعرض + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Paparan + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 暴露 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Exposición + predicate: EXACT_SYNONYM + in_language: es + range: string + close_mappings: + - rico:isOrWasAffectedBy # RiC-O_1-1.rdf:12585-12617 - "is or was affected by" Thing→Event; closest structural match, though "affected" implies impact occurred while "exposed" implies contact/subjection + broad_mappings: + - crm:P15_was_influenced_by # CIDOC_CRM_v7.1.3.rdf:1517-1529 - "had some bearing upon" Activity→Entity; influence is broader than exposure + - prov:wasInfluencedBy # prov.ttl:1147-1170 - very general influence relation across Activity/Agent/Entity + annotations: + custodian_types: '["*"]' + aliases: + - exposes_or_exposed + comments: + - >- + Previous slot_uri was schema:about, which means "the subject matter of + an object" (topicality). This is semantically incorrect for exposure/ + subjection. Changed to hc:expose_to. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/face_public.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/face_public.yaml new file mode 100644 index 0000000000..c380c85bfa --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/face_public.yaml @@ -0,0 +1,95 @@ +# ============================================================================== +# LinkML Slot Definition: face_public +# ============================================================================== +# Connects a service or operational unit to the external audience it serves. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|--------------------------|---------|----------------------------------------------------| +# | **Schema.org**| `schema:audience` | schemaorg.owl:9151-9177 | broad | "An intended audience, i.e. a group for whom | +# | | | | | something was created." Any audience for any thing; | +# | | | | | broader than public-facing audience specifically. | +# | **Schema.org**| `schema:publicAccess` | schemaorg.owl:31581-31599| related | "A flag to signal that the Place is open to public | +# | | | | | visitors." Boolean flag on Place — different | +# | | | | | structure (flag vs connection) and restricted domain. | +# +# No exact match — retains hc:facePublic. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/face_public +name: face_public +title: Face Public +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + face_public: + slot_uri: hc:facePublic + description: >- + Connects a specific service, interface, or operational unit to the particular external + audience, customer segment, or user base it directly serves or interacts with. + alt_descriptions: + nl: >- + Verbindt een specifieke dienst, interface of operationele eenheid met het specifieke externe + publiek, klantsegment of gebruikersgroep die het rechtstreeks bedient of waarmee het interactie heeft. + de: >- + Verbindet einen bestimmten Dienst, eine Schnittstelle oder eine operative Einheit mit dem + bestimmten externen Publikum, Kundensegment oder der Nutzerbasis, die er direkt bedient + oder mit der er interagiert. + fr: >- + Relie un service, une interface ou une unité opérationnelle spécifique au public externe, + segment de clientèle ou base d'utilisateurs particulier qu'il dessert ou avec lequel il + interagit directement. + ar: >- + يربط خدمة أو واجهة أو وحدة تشغيلية محددة بالجمهور الخارجي أو شريحة العملاء أو + قاعدة المستخدمين المعينة التي يخدمها أو يتفاعل معها مباشرة. + id: >- + Menghubungkan layanan, antarmuka, atau unit operasional tertentu dengan audiens eksternal, + segmen pelanggan, atau basis pengguna tertentu yang dilayani atau berinteraksi secara langsung. + zh: >- + 将特定服务、界面或运营单元与其直接服务或交互的特定外部受众、客户群体或用户群联系起来。 + es: >- + Conecta un servicio, interfaz o unidad operativa específica con la audiencia externa, + segmento de clientes o base de usuarios particular a la que sirve o con la que interactúa + directamente. + structured_aliases: + - literal_form: Publieksgericht + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Öffentlichkeitszugang + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Accès public + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مواجهة الجمهور + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Layanan Publik + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 面向公众 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Cara al público + predicate: EXACT_SYNONYM + in_language: es + range: string + comments: + - "TRUE: Public visitors, researchers, patrons can access. FALSE: Staff-only administrative location." + - "Use AdministrativeOffice class for staff-only locations." + broad_mappings: + - schema:audience # schemaorg.owl:9151-9177 — "An intended audience, i.e. a group for whom something was created." Any audience; broader than public-facing specifically. + related_mappings: + - schema:publicAccess # schemaorg.owl:31581-31599 — "A flag to signal that the Place is open to public visitors." Boolean flag on Place; different structure and restricted domain. + annotations: + custodian_types: '["*"]' + aliases: + - is_public_facing diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/filter.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/filter.yaml new file mode 100644 index 0000000000..0e1842d0ad --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/filter.yaml @@ -0,0 +1,132 @@ +# ============================================================================== +# LinkML Slot Definition: filter +# ============================================================================== +# Selects a subset of data elements from a larger collection based on specific +# criteria, removing unwanted noise or irrelevant items. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |------------|-----------------------|----------------------|---------|-----------------------------------------------------| +# | **DQV** | `dqv:computedOn` | dqv.ttl:120-126 | related | "resource on which quality measurement is performed."| +# | **PROV-O** | `prov:wasGeneratedBy` | prov.ttl:1132-1145 | related | Entity generated by Activity; provenance of results. | +# | **OA** | `oa:refinedBy` | oa.ttl:336-339 | related | "refine the processing of the source resource." | +# +# NOTE: No standard ontology has an exact or close match for "filtering a +# subset from a collection based on criteria." dqv:computedOn was previously +# an exact_mapping but is about what resource a quality metric was computed on, +# not about selecting/filtering subsets. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/filter +name: filter +title: Filter +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dqv: http://www.w3.org/ns/dqv# + prov: http://www.w3.org/ns/prov# + oa: http://www.w3.org/ns/oa# +default_prefix: hc +imports: +- linkml:types +slots: + filter: + slot_uri: hc:filter + description: >- + To select a subset of data elements from a larger collection based on + specific criteria or conditions, removing unwanted noise or irrelevant + items. + alt_descriptions: + nl: >- + Het selecteren van een deelverzameling van gegevenselementen uit een + grotere collectie op basis van specifieke criteria of voorwaarden, + waarbij ongewenste ruis of irrelevante items worden verwijderd. + de: >- + Die Auswahl einer Teilmenge von Datenelementen aus einer größeren + Sammlung anhand bestimmter Kriterien oder Bedingungen, wobei + unerwünschtes Rauschen oder irrelevante Elemente entfernt werden. + fr: >- + Sélectionner un sous-ensemble d'éléments de données à partir d'une + collection plus large en fonction de critères ou conditions + spécifiques, en supprimant le bruit indésirable ou les éléments non + pertinents. + ar: >- + اختيار مجموعة فرعية من عناصر البيانات من مجموعة أكبر بناءً على + معايير أو شروط محددة، مع إزالة الضوضاء غير المرغوب فيها أو + العناصر غير ذات الصلة. + id: >- + Memilih subset elemen data dari koleksi yang lebih besar berdasarkan + kriteria atau kondisi tertentu, dengan menghilangkan noise yang tidak + diinginkan atau item yang tidak relevan. + zh: >- + 根据特定标准或条件从较大的集合中选择数据元素的子集,去除不需要的噪声或不相关的项目。 + es: >- + Seleccionar un subconjunto de elementos de datos de una colección más + grande según criterios o condiciones específicos, eliminando el ruido + no deseado o los elementos irrelevantes. + structured_aliases: + - literal_form: Filter + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Filter + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Filtre + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: ترشيح + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Filter + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 过滤 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Filtro + predicate: EXACT_SYNONYM + in_language: es + range: string + required: false + multivalued: false + related_mappings: + - dqv:computedOn # dqv.ttl:120-126 - "resource on which quality measurement is performed"; both concern data processing, but computedOn is about metric computation not subset selection + - prov:wasGeneratedBy # prov.ttl:1132-1145 - Entity generated by Activity; filtered results have provenance from filtering activity + - oa:refinedBy # oa.ttl:336-339 - "refine the processing of the source resource"; closest structural parallel for narrowing/refining data selections + annotations: + rico_naming_convention: >- + Follows RiC-O "filtersOrFiltered" pattern for active/passive + predicates. See Rule 39: Slot Naming Convention (RiC-O Style) + replaces_slots: detection_count, detection_level, detection_threshold + migration_date: '2026-01-25' + custodian_types: '["*"]' + aliases: + - filters_or_filtered + comments: + - Generic filtering slot for detection/analysis thresholds. + - Links analysis to DetectedEntity with aggregated detection info. + - DetectedEntity contains quantity, type, and threshold data. + - Replaces multiple detection_* slots per Rule 53. + - 'RiC-O naming: filtersOrFiltered indicates filtering relationship.' + - >- + Previous exact_mapping dqv:computedOn demoted to related — it means + "resource on which a quality measurement is performed" (metric + computation target), not subset selection/filtering. + - >- + Temporal semantics: filter settings may change over time affecting + detected entities. + examples: + - value: + has_or_had_quantity: + quantity_value: 342 + has_or_had_unit: + unit_value: detections + description: Detection context with 342 detected entities + - value: + has_or_had_type: DetectionLevelType:HIGH + has_or_had_quantity: + quantity_value: 0.85 + description: High confidence detection level diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/final_of_the_final.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/final_of_the_final.yaml new file mode 100644 index 0000000000..7d2d67f2e4 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/final_of_the_final.yaml @@ -0,0 +1,120 @@ +# ============================================================================== +# LinkML Slot Definition: final_of_the_final +# ============================================================================== +# Relates the concluding condition state to the entity or process it closes. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|--------------------------------|--------------------------------|---------|--------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P44_has_condition` | CIDOC_CRM_v7.1.3.rdf:2270-2284 | broad | "Records an E3 Condition State for E18 Physical Thing." | +# | | | | | Any condition, not specifically the final/concluding one. | +# | **CIDOC-CRM** | `crm:P35_has_identified` | CIDOC_CRM_v7.1.3.rdf:2042-2054 | related | "Identifies E3 Condition State observed in E14 Assessment." | +# | | | | | Links assessment activity to condition; different direction. | +# | **RiC-O** | `rico:resultsOrResultedIn` | RiC-O_1-1.rdf:19540-19574 | related | "Connects Event to Thing that results from the Event." | +# | | | | | Final state can be seen as a result; Event→Thing direction. | +# | **Schema.org** | `schema:result` | schemaorg.owl:33466-33487 | related | "The result produced in the action." Action→Thing. | +# | | | | | Final state after treatment IS a result of the action. | +# | **RiC-O** | `rico:hasRecordState` | RiC-O_1-1.rdf:8998-9036 | related | "Connects Record to RecordState." Archival-domain only. | +# +# NOTE: crm:E3_Condition_State (CIDOC:258-269) is a CLASS, not a property. +# It was incorrectly listed as close_mapping in the original file and has been removed. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/final_of_the_final +name: final_of_the_final +title: Final of the Final +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + rico: https://www.ica.org/standards/RiC/ontology# + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + final_of_the_final: + slot_uri: hc:finalOfTheFinal + description: >- + Relates the ultimate, concluding state or phase to the specific process, + lifecycle, or entity that it brings to a complete close. + alt_descriptions: + nl: >- + Relateert de uiteindelijke, afsluitende toestand of fase aan het specifieke proces, + de levenscyclus of de entiteit die het volledig afsluit. + de: >- + Verknupft den endgültigen, abschließenden Zustand oder die Phase mit dem spezifischen Prozess, + Lebenszyklus oder der Entität, die dadurch vollständig abgeschlossen wird. + fr: >- + Relie l'état ou la phase ultime et conclusif au processus, cycle de vie ou entité + spécifique qu'il clôture complètement. + ar: >- + يربط الحالة أو المرحلة النهائية والختامية بالعملية أو دورة الحياة أو الكيان + المحدد الذي تُنهيه بشكل كامل. + id: >- + Menghubungkan keadaan atau fase akhir dan penutup dengan proses, siklus hidup, + atau entitas tertentu yang ditutupnya secara lengkap. + zh: >- + 将最终的、结束性的状态或阶段与其完全关闭的特定过程、生命周期或实体联系起来。 + es: >- + Relaciona el estado o fase final y concluyente con el proceso, ciclo de vida + o entidad específica que cierra por completo. + structured_aliases: + - literal_form: Eindtoestand + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Endzustand + predicate: EXACT_SYNONYM + in_language: de + - literal_form: État Final + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: الحالة النهائية + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Keadaan Akhir + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 最终状态 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Estado Final + predicate: EXACT_SYNONYM + in_language: es + range: string + aliases: + - condition_after + broad_mappings: + - crm:P44_has_condition # CIDOC_CRM_v7.1.3.rdf:2270-2284 - "Records an E3 Condition State for E18 Physical Thing." Any condition, not just final. + related_mappings: + - crm:P35_has_identified # CIDOC_CRM_v7.1.3.rdf:2042-2054 - "Identifies E3 Condition State observed in E14 Condition Assessment." Assessment→condition direction. + - rico:resultsOrResultedIn # RiC-O_1-1.rdf:19540-19574 - "Connects Event to Thing that results from Event." Event→Thing direction. + - schema:result # schemaorg.owl:33466-33487 - "The result produced in the action." Action→Thing. + - rico:hasRecordState # RiC-O_1-1.rdf:8998-9036 - "Connects Record to RecordState." Archival-domain only. + comments: + - >- + CIDOC-CRM pattern for capturing the final state after an event: + Conservation treatment -> final condition state; + Restoration -> final preservation state; + Processing -> final outcome. + - >- + Refers to the state observed at the final moment of a process, + analogous to CIDOC-CRM's E3 Condition State with P5 consists of. + - >- + Temporal semantics: The state AFTER something has occurred. + Paired with initial_of_the_initial for before/after comparisons. + - >- + Migration (2026-01-22): condition_after -> final_of_the_final + ConditionState, + per slot_fixes.yaml (Rule 53). + - >- + crm:E3_Condition_State (CIDOC:258-269) is a CLASS, not a property. + It was incorrectly listed as close_mapping and has been removed. + examples: + - value: >- + state_type: GoodCondition, state_description: Object stabilized after treatment + description: Conservation record final condition + annotations: + custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/funded_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/funded_by.yaml index 48c07c2b9d..811327f78c 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/funded_by.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/funded_by.yaml @@ -76,6 +76,7 @@ slots: range: string aliases: - has_or_had_cofunding + - internal_funding exact_mappings: - schema:funder # schemaorg.owl:18743-18747 - "A person or organization that supports (sponsors) something through some kind of financial contribution" comments: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_access_policy.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_access_policy.yaml index 84d3bd7e48..08ebf91b81 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_access_policy.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_access_policy.yaml @@ -106,6 +106,8 @@ slots: - has_or_had_access_trigger_event - is_or_was_public_access - public_access + - has_supervised_handling + - is_open_to_public comments: - schema:conditionsOfAccess is semantically closer (conditions for access) than schema:publishingPrinciples (editorial principles). - | diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_accessibility_feature.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_accessibility_feature.yaml index d88e28e759..8113d94bef 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_accessibility_feature.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_accessibility_feature.yaml @@ -141,6 +141,7 @@ slots: - schema:accessibilitySummary aliases: - has_or_had_accessibility_feature + - is_accessible examples: - value: "schema:wheelchairAccessible" description: Physical location is accessible by wheelchair diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_benchmark.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_benchmark.yaml new file mode 100644 index 0000000000..36a6848e3f --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_benchmark.yaml @@ -0,0 +1,100 @@ +# ============================================================================== +# LinkML Slot Definition: has_benchmark +# ============================================================================== +# Associates an entity with a benchmark value for evaluating performance. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|--------------------|----------------------------|---------|------------------------------------------------------------| +# | **Schema.org** | `schema:maxValue` | schemaorg.owl:25599-25620 | related | "Upper value of a characteristic"; numeric bound, not a | +# | | | | | standard reference point. | +# | **DQV** | `dqv:value` | dqv.ttl:128-132 | related | "Values computed by metric"; metric result, not benchmark. | +# +# No standard ontology defines a direct "benchmark" property. Retains hc:hasBenchmark. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_benchmark +name: has_benchmark +title: Has Benchmark +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + dqv: http://www.w3.org/ns/dqv# +default_prefix: hc +imports: +- linkml:types +slots: + has_benchmark: + slot_uri: hc:hasBenchmark + description: >- + Associates a model, system, or algorithm with a specific standard test, + dataset, or reference point used to evaluate and compare its performance. + alt_descriptions: + nl: >- + Koppelt een model, systeem of algoritme aan een specifieke standaardtest, + dataset of referentiepunt dat wordt gebruikt om de prestaties ervan te + evalueren en vergelijken. + de: >- + Verknüpft ein Modell, System oder einen Algorithmus mit einem bestimmten + Standardtest, Datensatz oder Referenzpunkt, der zur Bewertung und zum + Vergleich seiner Leistung verwendet wird. + fr: >- + Associe un modèle, système ou algorithme à un test standard, jeu de données + ou point de référence spécifique utilisé pour évaluer et comparer ses + performances. + ar: >- + يربط نموذجًا أو نظامًا أو خوارزمية باختبار معياري محدد أو مجموعة بيانات + أو نقطة مرجعية تُستخدم لتقييم ومقارنة أدائه. + id: >- + Mengaitkan model, sistem, atau algoritma dengan uji standar, kumpulan data, + atau titik referensi tertentu yang digunakan untuk mengevaluasi dan + membandingkan kinerjanya. + zh: >- + 将模型、系统或算法与用于评估和比较其性能的特定标准测试、数据集或参考点相关联。 + es: >- + Asocia un modelo, sistema o algoritmo con una prueba estándar, conjunto de + datos o punto de referencia específico utilizado para evaluar y comparar + su rendimiento. + structured_aliases: + - literal_form: Benchmark + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Benchmark + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Référence + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: معيار مرجعي + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Tolok Ukur + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 基准 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Punto de Referencia + predicate: EXACT_SYNONYM + in_language: es + range: float + related_mappings: + - schema:maxValue # schemaorg.owl:25599-25620 - "Upper value of characteristic"; numeric bound not benchmark + - dqv:value # dqv.ttl:128-132 - "Values computed by metric"; metric result not reference standard + examples: + - value: 0.4 + description: 40% high benchmark for visitor-to-purchase conversion + - value: 0.08 + description: 8% high benchmark for visitor-to-member conversion + annotations: + custodian_types: '["*"]' + comments: + - Expressed as a decimal (e.g., 0.40 = 40%) + - Used with has_benchmark_low to define the typical performance range + aliases: + - industry_benchmark_high + - industry_benchmark_low diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_boundary.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_boundary.yaml index c7f92feb06..a51a0e2e80 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_boundary.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_boundary.yaml @@ -77,6 +77,7 @@ slots: multivalued: true aliases: - has_or_had_boundary + - is_historical_boundary close_mappings: - schema:polygon # schemaorg.owl:30022-30025 - "A polygon is the area enclosed by a point-to-point path" (shape representation of boundary) related_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_bounding_box.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_bounding_box.yaml new file mode 100644 index 0000000000..00fa64750d --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_bounding_box.yaml @@ -0,0 +1,116 @@ +# ============================================================================== +# LinkML Slot Definition: has_bounding_box +# ============================================================================== +# Rectangular coordinate limits enclosing an object, feature, or region. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|------------------------|---------|--------------------------------------------------| +# | **GeoSPARQL** | `geo:hasBoundingBox` | geo.ttl:345-358 | close | "The minimum or smallest bounding or enclosing | +# | | | | | box of a given Feature." subPropertyOf | +# | | | | | geo:hasGeometry. Domain: Feature. Range: Geometry.| +# | | | | | Same concept, but GeoSPARQL is geographic only; | +# | | | | | our slot also covers image/CV bounding boxes. | +# | **GeoSPARQL** | `geo:hasGeometry` | geo.ttl:320-343 | broad | "A spatial representation for a given Feature." | +# | | | | | Any geometry, not just bounding box. | +# | **Schema.org**| `schema:geo` | schemaorg.owl:19029-19050| related| "The geo coordinates of the place." Domain: Place.| +# | | | | | Range: GeoShape/GeoCoordinates. About place | +# | | | | | coordinates, not bounding boxes specifically. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_bounding_box +name: has_bounding_box +title: Has Bounding Box +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + geo: http://www.opengis.net/ont/geosparql# + schema: http://schema.org/ +default_prefix: hc +imports: + - linkml:types +slots: + has_bounding_box: + slot_uri: hc:hasBoundingBox + description: >- + Defines the rectangular limits that fully enclose a specific object, + feature, or region of interest within an image or spatial dataset, + typically expressed as coordinate pairs such as x_min, y_min, x_max, + y_max. + alt_descriptions: + nl: >- + Definieert de rechthoekige grenzen die een specifiek object, kenmerk + of interessegebied binnen een afbeelding of ruimtelijke dataset + volledig omsluiten, doorgaans uitgedrukt als coordinatenparen. + de: >- + Definiert die rechteckigen Grenzen, die ein bestimmtes Objekt, + Merkmal oder Interessengebiet innerhalb eines Bildes oder + raeumlichen Datensatzes vollstaendig umschliessen, typischerweise + als Koordinatenpaare angegeben. + fr: >- + Definit les limites rectangulaires qui englobent entierement un + objet, un element ou une region d'interet specifique au sein d'une + image ou d'un jeu de donnees spatiales, generalement exprimees sous + forme de paires de coordonnees. + ar: >- + يحدد الحدود المستطيلة التي تحيط بالكامل بكائن أو معلم أو منطقة + اهتمام محددة ضمن صورة أو مجموعة بيانات مكانية، وعادة ما يتم التعبير + عنها كأزواج إحداثيات. + id: >- + Mendefinisikan batas persegi panjang yang sepenuhnya melingkupi objek, + fitur, atau wilayah tertentu dalam sebuah gambar atau kumpulan data + spasial, biasanya dinyatakan sebagai pasangan koordinat. + zh: >- + 定义在图像或空间数据集中完全包围特定对象、要素或感兴趣区域的矩形 + 边界,通常以坐标对表示。 + es: >- + Define los limites rectangulares que encierran completamente un objeto, + elemento o region de interes especifica dentro de una imagen o conjunto + de datos espaciales, normalmente expresados como pares de coordenadas. + structured_aliases: + - literal_form: Begrenzingskader + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Begrenzungsrahmen + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Cadre englobant + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مربع الإحاطة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Kotak pembatas + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 边界框 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Cuadro delimitador + predicate: EXACT_SYNONYM + in_language: es + aliases: + - includes_bounding_box + comments: + - >- + Bounding boxes define rectangular regions in frames where objects, + faces, or text were detected. Format typically: [x, y, width, height] + or [x1, y1, x2, y2]. + - >- + In segment data, true indicates spatial coordinates are available; + false indicates only temporal information (no spatial). + - >- + geo:hasBoundingBox from GeoSPARQL is the closest standard property + but is specific to geographic features, whereas this slot also covers + image-level and computer vision bounding boxes. + annotations: + custodian_types: '["*"]' + close_mappings: + - geo:hasBoundingBox # geo.ttl:345-358 - "The minimum or smallest bounding or enclosing box of a given Feature." subPropertyOf geo:hasGeometry. Same concept; GeoSPARQL is geographic only, our slot also covers image/CV. + broad_mappings: + - geo:hasGeometry # geo.ttl:320-343 - "A spatial representation for a given Feature." Any geometry, not just bounding box. + related_mappings: + - schema:geo # schemaorg.owl:19029-19050 - "The geo coordinates of the place." About place coordinates, not bounding boxes specifically. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_budget.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_budget.yaml index e011bb6ed0..863564cfe4 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_budget.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_budget.yaml @@ -76,6 +76,7 @@ slots: range: string aliases: - has_or_had_budget + - innovation_budget close_mappings: - dbpedia:budget # dbpedia_ontology.owl:5221,9096 - Budget for projects/films (domain-specific) annotations: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_caption.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_caption.yaml index f5318683f2..da5416bdda 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_caption.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_caption.yaml @@ -74,6 +74,8 @@ slots: range: string aliases: - has_or_had_caption + - is_closed_caption + - is_sdh exact_mappings: - schema:caption # schemaorg.owl:11157-11160 - "The caption for this object" annotations: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_code.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_code.yaml index c296642571..8bb3f4b1c7 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_code.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_code.yaml @@ -102,6 +102,7 @@ slots: - has_iso_code - contributor_code - currency_code + - language_code annotations: custodian_types: '["*"]' custodian_types_rationale: Codes applicable to all custodian types. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_confidence_measure.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_confidence_measure.yaml index 7b5ad5fe07..14469b0426 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_confidence_measure.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_confidence_measure.yaml @@ -75,6 +75,12 @@ slots: - has_or_had_confidence_measure - has_or_had_confidence - has_confidence + - landmark_confidence + - likelihood_confidence + - likelihood_factor + - likelihood_level + - likelihood_score + - logo_confidence comments: - | MIGRATED 2026-02-03 from has_or_had_confidence_measure for conciseness. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_constituent.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_constituent.yaml index 5004bbc76a..0883dbf9ef 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_constituent.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_constituent.yaml @@ -101,6 +101,7 @@ slots: multivalued: true aliases: - constituent_type + - item close_mappings: - rico:hasOrHadConstituent # RiC-O_1-1.rdf:6005-6063 - "Connects a Record to a constituent Record/RecordPart." Same constituent concept but domain restricted to Records. broad_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_contact_point.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_contact_point.yaml index 9e2f829b03..0e6b21f3b4 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_contact_point.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_contact_point.yaml @@ -77,6 +77,7 @@ slots: - has_or_had_key_contact - has_key_contact - contact_point + - lender_contact exact_mappings: - schema:contactPoint # schemaorg.owl:12577-12595 - "A contact point for a person or organization" annotations: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_context.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_context.yaml new file mode 100644 index 0000000000..2112775fd3 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_context.yaml @@ -0,0 +1,100 @@ +# ============================================================================== +# LinkML Slot Definition: has_context +# ============================================================================== +# Background information, situation, or environment needed to interpret an entity. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|----------------------------|-----------------------------|---------|-----------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P3_has_note` | CIDOC_CRM:1227-1243 | broad | General informal descriptions about any entity; broader. | +# | **RiC-O** | `rico:relationHasContext` | RiC-O_1-1.rdf:19295-19325 | related | "Connects n-ary Relation to contextual Thing"; domain Relation. | +# | **SKOS** | `skos:scopeNote` | skos.rdf:241-251 | related | "Note to clarify meaning/use of concept"; AnnotationProperty. | +# +# REJECTED CANDIDATES: +# - schema:about (schemaorg.owl:6247-6290): subject matter, not interpretive context. +# - dcterms:provenance (dcterms.rdf:1740-1760): ownership/custody changes only. +# - prov:wasInfluencedBy (prov.ttl:1147-1170): provenance influence, not interpretive context. +# - crm:P3_has_note considered also as exact, but it is broader: any informal +# description, not specifically background for interpretation. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_context +name: has_context +title: Has Context +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + rico: https://www.ica.org/standards/RiC/ontology# + skos: http://www.w3.org/2004/02/skos/core# +imports: + - linkml:types +default_prefix: hc +slots: + has_context: + slot_uri: hc:hasContext + description: >- + Links an entity, event, statement, or data piece to the specific background + information, situation, or environment required to fully understand or + interpret it. + alt_descriptions: + nl: >- + Koppelt een entiteit, gebeurtenis, verklaring of gegevensstuk aan de specifieke + achtergrondinformatie, situatie of omgeving die nodig is om het volledig te + begrijpen of te interpreteren. + de: >- + Verknüpft eine Entität, ein Ereignis, eine Aussage oder ein Datenstück mit den + spezifischen Hintergrundinformationen, der Situation oder der Umgebung, die + erforderlich sind, um es vollständig zu verstehen oder zu interpretieren. + fr: >- + Associe une entité, un événement, une déclaration ou une donnée aux informations + de fond, à la situation ou à l'environnement spécifiques nécessaires pour le + comprendre ou l'interpréter pleinement. + ar: >- + يربط كيانًا أو حدثًا أو بيانًا أو جزءًا من البيانات بالمعلومات الأساسية أو + الوضع أو البيئة المحددة المطلوبة لفهمه أو تفسيره بالكامل. + id: >- + Menghubungkan entitas, peristiwa, pernyataan, atau bagian data dengan informasi + latar belakang, situasi, atau lingkungan tertentu yang diperlukan untuk memahami + atau menafsirkannya secara lengkap. + zh: >- + 将实体、事件、陈述或数据片段与完全理解或解释它所需的特定背景信息、情况或环境相关联。 + es: >- + Vincula una entidad, evento, declaración o dato con la información de fondo, + situación o entorno específico requerido para comprenderlo o interpretarlo + completamente. + structured_aliases: + - literal_form: Context + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Kontext + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Contexte + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: سياق + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Konteks + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 上下文 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Contexto + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + broad_mappings: + - crm:P3_has_note # CIDOC_CRM:1227-1243 — general informal descriptions about any entity + related_mappings: + - rico:relationHasContext # RiC-O_1-1.rdf:19295-19325 — context of archival n-ary Relations + - skos:scopeNote # skos.rdf:241-251 — note clarifying meaning/use of a concept + aliases: + - link_context diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_description.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_description.yaml index a66e811fab..4b84304553 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_description.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_description.yaml @@ -1,15 +1,17 @@ # ============================================================================== # LinkML Slot Definition: has_description # ============================================================================== -# A description of the entity. +# A textual account that depicts the characteristics, nature, or content of an entity. # # ONTOLOGY ALIGNMENT (verified against data/ontology/): -# | Ontology | Property | Mapping | Notes | -# |---------------|------------------------|---------|------------------------------| -# | **DCTerms** | `dcterms:description` | exact | DC Terms description | -# | **Schema.org**| `schema:description` | exact | Schema.org description | +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|-----------------------|-------------------------|----------|-----------------------------------------------| +# | **DCTerms** | `dcterms:description` | dcterms.rdf:1227-1246 | slot_uri | "An account of the resource." | +# | **Schema.org** | `schema:description` | schemaorg.owl:14844-14863 | exact | "A description of the item." Thing→Text. | # # CREATED: 2026-02-03 +# UPDATED: 2026-02-09 # ============================================================================== id: https://nde.nl/ontology/hc/slot/has_description @@ -20,26 +22,61 @@ prefixes: hc: https://nde.nl/ontology/hc/ dcterms: http://purl.org/dc/terms/ 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# - xsd: http://www.w3.org/2001/XMLSchema# -default_prefix: hc -description: | - A description of the entity. imports: -- linkml:types + - linkml:types +default_prefix: hc slots: has_description: slot_uri: dcterms:description - description: | - To possess a text-based account, explanation, or summary that depicts the characteristics, nature, or content of the entity. + description: >- + A textual account, explanation, or summary that depicts the characteristics, + nature, or content of an entity. + alt_descriptions: + nl: >- + Een tekstuele beschrijving, toelichting of samenvatting die de kenmerken, + aard of inhoud van een entiteit weergeeft. + de: >- + Eine textuelle Darstellung, Erklärung oder Zusammenfassung, die die Merkmale, + Art oder den Inhalt einer Entität beschreibt. + fr: >- + Un compte rendu textuel, une explication ou un résumé décrivant les caractéristiques, + la nature ou le contenu d'une entité. + ar: >- + وصف نصي أو شرح أو ملخص يصور خصائص الكيان أو طبيعته أو محتواه. + id: >- + Deskripsi tekstual, penjelasan, atau ringkasan yang menggambarkan karakteristik, + sifat, atau konten suatu entitas. + zh: >- + 描述实体的特征、性质或内容的文本说明、解释或摘要。 + es: >- + Una descripción textual, explicación o resumen que representa las características, + naturaleza o contenido de una entidad. + structured_aliases: + - literal_form: Beschrijving + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Beschreibung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Description + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: وصف + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Deskripsi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 描述 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Descripción + predicate: EXACT_SYNONYM + in_language: es range: string multivalued: true exact_mappings: - - dcterms:description - - schema:description + - schema:description # schemaorg.owl:14844-14863 - "A description of the item." Thing→Text/TextObject. aliases: - has_or_had_description - is_or_was_description @@ -49,5 +86,9 @@ slots: - is_or_was_historic_building_description - historic_building_description - statement_description + comments: + - >- + The slot_uri uses dcterms:description directly since the semantics are equivalent. + The redundant exact_mapping to dcterms:description has been removed. annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_function.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_function.yaml index 85a3a81848..c83cf96160 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_function.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_function.yaml @@ -79,5 +79,6 @@ slots: multivalued: true aliases: - has_or_had_function + - institution_function annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_garden.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_garden.yaml new file mode 100644 index 0000000000..08742517fe --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_garden.yaml @@ -0,0 +1,107 @@ +# ============================================================================== +# LinkML Slot Definition: has_garden +# ============================================================================== +# Whether a property, venue, or institution features an outdoor garden or +# green space. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-------------------------|----------------------------|---------|--------------------------------------------------| +# | **Schema.org**| `schema:amenityFeature` | schemaorg.owl:7869-7893 | broad | "An amenity feature (e.g. a characteristic or | +# | | | | | service) of the Accommodation." Any amenity, not | +# | | | | | garden specifically. | +# | **Schema.org**| `schema:containsPlace` | schemaorg.owl:12711-12733 | related | "The basic containment relation between a place | +# | | | | | and another that it contains." Place→Place, but | +# | | | | | our slot is boolean, not a containment relation. | +# +# REMOVED: schema:award (schemaorg.owl:9604-9628) was exact_mapping — "An award +# won by or for this item." Awards/prizes have no relation to gardens. +# +# No garden-specific property exists in any standard ontology. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_garden +name: has_garden +title: Has Garden +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + has_garden: + slot_uri: hc:hasGarden + description: >- + Indicates whether a residential property, venue, or institution features + an accessible outdoor cultivated area or green space. + alt_descriptions: + nl: >- + Geeft aan of een woonobject, locatie of instelling beschikt over een + toegankelijk buitengebied met beplanting of groene ruimte. + de: >- + Gibt an, ob ein Wohnobjekt, ein Veranstaltungsort oder eine Einrichtung + ueber einen zugaenglichen Aussenbereich mit Bepflanzung oder eine + Gruenflaeche verfuegt. + fr: >- + Indique si une propriete residentielle, un lieu ou une institution + dispose d'un espace exterieur cultive ou d'un espace vert accessible. + ar: >- + يشير إلى ما إذا كان العقار السكني أو المكان أو المؤسسة يضم منطقة + خارجية مزروعة أو مساحة خضراء يمكن الوصول إليها. + id: >- + Menunjukkan apakah suatu properti residensial, tempat, atau lembaga + memiliki area luar ruangan yang ditanami atau ruang hijau yang dapat + diakses. + zh: >- + 表示某一住宅物业、场所或机构是否拥有一个可进入的户外种植区域或绿色 + 空间。 + es: >- + Indica si una propiedad residencial, un lugar o una institucion cuenta + con un area exterior cultivada o un espacio verde accesible. + structured_aliases: + - literal_form: Tuin + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Garten + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Jardin + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: حديقة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Taman + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 花园 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Jardin + predicate: EXACT_SYNONYM + in_language: es + range: boolean + aliases: + - historic_garden_designation + examples: + - value: "true" + description: Historic garden designation + comments: + - >- + In the Dutch heritage context, this may indicate a "Historische tuin" + (historic garden) designation or Rijksmonument landscape status. + - >- + No garden-specific property exists in standard ontologies. + schema:amenityFeature is the closest broad match but covers any + amenity (pool, parking, etc.), not garden specifically. + annotations: + custodian_types: '["*"]' + broad_mappings: + - schema:amenityFeature # schemaorg.owl:7869-7893 - "An amenity feature (e.g. a characteristic or service) of the Accommodation." + related_mappings: + - schema:containsPlace # schemaorg.owl:12711-12733 - "The basic containment relation between a place and another that it contains." Place→Place, but our slot is boolean. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_habitat.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_habitat.yaml index 93c839d806..21a8803aac 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_habitat.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_habitat.yaml @@ -85,6 +85,7 @@ slots: - has_or_had_habitat - is_or_was_habitat - habitat + - habitat_description annotations: custodian_types: '["*"]' comments: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_hypernym.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_hypernym.yaml index 07a1b0dbd4..17bd369926 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_hypernym.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_hypernym.yaml @@ -98,5 +98,7 @@ slots: - has_parent - is_or_was_higher_classification - higher_classification + - custodian_type_broader + - legal_entity_type annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_hyponym.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_hyponym.yaml index 792006d12a..1f9d228b6f 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_hyponym.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_hyponym.yaml @@ -95,5 +95,8 @@ slots: - has_narrower_instance - has_or_had_subtype - has_subtype + - custodian_type_narrower + - intangible_heritage_subtype + - library_subtype annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_initials.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_initials.yaml new file mode 100644 index 0000000000..3492872e41 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_initials.yaml @@ -0,0 +1,99 @@ +# ============================================================================== +# LinkML Slot Definition: has_initials +# ============================================================================== +# Associates a person with the first letters derived from their full name. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |------------|-----------------|--------------------|---------|---------------------------------------------------------| +# | **PNV** | `pnv:initials` | pico.ttl:569-586 | exact | "First letter of a person's given name"; exact match. | +# | **FOAF** | `foaf:name` | foaf.ttl:442-450 | broad | "A name for some thing"; any name, far broader. | +# | **SKOS** | `skos:altLabel` | skos.rdf:135-150 | related | "Alternative lexical label"; labels in general. | +# +# slot_uri uses pnv:initials per exact mapping to standard property. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_initials +name: has_initials +title: Has Initials +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + pnv: https://w3id.org/pnv# + foaf: http://xmlns.com/foaf/0.1/ + skos: http://www.w3.org/2004/02/skos/core# +default_prefix: hc +imports: +- linkml:types +slots: + has_initials: + slot_uri: pnv:initials + description: >- + Associates a person or named entity with the specific set of first letters + derived from their full name. + alt_descriptions: + nl: >- + Koppelt een persoon of benoemde entiteit aan de specifieke reeks eerste + letters die zijn afgeleid van hun volledige naam. + de: >- + Verknüpft eine Person oder benannte Entität mit dem spezifischen Satz + von Anfangsbuchstaben, die von ihrem vollständigen Namen abgeleitet sind. + fr: >- + Associe une personne ou une entité nommée à l'ensemble spécifique de + premières lettres dérivées de son nom complet. + ar: >- + يربط شخصًا أو كيانًا مسمى بمجموعة محددة من الأحرف الأولى المشتقة من + اسمه الكامل. + id: >- + Mengaitkan seseorang atau entitas bernama dengan kumpulan huruf pertama + tertentu yang berasal dari nama lengkap mereka. + zh: >- + 将一个人或命名实体与从其全名中提取的特定首字母集相关联。 + es: >- + Asocia una persona o entidad nombrada con el conjunto específico de + primeras letras derivadas de su nombre completo. + structured_aliases: + - literal_form: Initialen + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Initialen + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Initiales + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: الأحرف الأولى + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Inisial + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 姓名首字母 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Iniciales + predicate: EXACT_SYNONYM + in_language: es + range: string + pattern: ^[A-Z][a-zA-Z]*\.([A-Z][a-zA-Z]*\.)*$ + exact_mappings: + - pnv:initials # pico.ttl:569-586 - "First letter of a person's given name"; exact semantic match + broad_mappings: + - foaf:name # foaf.ttl:442-450 - "A name for some thing"; any name, far broader than initials + related_mappings: + - skos:altLabel # skos.rdf:135-150 - "Alternative lexical label"; abbreviations/alt labels in general + annotations: + custodian_types: '["*"]' + comments: + - Each initial should be followed by a period (dot). + - 'PNV Example 1: "Peter R. de Vries" → initials: "P.R.", given_name: "Peter R."' + - 'PNV Example 2: "C.Joh. Kieviet" → initials: "C.Joh." (unusual abbreviation format)' + - 'PNV Example 3: "H.A.F.M.O. (Hans) van Mierlo" → initials: "H.A.F.M.O.", given_name: "Hans"' + - If only initials are known (not the full given name), use this property. + - Store initials exactly as they appear in the source for historical accuracy. + - The given_name property may also contain the initials as a fallback. + aliases: + - initial diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_inscription.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_inscription.yaml index 24cd80a65c..8aaec23ce9 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_inscription.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_inscription.yaml @@ -85,6 +85,7 @@ slots: range: string aliases: - has_or_had_inscription + - inscription annotations: custodian_types: '["*"]' related_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_insurance.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_insurance.yaml new file mode 100644 index 0000000000..89a6ebbdad --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_insurance.yaml @@ -0,0 +1,93 @@ +# ============================================================================== +# LinkML Slot Definition: has_insurance +# ============================================================================== +# Whether an entity or asset is covered by a policy for financial protection. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|---------------------------|----------------------|---------|---------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P104_is_subject_to` | CIDOC:3502-3516 | broad | E72 Legal Object→E30 Right; any legal right, not | +# | | | | | insurance specifically. | +# +# No standard ontology defines a "has insurance" property for collection objects. +# Schema.org has HealthInsurancePlan but that is health-domain-specific. +# Retains hc:hasInsurance. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_insurance +name: has_insurance +title: Has Insurance +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +default_prefix: hc +imports: +- linkml:types +slots: + has_insurance: + slot_uri: hc:hasInsurance + description: >- + Signifies that a specific entity, asset, or event is covered by a valid + policy providing financial protection against loss, damage, or liability. + alt_descriptions: + nl: >- + Geeft aan dat een specifieke entiteit, bezitting of gebeurtenis gedekt + is door een geldige polis die financiële bescherming biedt tegen verlies, + schade of aansprakelijkheid. + de: >- + Bedeutet, dass eine bestimmte Entität, ein Vermögenswert oder ein + Ereignis durch eine gültige Police abgedeckt ist, die finanziellen + Schutz gegen Verlust, Schaden oder Haftung bietet. + fr: >- + Signifie qu'une entité, un actif ou un événement spécifique est couvert + par une police valide offrant une protection financière contre la perte, + les dommages ou la responsabilité. + ar: >- + يدل على أن كيانًا أو أصلًا أو حدثًا محددًا مشمول بوثيقة تأمين صالحة + توفر حماية مالية ضد الخسارة أو الضرر أو المسؤولية. + id: >- + Menandakan bahwa entitas, aset, atau peristiwa tertentu dilindungi oleh + polis yang sah yang memberikan perlindungan finansial terhadap kerugian, + kerusakan, atau tanggung jawab. + zh: >- + 表示特定实体、资产或事件受到有效保单的保障,提供针对损失、损害或责任的 + 财务保护。 + es: >- + Significa que una entidad, activo o evento específico está cubierto por + una póliza válida que proporciona protección financiera contra pérdida, + daño o responsabilidad. + structured_aliases: + - literal_form: Verzekering + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Versicherung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Assurance + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تأمين + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Asuransi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 保险 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Seguro + predicate: EXACT_SYNONYM + in_language: es + range: string + broad_mappings: + - crm:P104_is_subject_to # CIDOC:3502-3516 - E72 Legal Object→E30 Right; any legal right, not insurance + annotations: + custodian_types: '["*"]' + aliases: + - insurance_currency + - insurance_value + - insurance_provider diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_inventory.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_inventory.yaml new file mode 100644 index 0000000000..b2d6da7ef5 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_inventory.yaml @@ -0,0 +1,104 @@ +# ============================================================================== +# LinkML Slot Definition: has_inventory +# ============================================================================== +# Links an archival collection to its descriptive finding aid or inventory URL. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|----------------------------|---------|----------------------------------------------| +# | **FOAF** | `foaf:page` | foaf.ttl:467-475 | broad | "A page or document about this thing." | +# | **Schema** | `schema:url` | schemaorg.owl:39120-39141 | broad | "URL of the item." Generic URL property. | +# | **DCAT** | `dcat:landingPage` | dcat3.ttl:1241-1274 | related | Web page for dataset access, not inventory. | +# | **RiC-O** | `rico:isOrWasDescribedBy` | RiC-O_1-1.rdf:13383-13410 | related | Thing→RecordResource; finding aid context. | +# +# No standard ontology defines an exact "archival inventory link" property. +# Retains hc:inventoryWebAddresses. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_inventory +name: has_inventory +title: Has Inventory +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + foaf: http://xmlns.com/foaf/0.1/ + schema: http://schema.org/ + dcat: http://www.w3.org/ns/dcat# + rico: https://www.ica.org/standards/RiC/ontology# +imports: + - linkml:types +default_prefix: hc +slots: + has_inventory: + slot_uri: hc:inventoryWebAddresses + description: >- + Links a specific archival collection, fonds, or series to the descriptive list, + finding aid, or catalog record that details its contents, arrangement, and scope. + alt_descriptions: + nl: >- + Koppelt een specifieke archiefcollectie, fonds of serie aan de beschrijvende lijst, + toegang of catalogusrecord met gegevens over de inhoud, ordening en omvang ervan. + de: >- + Verknüpft eine bestimmte Archivsammlung, einen Bestand oder eine Serie mit dem + beschreibenden Verzeichnis, Findmittel oder Katalogdatensatz, der deren Inhalt, + Ordnung und Umfang dokumentiert. + fr: >- + Relie une collection d'archives, un fonds ou une série spécifique à la liste descriptive, + l'instrument de recherche ou la notice de catalogue détaillant son contenu, son classement + et sa portée. + ar: >- + يربط مجموعة أرشيفية محددة أو رصيد أو سلسلة بالقائمة الوصفية أو أداة البحث أو سجل + الفهرس الذي يوضح محتوياتها وترتيبها ونطاقها. + id: >- + Menghubungkan koleksi arsip, fonds, atau seri tertentu ke daftar deskriptif, + alat bantu pencarian, atau catatan katalog yang merinci isi, susunan, dan + cakupannya. + zh: >- + 将特定的档案收藏、全宗或系列链接到描述其内容、排列和范围的描述性清单、检索工具或目录记录。 + es: >- + Vincula una colección archivística, fondo o serie específica con la lista descriptiva, + instrumento de consulta o registro de catálogo que detalla su contenido, ordenación + y alcance. + structured_aliases: + - literal_form: Inventaris + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Findbuch + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Inventaire + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: جرد + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Inventaris + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 清册 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Inventario + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + DCAT: landingPage for human-readable collection descriptions. + - >- + Examples: "https://www.nationaalarchief.nl/onderzoeken/index" (National Archives + inventories), "https://archief.amsterdam/inventarissen" (Amsterdam City Archives + inventories). + range: uri + annotations: + custodian_types: '["*"]' + aliases: + - inventory_web_address + broad_mappings: + - foaf:page # foaf.ttl:467-475 - "A page or document about this thing." + - schema:url # schemaorg.owl:39120-39141 - "URL of the item." Generic URL. + related_mappings: + - dcat:landingPage # dcat3.ttl:1241-1274 - web page for dataset/catalog access + - rico:isOrWasDescribedBy # RiC-O_1-1.rdf:13383-13410 - Thing described by RecordResource diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_keyword.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_keyword.yaml new file mode 100644 index 0000000000..892f95edfb --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_keyword.yaml @@ -0,0 +1,89 @@ +# ============================================================================== +# LinkML Slot Definition: has_keyword +# ============================================================================== +# Connects an entity to a descriptive term or tag for indexing and classification. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|--------------------|-------------------------|---------|-------------------------------------------------------------| +# | **Schema.org**| `schema:keywords` | schemaorg.owl:23832-857 | exact | "Keywords or tags used to describe some item." → slot_uri. | +# | **DCAT** | `dcat:keyword` | dcat3.ttl:1208-1231 | exact | "A keyword or tag describing a resource." DatatypeProperty. | +# | **DCTerms** | `dcterms:subject` | dcterms.rdf:1968-1988 | close | "A topic of the resource." Broader formal subject/topic. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_keyword +name: has_keyword +title: Has Keyword +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + dcat: http://www.w3.org/ns/dcat# + dcterms: http://purl.org/dc/terms/ +imports: + - linkml:types +default_prefix: hc +slots: + has_keyword: + slot_uri: schema:keywords + range: string + multivalued: true + description: >- + Connects a specific document, digital asset, or entity to a descriptive term or tag used for indexing, search, + or classification purposes. + alt_descriptions: + nl: >- + Verbindt een specifiek document, digitaal object of entiteit met een beschrijvende term of tag die wordt + gebruikt voor indexering, zoeken of classificatie. + de: >- + Verbindet ein bestimmtes Dokument, digitales Objekt oder eine Entität mit einem beschreibenden Begriff oder + Schlagwort, das für Indexierung, Suche oder Klassifikation verwendet wird. + fr: >- + Relie un document, un actif numérique ou une entité spécifique à un terme descriptif ou une étiquette utilisé + à des fins d'indexation, de recherche ou de classification. + ar: >- + يربط مستندًا أو أصلًا رقميًا أو كيانًا محددًا بمصطلح وصفي أو وسم يُستخدم لأغراض الفهرسة أو البحث أو التصنيف. + id: >- + Menghubungkan dokumen, aset digital, atau entitas tertentu dengan istilah deskriptif atau tag yang digunakan + untuk pengindeksan, pencarian, atau klasifikasi. + zh: >- + 将特定文档、数字资产或实体与用于索引、搜索或分类目的的描述性术语或标签相关联。 + es: >- + Conecta un documento, activo digital o entidad específica con un término descriptivo o etiqueta utilizado con + fines de indexación, búsqueda o clasificación. + structured_aliases: + - literal_form: Trefwoord + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Schlagwort + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Mot-clé + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: كلمة مفتاحية + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Kata Kunci + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 关键词 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Palabra Clave + predicate: EXACT_SYNONYM + in_language: es + exact_mappings: + - schema:keywords # schemaorg.owl:23832-23857 - "Keywords or tags used to describe some item" + - dcat:keyword # dcat3.ttl:1208-1231 - "A keyword or tag describing a resource" + close_mappings: + - dcterms:subject # dcterms.rdf:1968-1988 - "A topic of the resource" + comments: + - "Used for discovery and classification." + annotations: + custodian_types: '["*"]' + aliases: + - keyword diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_label.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_label.yaml index d07e1206fb..e6edf26235 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_label.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_label.yaml @@ -92,5 +92,18 @@ slots: - policy_name - connection_name - conversion_type_label + - example_name + - has_archdiocese_name + - label_de + - label_es + - label_fr + - label_it + - label_nl + - label_de + - label_pt + - language_name + - legal_name + - linked_class_name + - location_name annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_landmark.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_landmark.yaml new file mode 100644 index 0000000000..d2b84f632b --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_landmark.yaml @@ -0,0 +1,87 @@ +# ============================================================================== +# LinkML Slot Definition: has_landmark +# ============================================================================== +# Connects a location to a prominent recognizable feature serving as a reference. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|--------------------------------|---------|--------------------------------------------------------------| +# | **Schema.org**| `schema:containsPlace`| schemaorg.owl:12711-12728 | broad | "Containment between a place and another it contains." Generic.| +# | **GeoNames** | `geonames:nearby` | geonames_ontology.rdf:290-295 | related | "A feature close to the reference feature." Proximity only. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_landmark +name: has_landmark +title: Has Landmark +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + geonames: https://www.geonames.org/ontology# +imports: + - linkml:types +default_prefix: hc +slots: + has_landmark: + slot_uri: hc:hasLandmark + range: string + description: >- + Connects a specific location, region, media item, or object to a prominent, recognizable feature or structure + that serves as a point of reference for navigation or identification. + alt_descriptions: + nl: >- + Verbindt een specifieke locatie, regio, media-item of object met een prominent, herkenbaar kenmerk of structuur + dat dient als referentiepunt voor navigatie of identificatie. + de: >- + Verbindet einen bestimmten Ort, eine Region, ein Medienelement oder ein Objekt mit einem markanten, + erkennbaren Merkmal oder Bauwerk, das als Orientierungspunkt für Navigation oder Identifikation dient. + fr: >- + Relie un lieu, une région, un élément média ou un objet spécifique à un élément ou une structure proéminente + et reconnaissable servant de point de repère pour la navigation ou l'identification. + ar: >- + يربط موقعًا أو منطقة أو عنصرًا إعلاميًا أو كائنًا محددًا بمعلم بارز يمكن التعرف عليه يعمل كنقطة مرجعية + للتنقل أو التعريف. + id: >- + Menghubungkan lokasi, wilayah, item media, atau objek tertentu dengan fitur atau struktur menonjol dan mudah + dikenali yang berfungsi sebagai titik acuan untuk navigasi atau identifikasi. + zh: >- + 将特定地点、区域、媒体项目或对象与作为导航或识别参考点的显著、可辨识的地物或建筑物相关联。 + es: >- + Conecta una ubicación, región, elemento multimedia u objeto específico con un rasgo o estructura prominente y + reconocible que sirve como punto de referencia para la navegación o la identificación. + structured_aliases: + - literal_form: Oriëntatiepunt + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Wahrzeichen + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Point de Repère + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: معلم + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Tengara + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 地标 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Punto de Referencia + predicate: EXACT_SYNONYM + in_language: es + broad_mappings: + - schema:containsPlace # schemaorg.owl:12711-12728 - "containment between a place and another it contains" + related_mappings: + - geonames:nearby # geonames_ontology.rdf:290-295 - "a feature close to the reference feature" + annotations: + custodian_types: '["*"]' + aliases: + - landmark_geonames_id + - landmark_label + - landmark_segment + - landmark_wikidata_id diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_language.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_language.yaml index 2fd03f281c..b1a36c5801 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_language.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_language.yaml @@ -84,5 +84,6 @@ slots: - has_iso_639_1 - has_or_had_iso_639_3 - has_iso_639_3 + - languages_detected annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_latency.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_latency.yaml new file mode 100644 index 0000000000..c5767c38ef --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_latency.yaml @@ -0,0 +1,93 @@ +# ============================================================================== +# LinkML Slot Definition: has_latency +# ============================================================================== +# Quantifies the time delay between a request and corresponding response. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |------------|------------------------------|-------------------|----------|----------------------------------------------------------| +# | **DQV** | `dqv:hasQualityMeasurement` | dqv.ttl:157-161 | broad | "Refers to the performed quality measurements." Latency is one specific quality measurement. | +# | **SSN** | `ssn:hasProperty` | ssn.ttl:66-71 | broad | "Relation between an entity and a Property of that entity." Very general. | +# | **SOSA** | `sosa:hasSimpleResult` | sosa.ttl:375-383 | related | "The simple value of an Observation." Different relationship (observation→result vs system→latency). | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_latency +name: has_latency +title: Has Latency +version: 1.0.0 +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dqv: http://www.w3.org/ns/dqv# + ssn: http://www.w3.org/ns/ssn/ + sosa: http://www.w3.org/ns/sosa/ +imports: + - linkml:types +default_prefix: hc +slots: + has_latency: + slot_uri: hc:hasLatency + description: >- + Quantifies the time delay experienced between a request, input, or cause + and the corresponding response, output, or effect within a system or network. + alt_descriptions: + nl: >- + Kwantificeert de tijdsvertraging tussen een verzoek, invoer of oorzaak + en de bijbehorende respons, uitvoer of effect binnen een systeem of netwerk. + de: >- + Quantifiziert die Zeitverzögerung zwischen einer Anfrage, Eingabe oder + Ursache und der entsprechenden Antwort, Ausgabe oder Wirkung innerhalb + eines Systems oder Netzwerks. + fr: >- + Quantifie le délai temporel entre une requête, une entrée ou une cause + et la réponse, la sortie ou l'effet correspondant au sein d'un système + ou d'un réseau. + ar: >- + يحدد كمياً التأخير الزمني بين طلب أو مُدخل أو سبب والاستجابة أو المُخرج + أو التأثير المقابل داخل نظام أو شبكة. + id: >- + Mengukur jeda waktu yang dialami antara permintaan, masukan, atau penyebab + dan respons, keluaran, atau efek yang sesuai dalam suatu sistem atau jaringan. + zh: >- + 量化系统或网络中请求、输入或原因与相应响应、输出或效果之间经历的时间延迟。 + es: >- + Cuantifica el retardo temporal experimentado entre una solicitud, entrada + o causa y la respuesta, salida o efecto correspondiente dentro de un sistema + o red. + structured_aliases: + - literal_form: Latentie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Latenz + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Latence + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: زمن الاستجابة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Latensi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 延迟 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Latencia + predicate: EXACT_SYNONYM + in_language: es + range: string + comments: + - Measured client-side (includes network time). + broad_mappings: + - dqv:hasQualityMeasurement # dqv.ttl:157-161 — "Refers to the performed quality measurements." Latency is one specific quality measurement. + - ssn:hasProperty # ssn.ttl:66-71 — "Relation between an entity and a Property of that entity." + related_mappings: + - sosa:hasSimpleResult # sosa.ttl:375-383 — "The simple value of an Observation." Links observation→result, not system→latency. + annotations: + custodian_types: '["*"]' + aliases: + - latency_ms diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_latitude.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_latitude.yaml new file mode 100644 index 0000000000..ac378e87d7 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_latitude.yaml @@ -0,0 +1,96 @@ +# ============================================================================== +# LinkML Slot Definition: has_latitude +# ============================================================================== +# Specifies the north-south geographic coordinate of a point on Earth's surface. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|--------------------|--------------------------|---------|----------------------------------------------------------------| +# | **Schema.org** | `schema:latitude` | schemaorg.owl:24036-24058 | close | "The latitude of a location." Domain: GeoCoordinates/Place. | +# | **WGS84** | `wgs84:lat` | wgs84_pos.rdf:143-147 | close | "The WGS84 latitude of a SpatialThing (decimal degrees)." | +# | **GeoSPARQL** | `geo:hasGeometry` | geo.ttl:320-343 | broad | "A spatial representation for a given Feature." Full geometry, not single coordinate. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_latitude +name: has_latitude +title: Has Latitude +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + wgs84: http://www.w3.org/2003/01/geo/wgs84_pos# + geo: http://www.opengis.net/ont/geosparql# +imports: + - linkml:types +default_prefix: hc +slots: + has_latitude: + slot_uri: hc:hasLatitude + description: >- + Specifies the geographic coordinate that represents the north-south position + of a point on the Earth's surface, ranging from 0° at the Equator to 90° + at the poles. + alt_descriptions: + nl: >- + Specificeert de geografische coördinaat die de noord-zuidpositie van een + punt op het aardoppervlak aangeeft, variërend van 0° op de evenaar tot + 90° bij de polen. + de: >- + Gibt die geografische Koordinate an, die die Nord-Süd-Position eines Punktes + auf der Erdoberfläche darstellt, von 0° am Äquator bis 90° an den Polen. + fr: >- + Spécifie la coordonnée géographique qui représente la position nord-sud + d'un point à la surface de la Terre, allant de 0° à l'équateur à 90° + aux pôles. + ar: >- + يحدد الإحداثي الجغرافي الذي يمثل الموقع شمالاً-جنوباً لنقطة على سطح + الأرض، ويتراوح من 0° عند خط الاستواء إلى 90° عند القطبين. + id: >- + Menentukan koordinat geografis yang mewakili posisi utara-selatan suatu + titik di permukaan bumi, berkisar dari 0° di khatulistiwa hingga 90° + di kutub. + zh: >- + 指定表示地球表面某一点南北位置的地理坐标,范围从赤道的0°到两极的90°。 + es: >- + Especifica la coordenada geográfica que representa la posición norte-sur + de un punto en la superficie terrestre, que varía de 0° en el ecuador a + 90° en los polos. + structured_aliases: + - literal_form: Breedtegraad + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Breitengrad + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Latitude + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: خط العرض + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Garis Lintang + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 纬度 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Latitud + predicate: EXACT_SYNONYM + in_language: es + range: float + required: false + comments: + - WGS84 datum (standard GPS coordinate system). + - 'Example: 52.3600 (Amsterdam), 40.7128 (New York), -33.8688 (Sydney).' + close_mappings: + - schema:latitude # schemaorg.owl:24036-24058 — "The latitude of a location." Domain: GeoCoordinates/Place. + - wgs84:lat # wgs84_pos.rdf:143-147 — "The WGS84 latitude of a SpatialThing (decimal degrees)." + broad_mappings: + - geo:hasGeometry # geo.ttl:320-343 — "A spatial representation for a given Feature." Full geometry object, not a single coordinate. + annotations: + custodian_types: '["*"]' + aliases: + - latitude diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_legal_basis.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_legal_basis.yaml index 90b5cc4c8b..61fbc63748 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_legal_basis.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_legal_basis.yaml @@ -96,3 +96,4 @@ slots: - rico:ruleFollowed # RiC-O_1-1.rdf:23001-23024 - DatatypeProperty; "The rule or conditions that govern the existence or lifecycle of a Thing." Broader - any rule, not specifically legal basis aliases: - legalBasis + - legal_responsibility_basis diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_legal_form.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_legal_form.yaml new file mode 100644 index 0000000000..6991526600 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_legal_form.yaml @@ -0,0 +1,111 @@ +# ============================================================================== +# LinkML Slot Definition: has_legal_form +# ============================================================================== +# Specifies the official legal status or structure of an organization under law. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |-------------|--------------------------|----------------------|---------|--------------------------------------------------------------------| +# | **GLEIF** | `gleif-L1:hasLegalForm` | gleif_l1.ttl:352-357 | exact | "The legal form of the entity, taken from ISO 20275 ELF." Domain: Entity, Range: EntityLegalForm. | +# | **ROV** | `rov:orgType` | regorg.ttl:68-74 | close | "Records the type of organization. SA, PLC, LLC, GmbH etc." subPropertyOf org:classification. Slightly broader than legal form. | +# | **W3C Org** | `org:classification` | org.rdf:371-386 | broad | "A classification for this Organization within some classification scheme." General classification, not legal-form-specific. | +# +# REMOVED (not found in ontology files): +# - tooi:rechtsvorm — not found in tooiont.ttl +# - schema:legalForm — not found in schemaorg.owl +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_legal_form +name: has_legal_form +title: Has Legal Form +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + gleif-L1: https://www.gleif.org/ontology/L1/ + rov: http://www.w3.org/ns/regorg# + org: http://www.w3.org/ns/org# +imports: + - linkml:types +default_prefix: hc +slots: + has_legal_form: + slot_uri: hc:hasLegalForm + description: >- + Specifies the official legal status, structure, or type of an organization + under the law, which determines its liability, tax obligations, and governance. + alt_descriptions: + nl: >- + Specificeert de officiële juridische status, structuur of het type van een + organisatie volgens de wet, die de aansprakelijkheid, belastingverplichtingen + en governance bepaalt. + de: >- + Gibt den offiziellen Rechtsstatus, die Struktur oder den Typ einer Organisation + nach dem Gesetz an, der ihre Haftung, Steuerpflichten und Governance bestimmt. + fr: >- + Spécifie le statut juridique officiel, la structure ou le type d'une + organisation en vertu de la loi, qui détermine sa responsabilité, ses + obligations fiscales et sa gouvernance. + ar: >- + يحدد الوضع القانوني الرسمي أو الهيكل أو النوع لمنظمة بموجب القانون، مما + يحدد مسؤوليتها والتزاماتها الضريبية وحوكمتها. + id: >- + Menentukan status hukum resmi, struktur, atau jenis organisasi menurut + hukum, yang menentukan tanggung jawab, kewajiban pajak, dan tata kelolanya. + zh: >- + 指定组织在法律下的正式法律地位、结构或类型,决定其责任、税务义务和治理方式。 + es: >- + Especifica el estatus legal oficial, la estructura o el tipo de una + organización según la ley, que determina su responsabilidad, obligaciones + fiscales y gobernanza. + structured_aliases: + - literal_form: Rechtsvorm + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Rechtsform + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Forme Juridique + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: شكل قانوني + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Bentuk Hukum + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 法律形式 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Forma Jurídica + predicate: EXACT_SYNONYM + in_language: es + range: string + comments: + - 'Specific legal form based on ISO 20275 Entity Legal Forms (ELF) codes.' + - Links to LegalForm class with jurisdiction-specific legal form details. + - 'ROV: rov:orgType for legal form classification (subPropertyOf org:classification).' + - 'W3C Org: org:classification links to skos:Concept.' + - Required for ORGANIZATION entities, not applicable for PERSON. + - Values MUST be valid ELF codes from /data/ontology/2023-09-28-elf-code-list-v1.5.csv. + examples: + - value: + elf_code: '8888' + country_code: NL + local_name: Stichting + abbreviation: St. + description: Dutch foundation (Rijksmuseum) + exact_mappings: + - gleif-L1:hasLegalForm # gleif_l1.ttl:352-357 — "The legal form of the entity, taken from ISO 20275 ELF." + close_mappings: + - rov:orgType # regorg.ttl:68-74 — "Records the type of organization. SA, PLC, LLC, GmbH etc." Slightly broader. + broad_mappings: + - org:classification # org.rdf:371-386 — "A classification for this Organization within some classification scheme." + annotations: + custodian_types: '["*"]' + aliases: + - legal_form + - legal_responsibility_end_date + - legal_responsibility_start_date diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_level.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_level.yaml index 0b1d5d71c9..2ba810f5ad 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_level.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_level.yaml @@ -74,5 +74,6 @@ slots: - has_or_had_level - is_or_was_handwriting_confidence - has_or_had_arrangement_level + - level_value annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_light_exposure.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_light_exposure.yaml new file mode 100644 index 0000000000..cc44335994 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_light_exposure.yaml @@ -0,0 +1,127 @@ +# ============================================================================== +# LinkML Slot Definition: has_light_exposure +# ============================================================================== +# The illumination intensity, duration, or direction an entity receives or tolerates. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-------------------------|----------------------------------|---------|----------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P43_has_dimension` | CIDOC_CRM_v7.1.3.rdf:2242-2257 | broad | "Records an instance of E54 Dimension of some E70 Thing." Any measurable dimension; light exposure is one specific kind. | +# | **SSN** | `ssn:hasProperty` | ssn.ttl:66-71 | broad | "Relation between an entity and a Property of that entity." Very generic property relation. | +# +# NOTE: Previous related_mappings removed: +# - sosa:ObservableProperty (CLASS, not a property - sosa.ttl:56) +# - crm:E54_Dimension (CLASS, not a property - CIDOC_CRM_v7.1.3.rdf:791) +# - quantitykind:LuminousExposure (QUDT vocab not in local ontology files) +# - wd:Q194411 (Wikidata entity ID, not an RDF predicate) +# - schema:maxValue (value constraint meta-property, not about light exposure) +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_light_exposure +name: has_light_exposure +title: Has Light Exposure +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + ssn: http://www.w3.org/ns/ssn/ +imports: + - linkml:types +default_prefix: hc +slots: + has_light_exposure: + slot_uri: hc:hasLightExposure + description: >- + Describes the intensity, duration, or direction of illumination that an + entity, location, or organism receives, requires or can stand. + comments: + - >- + Maximum acceptable cumulative annual light exposure in lux-hours. + - >- + ISO standard reference values: EN 16893:2018 high sensitivity <15,000 + lux-hours/year; EN 16893:2018 medium sensitivity <150,000 + lux-hours/year; CIE 157:2004 textiles <12,000 lux-hours/year; ASHRAE + guidelines <50,000 lux-hours for sensitive materials. + - >- + Light damage is cumulative (Bunsen-Roscoe reciprocity law): total + exposure matters, not intensity alone. Annual limits mandate rotating + displays for sensitive works, controlled access periods, and dark + storage between exhibition periods. + - >- + Example calculation: 50 lux x 8 hours/day x 250 days = 100,000 + lux-hours/year. + alt_descriptions: + nl: >- + Beschrijft de intensiteit, duur of richting van de belichting die een + entiteit, locatie of organisme ontvangt, vereist of kan verdragen. + de: >- + Beschreibt die Intensität, Dauer oder Richtung der Beleuchtung, die + eine Entität, ein Standort oder ein Organismus empfängt, benötigt oder + verträgt. + fr: >- + Décrit l'intensité, la durée ou la direction de l'éclairage qu'une + entité, un lieu ou un organisme reçoit, nécessite ou peut supporter. + ar: >- + يصف شدة أو مدة أو اتجاه الإضاءة التي يتلقاها كيان أو موقع أو كائن + حي أو يحتاجها أو يمكنه تحملها. + id: >- + Menjelaskan intensitas, durasi, atau arah pencahayaan yang diterima, + dibutuhkan, atau dapat ditoleransi oleh suatu entitas, lokasi, atau + organisme. + zh: >- + 描述实体、地点或生物体接收、需要或能够承受的照明强度、持续时间或方向。 + es: >- + Describe la intensidad, duración o dirección de la iluminación que una + entidad, ubicación u organismo recibe, requiere o puede soportar. + structured_aliases: + - literal_form: Lichtblootstelling + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Lichtexposition + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Exposition Lumineuse + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: التعرض للضوء + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Paparan Cahaya + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 光照暴露 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Exposición Lumínica + predicate: EXACT_SYNONYM + in_language: es + range: float + minimum_value: 0.0 + maximum_value: 500000.0 + see_also: + - https://www.nen.nl/en-16893-2018-en-274167 + - https://cie.co.at/publications/control-damage-museum-objects-optical-radiation + examples: + - value: 12000.0 + description: Maximum for textiles (CIE 157) + - value: 15000.0 + description: Maximum for highly sensitive materials (EN 16893) + - value: 50000.0 + description: General guidance for sensitive materials (ASHRAE) + - value: 150000.0 + description: Maximum for moderately sensitive materials (EN 16893) + annotations: + qudt_unit: unit:LUX-HR + ucum_code: lx.h + iso_reference: EN 16893:2018, CIE 157:2004 + preservation_parameter: 'true' + calculation_note: "lux-hours = illuminance (lux) x exposure time (hours)" + custodian_types: '["*"]' + aliases: + - max_annual_light_exposure + broad_mappings: + - crm:P43_has_dimension # CIDOC_CRM_v7.1.3.rdf:2242-2257 - "Records an instance of E54 Dimension of some E70 Thing." Any measurable dimension. + - ssn:hasProperty # ssn.ttl:66-71 - "Relation between an entity and a Property of that entity." Very generic. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_linked_data.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_linked_data.yaml new file mode 100644 index 0000000000..069418c286 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_linked_data.yaml @@ -0,0 +1,100 @@ +# ============================================================================== +# LinkML Slot Definition: has_linked_data +# ============================================================================== +# Whether a dataset or resource is published as Linked Data using web standards. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |-------------|---------------------------------|------------------------|---------|-------------------------------------------------------------------------| +# | **DCTerms** | `dcterms:conformsTo` | dcterms.rdf:987-1010 | broad | "An established standard to which the described resource conforms." | +# | **DCAT** | `dcat:accessService` | dcat3.ttl:536-561 | narrow | "A site or end-point that gives access to the distribution." | +# | **ADMS** | `adms:representationTechnique` | adms.ttl:121-126 | related | "Links an AssetDistribution to a skos:Concept that is its technique." | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_linked_data +name: has_linked_data +title: Has Linked Data +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dcterms: http://purl.org/dc/terms/ + dcat: http://www.w3.org/ns/dcat# + adms: http://www.w3.org/ns/adms# +imports: + - linkml:types +default_prefix: hc +slots: + has_linked_data: + slot_uri: hc:hasLinkedData + description: >- + Connects a dataset or resource to external, structured data sources using standard + web technologies (like URIs and RDF) to create a web of interlinked information. + comments: + - >- + Dublin Core: dcterms:conformsTo can indicate LOD compliance. + - >- + Linked data features include RDF triples (Turtle, JSON-LD, N-Triples), + SPARQL endpoints, dereferenceable URIs, and links to external vocabularies + (Wikidata, Getty, etc.). + alt_descriptions: + nl: >- + Verbindt een dataset of bron met externe, gestructureerde gegevensbronnen met + behulp van standaard webtechnologieën (zoals URI's en RDF) om een web van + onderling gekoppelde informatie te creëren. + de: >- + Verbindet einen Datensatz oder eine Ressource mit externen, strukturierten + Datenquellen unter Verwendung standardisierter Webtechnologien (wie URIs und RDF), + um ein Netz miteinander verknüpfter Informationen zu schaffen. + fr: >- + Relie un jeu de données ou une ressource à des sources de données structurées + externes en utilisant des technologies web standard (comme les URI et RDF) pour + créer un réseau d'informations interconnectées. + ar: >- + يربط مجموعة بيانات أو موردًا بمصادر بيانات خارجية منظمة باستخدام تقنيات الويب + القياسية (مثل معرّفات الموارد الموحدة وRDF) لإنشاء شبكة من المعلومات المترابطة. + id: >- + Menghubungkan dataset atau sumber daya ke sumber data terstruktur eksternal + menggunakan teknologi web standar (seperti URI dan RDF) untuk membuat jaringan + informasi yang saling terkait. + zh: >- + 使用标准网络技术(如URI和RDF)将数据集或资源连接到外部结构化数据源,以创建互联信息网络。 + es: >- + Conecta un conjunto de datos o recurso a fuentes de datos estructuradas externas + utilizando tecnologías web estándar (como URIs y RDF) para crear una red de + información interconectada. + structured_aliases: + - literal_form: Gekoppelde Data + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Verknüpfte Daten + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Données Liées + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: بيانات مترابطة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Data Tertaut + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 关联数据 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Datos Enlazados + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + broad_mappings: + - dcterms:conformsTo # dcterms.rdf:987-1010 — "An established standard to which the described resource conforms." + narrow_mappings: + - dcat:accessService # dcat3.ttl:536-561 — "A site or end-point that gives access to the distribution." + related_mappings: + - adms:representationTechnique # adms.ttl:121-126 — "Links an AssetDistribution to a skos:Concept that is its representation technique." + aliases: + - linked_data diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_literal_form.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_literal_form.yaml new file mode 100644 index 0000000000..1cdd41bf37 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_literal_form.yaml @@ -0,0 +1,106 @@ +# ============================================================================== +# LinkML Slot Definition: has_literal_form +# ============================================================================== +# The exact character sequence or surface representation of a term or value. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |-------------|---------------------------------|---------------------------------|---------|-----------------------------------------------------------------------------| +# | **SKOS-XL** | `skosxl:literalForm` | (not in local files) | close | "The literal form of an skosxl:Label." Strongest semantic match. | +# | **CRM** | `crm:P190_has_symbolic_content` | CIDOC_CRM_v7.1.3.rdf:5028-5038 | close | "Complete identifying representation of content in string form." | +# | **FOAF** | `foaf:name` | foaf.ttl:442-450 | close | "A name for some thing." SubPropertyOf rdfs:label. | +# | **Schema** | `schema:name` | schemaorg.owl:26889-26910 | close | "The name of the item." SubPropertyOf rdfs:label. | +# | **RDFS** | `rdfs:label` | (not in local files) | close | "A human-readable name for the subject." Well-known W3C standard. | +# | **PNV** | `pnv:literalName` | pnv.ttl:246-255 | narrow | "Full personal name." Domain restricted to PersonName. | +# | **RiC-O** | `rico:textualValue` | RiC-O_1-1.rdf:23296-23311 | narrow | "A textual expression of an Appellation or Date." Domain restricted. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_literal_form +name: has_literal_form +title: Has Literal Form +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + skosxl: http://www.w3.org/2008/05/skos-xl# + crm: http://www.cidoc-crm.org/cidoc-crm/ + foaf: http://xmlns.com/foaf/0.1/ + schema: http://schema.org/ + rdfs: http://www.w3.org/2000/01/rdf-schema# + pnv: https://w3id.org/pnv# + rico: https://www.ica.org/standards/RiC/ontology# +imports: + - linkml:types +default_prefix: hc +slots: + has_literal_form: + slot_uri: hc:hasLiteralForm + description: >- + Captures the exact character sequence, written string, or surface representation + of a term, value, or data entry, distinct from its abstract meaning or internal + reference. + alt_descriptions: + nl: >- + Legt de exacte tekenreeks, geschreven string of oppervlakterepresentatie van een + term, waarde of gegevensinvoer vast, los van de abstracte betekenis of interne + verwijzing. + de: >- + Erfasst die exakte Zeichenfolge, geschriebene Zeichenkette oder + Oberflächendarstellung eines Begriffs, Werts oder Dateneintrags, unabhängig von + seiner abstrakten Bedeutung oder internen Referenz. + fr: >- + Capture la séquence exacte de caractères, la chaîne écrite ou la représentation + de surface d'un terme, d'une valeur ou d'une entrée de données, distincte de sa + signification abstraite ou de sa référence interne. + ar: >- + يلتقط التسلسل الدقيق للأحرف أو السلسلة المكتوبة أو التمثيل السطحي لمصطلح أو + قيمة أو إدخال بيانات، بشكل مستقل عن معناه المجرد أو مرجعه الداخلي. + id: >- + Menangkap urutan karakter yang tepat, string tertulis, atau representasi permukaan + dari suatu istilah, nilai, atau entri data, yang berbeda dari makna abstrak atau + referensi internalnya. + zh: >- + 捕获术语、值或数据条目的精确字符序列、书写字符串或表面表示形式,区别于其抽象含义或内部引用。 + es: >- + Captura la secuencia exacta de caracteres, la cadena escrita o la representación + superficial de un término, valor o entrada de datos, distinta de su significado + abstracto o referencia interna. + structured_aliases: + - literal_form: Letterlijke Vorm + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Literalform + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Forme Littérale + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: الشكل الحرفي + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Bentuk Literal + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 字面形式 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Forma Literal + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + close_mappings: + - skosxl:literalForm # (not in local ontology files) — "The literal form of an skosxl:Label." + - crm:P190_has_symbolic_content # CIDOC_CRM_v7.1.3.rdf:5028-5038 — "Complete identifying representation of content in string form." + - foaf:name # foaf.ttl:442-450 — "A name for some thing." + - schema:name # schemaorg.owl:26889-26910 — "The name of the item." + - rdfs:label # (not in local ontology files) — "A human-readable name for the subject." + narrow_mappings: + - pnv:literalName # pnv.ttl:246-255 — "Full personal name." Domain: PersonName. + - rico:textualValue # RiC-O_1-1.rdf:23296-23311 — "A textual expression of an Appellation or Date." + aliases: + - literal_name + - long_name diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_living_specimen.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_living_specimen.yaml new file mode 100644 index 0000000000..3889384d01 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_living_specimen.yaml @@ -0,0 +1,109 @@ +# ============================================================================== +# LinkML Slot Definition: has_living_specimen +# ============================================================================== +# Whether an institution maintains living organisms in a managed collection. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|----------------------|---------|-----------------------------------------------------------------| +# | **DwC** | `dwc:basisOfRecord` | dwc.rdf:348-353 | related | Vocabulary includes LivingSpecimen as a value; operates at occurrence-record level, not institutional boolean. | +# | **DwC** | `dwc:vitality` | dwc.rdf:1916-1921 | related | Captures alive/dead status of individual organisms; narrow scope overlap. | +# +# NOTE: dwc:LivingSpecimen (dwc.rdf:996-1001) is a CLASS, not a property — cannot be used as mapping. +# NOTE: dwc.rdf is a lightweight namespace file without rdfs:comment — line refs point to dcterms:isPartOf triples. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_living_specimen +name: has_living_specimen +title: Has Living Specimen +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dwc: http://rs.tdwg.org/dwc/terms/ +imports: + - linkml:types +default_prefix: hc +slots: + has_living_specimen: + slot_uri: hc:hasLivingSpecimen + description: >- + Maintains a living example or individual organism of a specific taxon + within a managed collection, such as a zoo, botanical garden, or + laboratory. + comments: + - >- + TRUE when institution maintains: live animals in enclosures, exhibits, or + aquariums; living plants in gardens, greenhouses, or conservatories; + active growth, breeding, or cultivation programs; ongoing care, feeding, + and husbandry. + - >- + FALSE when institution has: only preserved specimens (taxidermy, dried + plants, pickled animals); no active husbandry or horticultural programs; + static displays without living organisms. + - >- + Mixed collections: when institutions maintain both living and preserved + collections, TRUE if living specimens are maintained (e.g., natural + history museum with live insect colonies, botanical garden with herbarium + collections, zoo with taxidermy educational displays). + - >- + This field helps distinguish BioCustodian (B) from Museum (M) and + Research Center (R) when dealing with biological specimens. + alt_descriptions: + nl: >- + Onderhoudt een levend exemplaar of individueel organisme van een + specifiek taxon binnen een beheerde collectie, zoals een dierentuin, + botanische tuin of laboratorium. + de: >- + Unterhält ein lebendes Exemplar oder einen individuellen Organismus + eines bestimmten Taxons innerhalb einer verwalteten Sammlung, wie einem + Zoo, botanischen Garten oder Labor. + fr: >- + Maintient un exemplaire vivant ou un organisme individuel d'un taxon + spécifique au sein d'une collection gérée, telle qu'un zoo, un jardin + botanique ou un laboratoire. + ar: >- + يحتفظ بعينة حية أو كائن حي فردي من تصنيف محدد ضمن مجموعة مُدارة، مثل + حديقة حيوان أو حديقة نباتية أو مختبر. + id: >- + Memelihara contoh hidup atau organisme individu dari takson tertentu + dalam koleksi yang dikelola, seperti kebun binatang, kebun raya, atau + laboratorium. + zh: >- + 在动物园、植物园或实验室等受管理的收藏中,维护特定分类群的活体标本或个体生物。 + es: >- + Mantiene un ejemplar vivo o un organismo individual de un taxón + específico dentro de una colección gestionada, como un zoológico, jardín + botánico o laboratorio. + structured_aliases: + - literal_form: Levend Specimen + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Lebendes Exemplar + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Spécimen Vivant + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: عينة حية + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Spesimen Hidup + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 活体标本 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Espécimen Vivo + predicate: EXACT_SYNONYM + in_language: es + range: boolean + annotations: + custodian_types: '["*"]' + aliases: + - living_collection + related_mappings: + - dwc:basisOfRecord # dwc.rdf:348-353 - Vocabulary includes LivingSpecimen as a value; occurrence-record level. + - dwc:vitality # dwc.rdf:1916-1921 - Captures alive/dead status of individual organisms. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_locality.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_locality.yaml new file mode 100644 index 0000000000..e00899db6c --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_locality.yaml @@ -0,0 +1,112 @@ +# ============================================================================== +# LinkML Slot Definition: has_locality +# ============================================================================== +# The city, town, or settlement where an entity or address is situated. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|----------------------------|----------------------------|---------|----------------------------------------------------------------| +# | **vCard** | `vcard:locality` | vcard.ttl:839-843 | close | "The locality (e.g. city or town) associated with the address of the object." | +# | **LOCN** | `locn:postName` | locn.ttl:204-211 | close | "The key postal division of the address, usually the city." Domain: locn:Address. | +# | **Schema.org**| `schema:addressLocality` | schemaorg.owl:7285-7304 | close | "The locality in which the street address is, and which is in the region." Domain: PostalAddress. | +# | **DwC** | `dwc:locality` | dwc.rdf:1004-1010 | related | Specimen collection location context, not address subdivision. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_locality +name: has_locality +title: Has Locality +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + vcard: http://www.w3.org/2006/vcard/ns# + locn: http://www.w3.org/ns/locn# + schema: http://schema.org/ + dwc: http://rs.tdwg.org/dwc/terms/ +imports: + - linkml:types +default_prefix: hc +slots: + has_locality: + slot_uri: hc:has_locality + description: >- + Designates the specific city, town, village, settlement or distinct + neighborhood where an entity or address is situated, often functioning + as a subdivision of a larger region. + comments: + - >- + Use official local name or standardized English name. + - >- + For precise identification, use Settlement class with GeoNames ID. + - >- + Distinct from city slot which maps to schema:addressLocality. + alt_descriptions: + nl: >- + Duidt de specifieke stad, gemeente, dorp, nederzetting of aparte wijk + aan waar een entiteit of adres is gelegen, vaak als onderdeel van een + grotere regio. + de: >- + Bezeichnet die spezifische Stadt, Gemeinde, das Dorf, die Siedlung oder + das eigenständige Viertel, in dem sich eine Entität oder Adresse + befindet, oft als Unterteilung einer größeren Region. + fr: >- + Désigne la ville, le village, la commune, l'agglomération ou le quartier + spécifique où une entité ou une adresse est située, fonctionnant souvent + comme une subdivision d'une région plus grande. + ar: >- + يحدد المدينة أو البلدة أو القرية أو المستوطنة أو الحي المميز الذي + تقع فيه كيان أو عنوان، وغالبًا ما يعمل كتقسيم فرعي لمنطقة أكبر. + id: >- + Menunjukkan kota, kotamadya, desa, permukiman, atau lingkungan tertentu + tempat suatu entitas atau alamat berada, sering berfungsi sebagai + subdivisi dari wilayah yang lebih besar. + zh: >- + 指定实体或地址所在的特定城市、城镇、村庄、定居点或独立社区,通常作为更大区域的细分。 + es: >- + Designa la ciudad, pueblo, villa, asentamiento o barrio específico donde + se encuentra una entidad o dirección, funcionando a menudo como una + subdivisión de una región más grande. + structured_aliases: + - literal_form: Plaats + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Ortschaft + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Localité + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: محلة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Lokalitas + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 地点 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Localidad + predicate: EXACT_SYNONYM + in_language: es + range: string + required: false + examples: + - value: Amsterdam + description: City name + - value: "'s-Gravenhage" + description: Official Dutch name for The Hague + - value: Haarlem + description: Historic city name + annotations: + custodian_types: '["*"]' + aliases: + - locality + - major_city + close_mappings: + - vcard:locality # vcard.ttl:839-843 - "The locality (e.g. city or town) associated with the address of the object." + - locn:postName # locn.ttl:204-211 - "The key postal division of the address, usually the city." Domain: locn:Address. + - schema:addressLocality # schemaorg.owl:7285-7304 - "The locality in which the street address is, and which is in the region." Domain: PostalAddress. + related_mappings: + - dwc:locality # dwc.rdf:1004-1010 - Specimen collection location; different context than address subdivision. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_locker.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_locker.yaml new file mode 100644 index 0000000000..d2285523f7 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_locker.yaml @@ -0,0 +1,93 @@ +# ============================================================================== +# LinkML Slot Definition: has_locker +# ============================================================================== +# Whether a facility provides secure storage lockers for personal belongings. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|------------------------|--------------------------|---------|----------------------------------------------------------| +# | **Schema.org** | `schema:amenityFeature` | schemaorg.owl:7869-7893 | broad | "An amenity feature of the Accommodation." | +# | | | | | Domain: Place/LodgingBusiness. Any amenity, not just | +# | | | | | lockers. Range: LocationFeatureSpecification. | +# +# No standard ontology has a property specifically for "has locker" or +# "has secure storage unit." This is a domain-specific boolean facility attribute. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_locker +name: has_locker +title: Has Locker +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + has_locker: + slot_uri: hc:hasLocker + description: >- + Indicates whether a facility provides secure storage units (lockers) for + the temporary safekeeping of personal belongings during a visit. + alt_descriptions: + nl: >- + Geeft aan of een faciliteit beveiligde opbergunits (kluisjes) biedt voor + de tijdelijke bewaring van persoonlijke bezittingen tijdens een bezoek. + de: >- + Gibt an, ob eine Einrichtung sichere Aufbewahrungseinheiten (Schließfächer) + zur vorübergehenden Verwahrung persönlicher Gegenstände während eines Besuchs bereitstellt. + fr: >- + Indique si un établissement fournit des unités de rangement sécurisées (casiers) + pour la garde temporaire des effets personnels pendant une visite. + ar: >- + يشير إلى ما إذا كانت المنشأة توفر وحدات تخزين آمنة (خزائن) + للحفظ المؤقت للمتعلقات الشخصية أثناء الزيارة. + id: >- + Menunjukkan apakah fasilitas menyediakan unit penyimpanan aman (loker) + untuk penyimpanan sementara barang-barang pribadi selama kunjungan. + zh: >- + 表明设施是否提供安全存储单元(储物柜), + 用于在访问期间临时保管个人物品。 + es: >- + Indica si una instalación proporciona unidades de almacenamiento seguras (taquillas) + para la custodia temporal de pertenencias personales durante una visita. + structured_aliases: + - literal_form: Kluisje + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Schließfach + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Casier + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: خزانة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Loker + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 储物柜 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Taquilla + predicate: EXACT_SYNONYM + in_language: es + range: boolean + broad_mappings: + - schema:amenityFeature # schemaorg.owl:7869-7893 - "An amenity feature of the Accommodation." Any amenity, not specifically lockers. + aliases: + - has_lockers + comments: + - >- + Many reading rooms in libraries and archives require bags and coats + to be stored in lockers before entry. + examples: + - value: "true" + description: Lockers available at the facility + annotations: + custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_logo.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_logo.yaml new file mode 100644 index 0000000000..81ec9a5e2a --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_logo.yaml @@ -0,0 +1,93 @@ +# ============================================================================== +# LinkML Slot Definition: has_logo +# ============================================================================== +# Associates an entity with its graphic mark, emblem, or symbol for recognition. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|----------------------------|---------|----------------------------------------------------------------| +# | **Schema.org**| `schema:logo` | schemaorg.owl:25110-25134 | exact | "An associated logo." Domain: Organization, Service, Place, Brand, Product. Range includes Text. | +# | **FOAF** | `foaf:logo` | foaf.ttl:364-372 | close | "A logo representing some thing." Very generic domain/range (owl:Thing). | +# +# NOTE: Previous schema:name close_mapping removed — unrelated to logo concept. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_logo +name: has_logo +title: Has Logo +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + foaf: http://xmlns.com/foaf/0.1/ +imports: + - linkml:types +default_prefix: hc +slots: + has_logo: + slot_uri: schema:logo + description: >- + Associates an organization, brand, product, or project with the specific + graphic mark, emblem, or symbol used to promote instant public recognition + and identity. + alt_descriptions: + nl: >- + Associeert een organisatie, merk, product of project met het specifieke + grafische merk, embleem of symbool dat wordt gebruikt om onmiddellijke + publieke herkenning en identiteit te bevorderen. + de: >- + Verknüpft eine Organisation, Marke, ein Produkt oder Projekt mit dem + spezifischen grafischen Zeichen, Emblem oder Symbol, das zur Förderung + sofortiger öffentlicher Wiedererkennung und Identität verwendet wird. + fr: >- + Associe une organisation, une marque, un produit ou un projet au signe + graphique, emblème ou symbole spécifique utilisé pour promouvoir la + reconnaissance publique immédiate et l'identité. + ar: >- + يربط منظمة أو علامة تجارية أو منتجًا أو مشروعًا بالعلامة الرسومية أو + الشعار أو الرمز المحدد المستخدم لتعزيز التعرف العام الفوري والهوية. + id: >- + Mengasosiasikan organisasi, merek, produk, atau proyek dengan tanda + grafis, lambang, atau simbol khusus yang digunakan untuk mempromosikan + pengenalan publik dan identitas secara instan. + zh: >- + 将组织、品牌、产品或项目与用于促进公众即时识别和身份认同的特定图形标记、徽章或符号相关联。 + es: >- + Asocia una organización, marca, producto o proyecto con la marca gráfica, + emblema o símbolo específico utilizado para promover el reconocimiento + público inmediato y la identidad. + structured_aliases: + - literal_form: Logo + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Logo + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Logo + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: شعار + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Logo + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 标识 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Logotipo + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + aliases: + - logo_label + - logo_segment + exact_mappings: + - schema:logo # schemaorg.owl:25110-25134 - "An associated logo." Domain: Organization, Service, Place, Brand, Product. + close_mappings: + - foaf:logo # foaf.ttl:364-372 - "A logo representing some thing." Generic domain/range. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_longitude.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_longitude.yaml new file mode 100644 index 0000000000..e2119c4feb --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_longitude.yaml @@ -0,0 +1,101 @@ +# ============================================================================== +# LinkML Slot Definition: has_longitude +# ============================================================================== +# Specifies the east-west geographic coordinate of a point on Earth's surface. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|---------------------|----------------------------|---------|----------------------------------------------------------------| +# | **Schema.org** | `schema:longitude` | schemaorg.owl:25138-25161 | close | "The longitude of a location." Domain: GeoCoordinates/Place. | +# | **WGS84** | `wgs84:long` | wgs84_pos.rdf:173-177 | close | "The WGS84 longitude of a SpatialThing (decimal degrees)." | +# | **GeoSPARQL** | `geo:hasGeometry` | geo.ttl:320-343 | broad | "A spatial representation for a given Feature." Full geometry, not single coordinate. | +# +# NOTE: Original file had typo "closet_mappings" — corrected to "close_mappings". +# NOTE: Consistent with sibling has_latitude.yaml mapping approach. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_longitude +name: has_longitude +title: Has Longitude +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + wgs84: http://www.w3.org/2003/01/geo/wgs84_pos# + geo: http://www.opengis.net/ont/geosparql# +imports: + - linkml:types +default_prefix: hc +slots: + has_longitude: + slot_uri: hc:hasLongitude + description: >- + Determines the geographic coordinate that specifies the east-west position + of a point on the Earth's surface, measured in degrees from the Prime + Meridian. + comments: + - >- + Format: Decimal degrees (e.g., 4.8852 for Amsterdam). Range: -180.0 to + +180.0. Positive values = East of Prime Meridian. Negative values = West + of Prime Meridian. + - WGS84 datum (standard GPS coordinate system). + - 'Example: 4.8852 (Amsterdam), -73.9857 (New York), 151.2093 (Sydney).' + alt_descriptions: + nl: >- + Bepaalt de geografische coördinaat die de oost-westpositie van een punt + op het aardoppervlak aangeeft, gemeten in graden vanaf de nulmeridiaan. + de: >- + Bestimmt die geografische Koordinate, die die Ost-West-Position eines + Punktes auf der Erdoberfläche angibt, gemessen in Grad vom Nullmeridian. + fr: >- + Détermine la coordonnée géographique qui spécifie la position est-ouest + d'un point à la surface de la Terre, mesurée en degrés depuis le + méridien de Greenwich. + ar: >- + يحدد الإحداثي الجغرافي الذي يعيّن الموقع شرقاً-غرباً لنقطة على سطح + الأرض، مقاساً بالدرجات من خط الطول الرئيسي. + id: >- + Menentukan koordinat geografis yang menunjukkan posisi timur-barat suatu + titik di permukaan bumi, diukur dalam derajat dari Meridian Utama. + zh: >- + 确定地球表面某一点东西方向位置的地理坐标,以本初子午线为基准按度数测量。 + es: >- + Determina la coordenada geográfica que especifica la posición este-oeste + de un punto en la superficie terrestre, medida en grados desde el + meridiano de Greenwich. + structured_aliases: + - literal_form: Lengtegraad + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Längengrad + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Longitude + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: خط الطول + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Garis Bujur + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 经度 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Longitud + predicate: EXACT_SYNONYM + in_language: es + range: float + required: false + annotations: + custodian_types: '["*"]' + aliases: + - longitude + close_mappings: + - schema:longitude # schemaorg.owl:25138-25161 - "The longitude of a location." Domain: GeoCoordinates/Place. + - wgs84:long # wgs84_pos.rdf:173-177 - "The WGS84 longitude of a SpatialThing (decimal degrees)." + broad_mappings: + - geo:hasGeometry # geo.ttl:320-343 - "A spatial representation for a given Feature." Full geometry object, not a single coordinate. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_mandate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_mandate.yaml index bfbdc3b349..bdde2ccd00 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_mandate.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_mandate.yaml @@ -73,6 +73,7 @@ slots: range: string aliases: - has_or_had_mandate + - 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). diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_location.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_marginale.yaml similarity index 58% rename from schemas/20251121/linkml/modules/slots/20260202_matang/new/example_location.yaml rename to schemas/20251121/linkml/modules/slots/20260202_matang/has_marginale.yaml index 2ebb5f2bb4..70007e9f07 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_location.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_marginale.yaml @@ -1,5 +1,6 @@ -id: https://nde.nl/ontology/hc/slot/example_location -name: example_location-slot +id: https://nde.nl/ontology/hc/slot/has_marginale +name: has_marginale +title: Has Marginale prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ @@ -11,15 +12,16 @@ prefixes: 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: - example_location: - slot_uri: schema:location - description: Location of the example institution (city, country) + has_marginale: + description: | + Associates a document, manuscript, or text with the notes, comments, or glosses written in its margins, often providing commentary, corrections, or cross-references. range: string + slot_uri: hc:hasMarginale annotations: custodian_types: '["*"]' - exact_mappings: - - schema:location + aliases: + - marginalia diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_material_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_material_type.yaml index 0aadb8a109..def41e20fc 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_material_type.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_material_type.yaml @@ -76,6 +76,7 @@ slots: aliases: - has_or_had_material_type - cover_material + - material_composition 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. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_method.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_method.yaml index 6931eae413..7ce8f93e15 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_method.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_method.yaml @@ -103,6 +103,7 @@ slots: - schema:httpMethod # HTTP method specifically (GET, POST, etc.) aliases: - has_or_had_method + - keyframe_extraction examples: - value: method_name: GET diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_microfilm_reader.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_microfilm_reader.yaml new file mode 100644 index 0000000000..03307b1cde --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_microfilm_reader.yaml @@ -0,0 +1,74 @@ +# ============================================================================== +# LinkML Slot Definition: has_microfilm_reader +# ============================================================================== +# Availability of a microfilm/microfiche viewing machine at a reading room. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|--------------------------|----------|------------------------------------------------------------| +# | **Schema.org**| `schema:amenityFeature` | schemaorg.owl:7869-7893 | broad | "An amenity feature (e.g. a characteristic or service) of the Accommodation." Generic amenity. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_microfilm_reader +name: has_microfilm_reader +title: has microfilm reader +version: 1.0.0 +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + has_microfilm_reader: + slot_uri: hc:hasMicrofilmReader + description: >- + Relates a library, archive, or reading room to the specific availability of a machine used to view, magnify, and scroll through microfilm reels or microfiche documents. + alt_descriptions: + nl: >- + Relateert een bibliotheek, archief of leeszaal aan de specifieke beschikbaarheid van een apparaat dat wordt gebruikt om microfilmrollen of microfichedocumenten te bekijken, te vergroten en door te bladeren. + de: >- + Verknüpft eine Bibliothek, ein Archiv oder einen Lesesaal mit der spezifischen Verfügbarkeit eines Geräts zum Betrachten, Vergrößern und Durchblättern von Mikrofilmrollen oder Mikrofiche-Dokumenten. + fr: >- + Relie une bibliothèque, des archives ou une salle de lecture à la disponibilité spécifique d'un appareil utilisé pour visualiser, agrandir et faire défiler des bobines de microfilm ou des documents en microfiche. + ar: >- + يربط مكتبة أو أرشيفًا أو غرفة قراءة بمدى توفر جهاز يُستخدم لعرض وتكبير وتمرير بكرات الميكروفيلم أو مستندات الميكروفيش. + id: >- + Menghubungkan perpustakaan, arsip, atau ruang baca dengan ketersediaan spesifik mesin yang digunakan untuk melihat, memperbesar, dan menggulir gulungan mikrofilm atau dokumen mikrofis. + zh: >- + 将图书馆、档案馆或阅览室与用于查看、放大和滚动缩微胶卷或缩微胶片文档的设备的具体可用性相关联。 + es: >- + Relaciona una biblioteca, archivo o sala de lectura con la disponibilidad específica de una máquina utilizada para ver, ampliar y desplazarse por rollos de microfilm o documentos de microfichas. + structured_aliases: + - literal_form: Microfilmlezer + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Mikrofilmlesegerät + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Lecteur de microfilm + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: قارئ ميكروفيلم + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Pembaca Mikrofilm + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 缩微胶片阅读器 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Lector de microfilm + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + aliases: + - has_microfilm_readers + broad_mappings: + - schema:amenityFeature # schemaorg.owl:7869-7893 - "An amenity feature (e.g. a characteristic or service) of the Accommodation." diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_music.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_music.yaml new file mode 100644 index 0000000000..e6bba800b4 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_music.yaml @@ -0,0 +1,92 @@ +# ============================================================================== +# LinkML Slot Definition: has_music +# ============================================================================== +# Indicates that a venue, event, or media file features musical content. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|------------------------|----------------------------|---------|------------------------------------------------------------------| +# | **Schema.org** | `schema:audio` | schemaorg.owl:9199-9222 | related | "embedded audio object" on CreativeWork — links AudioObject. | +# | **Schema.org** | `schema:amenityFeature`| schemaorg.owl:7869-7892 | broad | "amenity feature of Place" — generic facility characteristic. | +# | **Schema.org** | `schema:musicBy` | schemaorg.owl:26748-26771 | related | "composer of the soundtrack" — about who, not whether present. | +# | **BIBFRAME** | `bf:musicMedium` | bibframe.rdf:1519-1525 | related | "medium of performance for musical Work" — performance medium. | +# +# No exact or close match found. This slot is a boolean indicator of music +# presence — a domain-specific concept not directly modeled in standard ontologies. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_music +name: has_music +title: Has Music +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + bf: http://id.loc.gov/ontologies/bibframe/ +imports: + - linkml:types +default_prefix: hc +slots: + has_music: + slot_uri: hc:hasMusic + description: >- + Indicates that a venue, event, or media file features musical + performances, background audio, or a soundtrack. + alt_descriptions: + nl: >- + Geeft aan dat een locatie, evenement of mediabestand muzikale + uitvoeringen, achtergrondgeluid of een soundtrack bevat. + de: >- + Gibt an, dass ein Veranstaltungsort, eine Veranstaltung oder eine + Mediendatei musikalische Darbietungen, Hintergrundmusik oder einen + Soundtrack enthält. + fr: >- + Indique qu'un lieu, un événement ou un fichier multimédia comporte + des performances musicales, un fond sonore ou une bande originale. + ar: >- + يشير إلى أن مكانًا أو حدثًا أو ملفًا وسائطيًا يتضمن عروضًا موسيقية + أو صوتًا خلفيًا أو موسيقى تصويرية. + id: >- + Menunjukkan bahwa suatu tempat, acara, atau berkas media menampilkan + pertunjukan musik, audio latar, atau trek suara. + zh: >- + 表示某个场所、活动或媒体文件包含音乐表演、背景音频或配乐。 + es: >- + Indica que un lugar, evento o archivo multimedia presenta actuaciones + musicales, audio de fondo o una banda sonora. + structured_aliases: + - literal_form: Muziek + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Musik + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Musique + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: موسيقى + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Musik + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 音乐 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Música + predicate: EXACT_SYNONYM + in_language: es + range: boolean + broad_mappings: + - schema:amenityFeature # schemaorg.owl:7869-7892 - "amenity feature of Place/Accommodation" — generic facility characteristic + related_mappings: + - schema:audio # schemaorg.owl:9199-9222 - "embedded audio object" on CreativeWork — links to AudioObject, not boolean + - schema:musicBy # schemaorg.owl:26748-26771 - "composer of the soundtrack" — about who composed, not presence + - bf:musicMedium # bibframe.rdf:1519-1525 - "medium of performance for musical Work" — performance medium, not presence + annotations: + custodian_types: '["*"]' + aliases: + - includes_music_description diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_name.yaml index 3048c5dc21..a05f26c952 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_name.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_name.yaml @@ -1,18 +1,20 @@ # ============================================================================== # LinkML Slot Definition: has_name # ============================================================================== -# Name of an entity (person, organization, project, etc.). +# The name of an entity (person, organization, project, etc.). # # ONTOLOGY ALIGNMENT (verified against data/ontology/): -# | Ontology | Property | Mapping | Notes | -# |---------------|------------------------|----------|----------------------------------| -# | **Schema.org**| `schema:name` | slot_uri | Schema.org name property | -# | **FOAF** | `foaf:name` | exact | FOAF name | -# | **PNV** | `pnv:hasName` | exact | Person Name Vocabulary | -# | **RDFS** | `rdfs:label` | exact | RDF Schema label | -# | **Schema.org**| `schema:alternateName` | related | Alternate name (different axis) | +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|------------------------|--------------------------|----------|-------------------------------------------------| +# | **Schema.org** | `schema:name` | schemaorg.owl:26889-26908 | slot_uri | "The name of the item." Thing→Text. | +# | **FOAF** | `foaf:name` | foaf.ttl:442-450 | exact | "A name for some thing." Thing→Literal. | +# | **Schema.org** | `schema:alternateName` | schemaorg.owl:7757-7777 | related | "An alias for the item." (alternate, not primary)| +# | **RDFS** | `rdfs:label` | W3C RDF Schema standard | broad | Any label/tag, broader than "name" specifically. | +# | **PNV** | `pnv:hasName` | (not in data/ontology/) | narrow | Person Name Vocabulary; person names only. | # # CREATED: 2026-02-03 +# UPDATED: 2026-02-09 # ============================================================================== id: https://nde.nl/ontology/hc/slot/has_name @@ -24,32 +26,68 @@ prefixes: schema: http://schema.org/ foaf: http://xmlns.com/foaf/0.1/ rdfs: http://www.w3.org/2000/01/rdf-schema# - 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# - xsd: http://www.w3.org/2001/XMLSchema# -default_prefix: hc + pnv: https://w3id.org/pnv# imports: -- linkml:types + - linkml:types +default_prefix: hc slots: has_name: slot_uri: schema:name - description: | - Name of an entity (person, organization, project, etc.). - - **Usage**: - For persons: full name (e.g., "Jan de Vries") - For organizations: official name (e.g., "Rijksmuseum Amsterdam") - For projects: project title + description: >- + The name assigned to an entity, such as a person, organization, project, + or any other identifiable thing. + alt_descriptions: + nl: >- + De naam die is toegekend aan een entiteit, zoals een persoon, organisatie, + project of elk ander identificeerbaar ding. + de: >- + Der einer Entität zugewiesene Name, wie einer Person, Organisation, + einem Projekt oder einem anderen identifizierbaren Ding. + fr: >- + Le nom attribué à une entité, telle qu'une personne, une organisation, + un projet ou toute autre chose identifiable. + ar: >- + الاسم المخصص لكيان، مثل شخص أو منظمة أو مشروع أو أي شيء آخر قابل للتحديد. + id: >- + Nama yang diberikan kepada suatu entitas, seperti orang, organisasi, + proyek, atau hal lain yang dapat diidentifikasi. + zh: >- + 分配给实体的名称,例如人员、组织、项目或任何其他可识别的事物。 + es: >- + El nombre asignado a una entidad, como una persona, organización, + proyecto o cualquier otra cosa identificable. + structured_aliases: + - literal_form: Naam + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Name + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Nom + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: اسم + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Nama + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 名称 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Nombre + predicate: EXACT_SYNONYM + in_language: es range: string multivalued: false exact_mappings: - - foaf:name - - pnv:hasName - - rdfs:label + - foaf:name # foaf.ttl:442-450 - "A name for some thing." Thing→Literal. subPropertyOf rdfs:label. + broad_mappings: + - rdfs:label # W3C RDF Schema standard - Any label/tag; broader than "name" specifically. schema:name and foaf:name are both subPropertyOf rdfs:label. + narrow_mappings: + - pnv:hasName # (not in data/ontology/) - Person Name Vocabulary; person names only, maps to structured pnv:PersonName. related_mappings: - - schema:alternateName + - schema:alternateName # schemaorg.owl:7757-7777 - "An alias for the item." Alternate name, not primary name. aliases: - has_or_had_name - is_or_was_full_name @@ -57,10 +95,20 @@ slots: - has_or_had_annex_name - has_person_name - has_or_had_person_name - annotations: - custodian_types: '["*"]' + comments: + - >- + Usage: For persons, the full name (e.g., "Jan de Vries"). For organizations, + the official name (e.g., "Rijksmuseum Amsterdam"). For projects, the project title. + - >- + The slot_uri uses schema:name directly since the semantics are equivalent. + The redundant exact_mapping to schema:name has been removed. + - >- + pnv:hasName from the Person Name Vocabulary is unverified (not in data/ontology/). + It is narrower because it applies only to person names and maps to structured pnv:PersonName objects. examples: - value: Jan de Vries description: Person name (individual author) - value: Rijksmuseum Research Department description: Corporate/organizational name + annotations: + custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_note.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_note.yaml index 24e1e9e8de..73f27d7250 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_note.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_note.yaml @@ -113,6 +113,9 @@ slots: - note - conservation_note - copy_note + - example_note + - legal_note + - loan_note annotations: custodian_types: '["*"]' specificity_score: 0.60 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_numeric_value.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_numeric_value.yaml index ea1cd5d42a..5d5124a585 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_numeric_value.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_numeric_value.yaml @@ -74,5 +74,6 @@ slots: - qudt:numericValue # QUDT vocabulary (external) - "The numeric value of a QuantityValue." Semantically equivalent. aliases: - has_or_had_numeric_value + - lot_number annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_objective.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_objective.yaml index 78d48e96ae..0b9569d698 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_objective.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_objective.yaml @@ -71,6 +71,7 @@ slots: range: string aliases: - has_or_had_objective + - loan_purpose related_mappings: - schema:target # schemaorg.owl:37297-37300 - Action EntryPoint/URL, not goal/objective annotations: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_operational_unit.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_operational_unit.yaml index 1d895c3e5f..c8b8737010 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_operational_unit.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_operational_unit.yaml @@ -72,6 +72,7 @@ slots: range: string # uriorcurie aliases: - has_or_had_operational_unit + - managing_unit # range: OrganizationalStructure annotations: custodian_types: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_phase.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_phase.yaml new file mode 100644 index 0000000000..923657fb0f --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_phase.yaml @@ -0,0 +1,100 @@ +# ============================================================================== +# LinkML Slot Definition: has_phase +# ============================================================================== +# Distinct period, state, or step within a process, cycle, or project lifecycle. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|-----------------------------|---------|--------------------------------------------------------------| +# | **RiC-O** | `rico:hasRecordState` | RiC-O_1-1.rdf:8998-9014 | narrow | Connects Record/RecordPart to RecordState; record-specific. | +# | **Schema.org**| `schema:creativeWorkStatus` | schemaorg.owl:13457-13480 | related | Lifecycle stage of creative works (Draft, Published, etc.). | +# +# REMOVED MAPPINGS: +# - skos:broaderTransitive (skos.rdf:311-315): concept hierarchy property, NOT a lifecycle +# phase property. scopeNote: "by convention, not used to make assertions." Also used +# invalid LinkML key `broader_mappings` (should be `broad_mappings`). +# +# REJECTED CANDIDATES: +# - schema:stage (schemaorg.owl:36218-36240): domain MedicalCondition only. +# - crm:P44_has_condition (CIDOC_CRM:2270-2279): physical condition state, not lifecycle phase. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_phase +name: has_phase +title: Has Phase +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + rico: https://www.ica.org/standards/RiC/ontology# + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + has_phase: + slot_uri: hc:has_phase + description: >- + Identifies a distinct period, state, or step within a continuous process, + cycle, or project lifecycle. + alt_descriptions: + nl: >- + Identificeert een afzonderlijke periode, toestand of stap binnen een + doorlopend proces, cyclus of projectlevenscyclus. + de: >- + Identifiziert einen bestimmten Zeitraum, Zustand oder Schritt innerhalb + eines fortlaufenden Prozesses, Zyklus oder Projektlebenszyklus. + fr: >- + Identifie une période, un état ou une étape distincts au sein d'un + processus continu, d'un cycle ou d'un cycle de vie de projet. + ar: >- + يحدد فترة أو حالة أو خطوة متميزة ضمن عملية مستمرة أو دورة أو دورة حياة مشروع. + id: >- + Mengidentifikasi periode, keadaan, atau langkah yang berbeda dalam suatu + proses berkelanjutan, siklus, atau siklus hidup proyek. + zh: >- + 标识连续过程、周期或项目生命周期中的一个独特时期、状态或步骤。 + es: >- + Identifica un período, estado o paso distinto dentro de un proceso continuo, + ciclo o ciclo de vida de un proyecto. + structured_aliases: + - literal_form: Fase + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Phase + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Phase + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مرحلة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Fase + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 阶段 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Fase + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Archive Lifecycle Types (Wikidata): Q3621648 (CurrentArchive) — active records phase; + Q244904 (DepositArchive) — intermediate/semi-current phase; + Q3621673 (HistoricalArchive) — archival/permanent phase. + - >- + Usage: Classify an operational archive by its position in the records lifecycle. + Most CustodianArchive records are in the intermediate phase (awaiting processing). + range: string + annotations: + custodian_types: '["*"]' + narrow_mappings: + - rico:hasRecordState # RiC-O_1-1.rdf:8998-9014 — record/record-part state specifically + related_mappings: + - schema:creativeWorkStatus # schemaorg.owl:13457-13480 — lifecycle stage of creative works + aliases: + - lifecycle_phase_type diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_policy.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_policy.yaml index 9bc0c435fd..c48b40373f 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_policy.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_policy.yaml @@ -77,6 +77,7 @@ slots: multivalued: true aliases: - has_or_had_policy + - lending_policy related_mappings: - schema:publishingPrinciples # schemaorg.owl:31756-31761 - "document describing the editorial principles of an Organization... that relate to their activities as a publisher." Much narrower: publishing/editorial principles only, not general institutional policy. annotations: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_profile.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_profile.yaml index 4be2fa2530..29dba570a9 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_profile.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_profile.yaml @@ -85,6 +85,8 @@ slots: - has_organization_profile - has_or_had_social_media_profile - has_social_media_profile + - linkedin_profile_url + - linkedin_url close_mappings: - foaf:account # foaf.ttl:121-128 - "Indicates an account held by this agent." Domain: foaf:Agent, Range: foaf:OnlineAccount. Narrower: online accounts only; profile is broader (organizational, professional). related_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_provenance.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_provenance.yaml index 0739e2afe9..df0d36581a 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_provenance.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_provenance.yaml @@ -1,9 +1,27 @@ # ============================================================================== # LinkML Slot Definition: has_provenance # ============================================================================== -# Provenance information for this data element. +# The origin, custody history, and ownership record of an entity. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|-------------------------------------|--------------------------|----------|----------------------------------------------------------| +# | **DCTerms** | `dcterms:provenance` | dcterms.rdf:1740-1760 | slot_uri | "Changes in ownership and custody significant for | +# | | | | | authenticity, integrity, and interpretation." | +# | **PROV-O** | `prov:wasGeneratedBy` | prov.ttl:1132-1145 | related | "Entity was generated by Activity." Generation, not | +# | | | | | custody history. Entity→Activity. | +# | **PROV-O** | `prov:hadPrimarySource` | prov.ttl:661-674 | related | "Primary source entity was derived from." | +# | | | | | Entity→Entity. About source, not custody chain. | +# | **RiC-O** | `rico:hasOrganicProvenance` | RiC-O_1-1.rdf:8619-8665 | narrow | "Connects RecordResource to Agent that creates/ | +# | | | | | accumulates it." Archival records only. | +# +# NOTE: The original slot_uri was prov:wasGeneratedBy, which means "was generated +# by an Activity" (Entity→Activity). This is semantically wrong for provenance +# (custody/ownership history). Changed to dcterms:provenance which is an exact match. # # CREATED: 2026-02-03 +# UPDATED: 2026-02-09 # ============================================================================== id: https://nde.nl/ontology/hc/slot/has_provenance @@ -12,28 +30,68 @@ title: Has Provenance prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ - prov: http://www.w3.org/ns/prov# - dct: http://purl.org/dc/terms/ - schema: http://schema.org/ dcterms: http://purl.org/dc/terms/ - 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 + prov: http://www.w3.org/ns/prov# + rico: https://www.ica.org/standards/RiC/ontology# imports: -- linkml:types + - linkml:types +default_prefix: hc slots: has_provenance: - slot_uri: prov:wasGeneratedBy - description: | - To specify the origin, source, or record of custody and ownership of an entity, used to establish its authenticity, history, or context + slot_uri: dcterms:provenance + description: >- + The origin, source, or record of custody and ownership of an entity, + used to establish its authenticity, history, or context. + alt_descriptions: + nl: >- + De herkomst, bron of het bewaringsbeheer en eigendomsverloop van een entiteit, + gebruikt om de authenticiteit, geschiedenis of context vast te stellen. + de: >- + Die Herkunft, Quelle oder der Verzeichnis der Aufbewahrung und des Eigentums einer Entität, + um deren Authentizität, Geschichte oder Kontext festzustellen. + fr: >- + L'origine, la source ou l'historique de la conservation et de la propriété d'une entité, + utilisé pour établir son authenticité, son histoire ou son contexte. + ar: >- + أصل الكيان أو مصدره أو سجل حفظه وملكيته، + المستخدم لإثبات أصالته أو تاريخه أو سياقه. + id: >- + Asal-usul, sumber, atau catatan penyimpanan dan kepemilikan suatu entitas, + yang digunakan untuk menetapkan keaslian, sejarah, atau konteksnya. + zh: >- + 实体的来源、出处或保管和所有权记录, + 用于确定其真实性、历史或背景。 + es: >- + El origen, fuente o registro de custodia y propiedad de una entidad, + utilizado para establecer su autenticidad, historia o contexto. + structured_aliases: + - literal_form: Herkomst + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Provenienz + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Provenance + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مصدر + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Provenance + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 出处 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Procedencia + predicate: EXACT_SYNONYM + in_language: es range: string - exact_mappings: - - prov:wasGeneratedBy - close_mappings: - - dct:provenance - - prov:hadPrimarySource + narrow_mappings: + - rico:hasOrganicProvenance # RiC-O_1-1.rdf:8619-8665 - "Connects RecordResource to Agent that creates/accumulates it." Archival records only. + related_mappings: + - prov:wasGeneratedBy # prov.ttl:1132-1145 - "Entity was generated by Activity." About generation, not custody history. + - prov:hadPrimarySource # prov.ttl:661-674 - "Primary source Entity was derived from." About source, not custody chain. aliases: - has_or_had_provenance - has_or_had_acquisition_history @@ -46,6 +104,20 @@ slots: - has_web_claim - archive_path - conservation_history + - custodial_history + - custody_history + - inference_provenance + - legal_provenance_note + - llm_response + - loan_history + comments: + - >- + The original slot_uri was prov:wasGeneratedBy, which means "was generated by an Activity" + (Entity->Activity). This is semantically wrong for provenance (custody/ownership history). + Changed to dcterms:provenance which exactly matches the slot's semantic meaning. + - >- + dcterms:provenance: "A statement of any changes in ownership and custody of the resource + since its creation that are significant for its authenticity, integrity, and interpretation." annotations: custodian_types: '["*"]' specificity_score: '0.2' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_provenance_path.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_provenance_path.yaml new file mode 100644 index 0000000000..0aca413ec2 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_provenance_path.yaml @@ -0,0 +1,120 @@ +# ============================================================================== +# LinkML Slot Definition: has_provenance_path +# ============================================================================== +# A hierarchical path or reference chain tracing the origin and location of an item. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|----------------------------------|----------------------------|---------|--------------------------------------------------------------| +# | **DCTerms** | `dcterms:provenance` | dcterms.rdf:1740-1760 | broad | "Changes in ownership and custody." General provenance | +# | | | | | statement, not specifically a hierarchical path string. | +# | **DCTerms** | `dcterms:source` | dcterms.rdf:1921-1940 | broad | "A related resource from which the resource is derived." | +# | | | | | About derivation source, not the path expression itself. | +# | **Schema.org** | `schema:breadcrumb` | schemaorg.owl:10542-10561 | related | "Links to help navigate a website hierarchy." | +# | | | | | Conceptually similar (hierarchical path) but web-only. | +# | **RiC-O** | `rico:identifier` | RiC-O_1-1.rdf:21677-21715 | related | "Word, number, symbol to uniquely identify an entity." | +# | | | | | Archival ref codes (e.g. NAS1/A/1.1) can be hierarchical. | +# +# NOTE: schema:contentUrl ("Actual bytes of the media object") was originally listed +# as close_mapping but is semantically wrong — it's a media download URL, not a +# hierarchical provenance/location path. Removed. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_provenance_path +name: has_provenance_path +title: Has Provenance Path +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dcterms: http://purl.org/dc/terms/ + schema: http://schema.org/ + rico: https://www.ica.org/standards/RiC/ontology# +imports: + - linkml:types +default_prefix: hc +slots: + has_provenance_path: + slot_uri: hc:hasProvenancePath + description: >- + The hierarchical sequence, URL, or archival reference chain that traces + the origin and location of a data point, digital object, or physical item + within its custodial or organizational structure. + alt_descriptions: + nl: >- + De hiërarchische reeks, URL of archivalische referentieketen die de herkomst + en locatie van een gegevenspunt, digitaal object of fysiek item traceert + binnen zijn bewaar- of organisatiestructuur. + de: >- + Die hierarchische Abfolge, URL oder archivarische Referenzkette, die den Ursprung + und Standort eines Datenpunkts, digitalen Objekts oder physischen Gegenstands + innerhalb seiner Verwahrungs- oder Organisationsstruktur nachverfolgt. + fr: >- + La séquence hiérarchique, l'URL ou la chaîne de référence archivistique qui retrace + l'origine et l'emplacement d'un point de données, d'un objet numérique ou d'un élément + physique au sein de sa structure de conservation ou d'organisation. + ar: >- + التسلسل الهرمي أو عنوان URL أو سلسلة المراجع الأرشيفية التي تتتبع + أصل ومكان نقطة بيانات أو كائن رقمي أو عنصر مادي + ضمن هيكله التنظيمي أو هيكل الحفظ. + id: >- + Urutan hierarkis, URL, atau rantai referensi arsip yang menelusuri + asal-usul dan lokasi titik data, objek digital, atau item fisik + dalam struktur penyimpanan atau organisasinya. + zh: >- + 追踪数据点、数字对象或实物在其保管或组织结构中来源和位置的 + 层级序列、URL或档案参考链。 + es: >- + La secuencia jerárquica, URL o cadena de referencia archivística que rastrea + el origen y la ubicación de un punto de datos, objeto digital o elemento físico + dentro de su estructura de custodia u organización. + structured_aliases: + - literal_form: Herkomstpad + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Provenienzpfad + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Chemin de Provenance + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مسار المصدر + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Jalur Provenance + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 出处路径 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Ruta de Procedencia + predicate: EXACT_SYNONYM + in_language: es + range: string + broad_mappings: + - dcterms:provenance # dcterms.rdf:1740-1760 - "Changes in ownership and custody." General provenance statement, not a specific path string. + - dcterms:source # dcterms.rdf:1921-1940 - "A related resource from which the resource is derived." About derivation source, not the path expression. + related_mappings: + - schema:breadcrumb # schemaorg.owl:10542-10561 - "Links to help navigate a website hierarchy." Conceptually similar hierarchical path but web-only. + - rico:identifier # RiC-O_1-1.rdf:21677-21715 - "Word/number/symbol to uniquely identify an entity." Archival ref codes can be hierarchical paths. + aliases: + - has_archive_path + - linkedin_profile_path + comments: + - >- + Examples of provenance paths: archival reference chains like + "Collection > Box > Folder > Item", URLs tracing digital object location, + or hierarchical classification codes like "NAS1/A/1.1". + - >- + schema:contentUrl ("Actual bytes of the media object", schemaorg.owl:12864-12883) + was originally listed as close_mapping but is semantically wrong — it is a + media download URL (Domain: MediaObject), not a hierarchical provenance/location path. + Removed. + 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. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_quantity.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_quantity.yaml index 5cda4cfe00..f5e1b20781 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_quantity.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_quantity.yaml @@ -80,5 +80,6 @@ slots: - extent - is_or_was_quantity_value - current_item_count + - like_count annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_rationale.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_rationale.yaml index 09385aee41..bf6a4be7af 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_rationale.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_rationale.yaml @@ -72,6 +72,7 @@ slots: - has_or_had_rationale - has_or_had_annex_reason - has_annex_reason + - link_rationale broad_mappings: - skos:note # skos.rdf:176-180 - "A general note, for any purpose." Broader: any note, not specifically rationale/justification. related_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_raw_data.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_raw_data.yaml new file mode 100644 index 0000000000..0936705829 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_raw_data.yaml @@ -0,0 +1,104 @@ +# ============================================================================== +# LinkML Slot Definition: has_raw_data +# ============================================================================== +# Links to original unprocessed source material used to generate a result. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-------------------------|------------------------|----------|--------------------------------------------------------------| +# | **PROV-O** | `prov:hadPrimarySource` | prov.ttl:661-674 | close | "particular case of wasDerivedFrom" — credits source entity. | +# | **DCTerms** | `dcterms:source` | dcterms.rdf:1920-1933 | close | "A related resource from which the described resource is derived." | +# | **PROV-O** | `prov:wasDerivedFrom` | prov.ttl:1099-1114 | broad | General derivation; raw data is a specific case. | +# | **Schema.org**| `schema:isBasedOn` | schemaorg.owl:22729-22751 | related | "A resource from which this work is derived" — creative work focus. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_raw_data +name: has_raw_data +title: Has Raw Data +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# +imports: + - linkml:types +default_prefix: hc +slots: + has_raw_data: + slot_uri: hc:hasRawData + description: >- + Links a processed result, analysis, visualization, or system to the original, + unprocessed source material or dataset used to generate it. + alt_descriptions: + nl: >- + Koppelt een verwerkt resultaat, analyse, visualisatie of systeem aan het + oorspronkelijke, onbewerkte bronmateriaal of de dataset die is gebruikt + om het te genereren. + de: >- + Verknüpft ein verarbeitetes Ergebnis, eine Analyse, Visualisierung oder + ein System mit dem ursprünglichen, unverarbeiteten Quellmaterial oder + Datensatz, der zu seiner Erstellung verwendet wurde. + fr: >- + Relie un résultat traité, une analyse, une visualisation ou un système + au matériau source original et non traité ou au jeu de données utilisé + pour le générer. + ar: >- + يربط نتيجة معالجة أو تحليلاً أو تصويراً بيانياً أو نظاماً بالمادة + المصدرية الأصلية غير المعالجة أو مجموعة البيانات المستخدمة لإنشائه. + id: >- + Menghubungkan hasil olahan, analisis, visualisasi, atau sistem dengan + materi sumber asli yang belum diproses atau kumpulan data yang digunakan + untuk menghasilkannya. + zh: >- + 将处理后的结果、分析、可视化或系统与用于生成它的原始未处理源材料或数据集相关联。 + es: >- + Vincula un resultado procesado, análisis, visualización o sistema con el + material fuente original sin procesar o el conjunto de datos utilizado + para generarlo. + structured_aliases: + - literal_form: Ruwe Data + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Rohdaten + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Données Brutes + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: بيانات خام + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Data Mentah + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 原始数据 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Datos Brutos + predicate: EXACT_SYNONYM + in_language: es + range: string + comments: + - 'Format: "Language - Proficiency level"' + - Preserved for provenance. + examples: + - value: English - Native or bilingual + description: Native English speaker + - value: Dutch - Professional working proficiency + description: Professional Dutch + close_mappings: + - prov:hadPrimarySource # prov.ttl:661-674 — credits the primary source entity + - dcterms:source # dcterms.rdf:1920-1933 — "A related resource from which the described resource is derived." + broad_mappings: + - prov:wasDerivedFrom # prov.ttl:1099-1114 — general derivation relationship + related_mappings: + - schema:isBasedOn # schemaorg.owl:22729-22751 — "A resource from which this work is derived" (creative work focus) + annotations: + custodian_types: '["*"]' + aliases: + - language_raw + - languages_raw diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_reference.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_reference.yaml index 314b3352cf..668e435432 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_reference.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_reference.yaml @@ -77,5 +77,7 @@ slots: - has_or_had_reference - has_or_had_archival_reference - has_archival_reference + - iso_standard_reference + - iso_standard annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_repository.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_repository.yaml new file mode 100644 index 0000000000..7ca7cdda6f --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_repository.yaml @@ -0,0 +1,110 @@ +# ============================================================================== +# LinkML Slot Definition: has_repository +# ============================================================================== +# Relates an agent, organization, or project to a code or data storage +# repository that they own, maintain, or manage. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-------------------------|------------------------------|---------|---------------------------------------------------------------| +# | **DOAP** | `doap:repository` | doap.rdf:457-474 | close | "Source code repository." Domain: doap:Project; | +# | | | | | Range: doap:Repository. Close: specifically about software | +# | | | | | source code repos; our slot also covers data repositories. | +# | **Schema.org** | `schema:codeRepository` | schemaorg.owl:12025-12045 | narrow | "Link to the repository where un-compiled code is located." | +# | | | | | Domain: SoftwareSourceCode. Narrower: only code repos; | +# | | | | | our slot also covers data repos and institutional repos. | +# | **DCAT** | `dcat:accessService` | dcat3.ttl:536-561 | related | "A site or end-point that gives access to the distribution." | +# | | | | | About data access endpoints, not repo ownership/management. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_repository +name: has_repository +title: Has Repository +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + doap: http://usefulinc.com/ns/doap# + schema: http://schema.org/ + dcat: http://www.w3.org/ns/dcat# +imports: + - linkml:types +default_prefix: hc +slots: + has_repository: + slot_uri: hc:hasRepository + description: >- + Relates an agent, organization, or project to the specific code or data + storage repository that they own, maintain, or manage. + alt_descriptions: + nl: >- + Relateert een agent, organisatie of project aan de specifieke code- of + dataopslagrepository die zij bezitten, onderhouden of beheren. + de: >- + Setzt einen Akteur, eine Organisation oder ein Projekt in Beziehung zu + dem spezifischen Code- oder Datenspeicher-Repository, das sie besitzen, + pflegen oder verwalten. + fr: >- + Relie un agent, une organisation ou un projet au dépôt spécifique de + code ou de données qu'ils possèdent, maintiennent ou gèrent. + ar: >- + يربط وكيلاً أو منظمة أو مشروعاً بمستودع تخزين الشفرة أو البيانات + المحدد الذي يمتلكونه أو يحافظون عليه أو يديرونه. + id: >- + Menghubungkan agen, organisasi, atau proyek dengan repositori + penyimpanan kode atau data tertentu yang mereka miliki, pelihara, atau + kelola. + zh: >- + 将代理、组织或项目与其拥有、维护或管理的特定代码或数据存储库关联起来。 + es: >- + Relaciona un agente, organización o proyecto con el repositorio + específico de código o almacenamiento de datos que poseen, mantienen + o gestionan. + structured_aliases: + - literal_form: Repository + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Repository + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Dépôt + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مستودع + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Repositori + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 存储库 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Repositorio + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + schema:DataCatalog is a class, not a predicate — use hc namespace + for slot_uri. + - >- + Examples include institutional repositories, data archives, and open + science platforms. + range: uri + required: false + examples: + - value: https://data.cultureelerfgoed.nl + description: Dutch Cultural Heritage Data Repository + - value: https://zenodo.org/communities/archaeology + description: Zenodo archaeological data community + annotations: + custodian_types: '["*"]' + close_mappings: + - doap:repository # doap.rdf:457-474 — "Source code repository." Domain: doap:Project + narrow_mappings: + - schema:codeRepository # schemaorg.owl:12025-12045 — code repos only; our slot also covers data repos + related_mappings: + - dcat:accessService # dcat3.ttl:536-561 — data access endpoints, not repo ownership/management + aliases: + - data_repository diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_roadmap.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_roadmap.yaml index 5c52e8bdaa..fa8469da74 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_roadmap.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_roadmap.yaml @@ -65,5 +65,7 @@ slots: range: string aliases: - has_or_had_roadmap + - is_permanent + - is_temporary annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_schedule.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_schedule.yaml index 2f63e8b1c2..fcea47d7fc 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_schedule.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_schedule.yaml @@ -77,6 +77,7 @@ slots: multivalued: false aliases: - has_or_had_schedule + - maintenance_schedule annotations: custodian_types: '["*"]' narrow_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_scope.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_scope.yaml index f0dc255cad..67bb71e5fe 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_scope.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_scope.yaml @@ -99,6 +99,7 @@ slots: - scope_exclude - scope_include - scope + - international annotations: custodian_types: '["*"]' specificity_score: 0.50 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_score.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_score.yaml index 7fb44258b6..40e83b35fb 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_score.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_score.yaml @@ -125,6 +125,9 @@ slots: - rating_value - confidence_score - has_or_had_archive_search_score + - has_audio_quality_score + - library_search_score + - location_browse_score annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_service.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_service.yaml index 93a8ee14d6..4fd5aa977f 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_service.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_service.yaml @@ -76,6 +76,8 @@ slots: - has_or_had_service - has_or_had_service_details - has_service_details + - interlibrary_loan + - material_specialization annotations: custodian_types: '["*"]' close_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_sound.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_sound.yaml new file mode 100644 index 0000000000..bcd8ffc754 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_sound.yaml @@ -0,0 +1,92 @@ +# ============================================================================== +# LinkML Slot Definition: has_sound +# ============================================================================== +# Whether a media file or object contains or emits audible content. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|--------------------------------|---------------------------|---------|------------------------------------------------------| +# | **Schema.org** | `schema:accessibilityFeature` | schemaorg.owl:6543-6565 | broad | "Content features for accessibility"; any feature, | +# | | | | | not just sound presence. | +# | **Schema.org** | `schema:accessMode` | schemaorg.owl:6458-6478 | related | "Sensory perceptual system for perceiving info"; | +# | | | | | auditory mode, not sound descriptions. | +# | **Schema.org** | `schema:audio` | schemaorg.owl:9199-9222 | related | "An embedded audio object"; links to AudioObject, | +# | | | | | not whether sound is present/described. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_sound +name: has_sound +title: Has Sound +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +default_prefix: hc +imports: +- linkml:types +slots: + has_sound: + slot_uri: hc:hasSound + description: >- + Indicates that a media file, physical location, or object contains or + emits audible content, audio tracks, or noise. + alt_descriptions: + nl: >- + Geeft aan dat een mediabestand, fysieke locatie of object hoorbare + inhoud, audiotracks of geluid bevat of uitzendt. + de: >- + Gibt an, dass eine Mediendatei, ein physischer Standort oder ein Objekt + hörbaren Inhalt, Audiospuren oder Geräusche enthält oder abgibt. + fr: >- + Indique qu'un fichier média, un lieu physique ou un objet contient ou + émet du contenu audible, des pistes audio ou du bruit. + ar: >- + يشير إلى أن ملف وسائط أو موقع مادي أو كائن يحتوي على أو يصدر محتوى + مسموعًا أو مسارات صوتية أو ضوضاء. + id: >- + Menunjukkan bahwa berkas media, lokasi fisik, atau objek mengandung atau + memancarkan konten yang dapat didengar, trek audio, atau kebisingan. + zh: >- + 表示媒体文件、物理位置或对象包含或发出可听内容、音频轨道或噪音。 + es: >- + Indica que un archivo multimedia, ubicación física u objeto contiene o + emite contenido audible, pistas de audio o ruido. + structured_aliases: + - literal_form: Geluid + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Ton + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Son + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: صوت + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Suara + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 声音 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Sonido + predicate: EXACT_SYNONYM + in_language: es + range: string + broad_mappings: + - schema:accessibilityFeature # schemaorg.owl:6543-6565 - "Content features for accessibility"; any feature + related_mappings: + - schema:accessMode # schemaorg.owl:6458-6478 - "Sensory perceptual system"; auditory mode + - schema:audio # schemaorg.owl:9199-9222 - "Embedded audio object"; links to AudioObject + annotations: + custodian_types: '["*"]' + comments: + - 'Examples of sound descriptions in CC/SDH tracks: [door slams], [phone ringing], [thunder], [footsteps approaching].' + - Characteristic of Closed Captions (CC) and Subtitles for the Deaf and Hard of Hearing (SDH) tracks. + - 'Original file had range: boolean — changed to string per user correction.' + aliases: + - includes_sound_description diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_speaker.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_speaker.yaml new file mode 100644 index 0000000000..880c86e61f --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_speaker.yaml @@ -0,0 +1,100 @@ +# ============================================================================== +# LinkML Slot Definition: has_speaker +# ============================================================================== +# The agent who acts as the voice source or presenter in media content. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|----------------------|----------------------------|---------|----------------------------------------------------------| +# | **Schema.org**| `schema:actor` | schemaorg.owl:7033-7061 | close | "An actor (individual or group) in TV, radio, movie, etc." Media→Person; same concept but implies dramatic role. | +# | **Schema.org**| `schema:performer` | schemaorg.owl:29624-29645 | broad | "A performer at the event — presenter, musician, actor." Event→Person/Org; any performer, not specifically speaker. | +# | **Schema.org**| `schema:readBy` | schemaorg.owl:32073-32092 | narrow | "A person who reads the audiobook." Domain restricted to Audiobook. | +# | **CIDOC-CRM** | `crm:P14_carried_out_by` | CIDOC:1489-1502 | broad | "Active participation of Actor in Activity." Activity→Actor; any activity, not specifically speaking. | +# +# NOTES: +# - `schema:agent` (schemaorg.owl:7463-7485) is "the direct performer or driver of the action" — Action→Person/Org; too generic. +# - No exact match — linking media/event to the specific speaking agent is not captured precisely by any single standard property. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_speaker +name: has_speaker +title: Has Speaker +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + has_speaker: + slot_uri: hc:hasSpeaker + description: >- + The specific agent (person) who acts as the voice source, orator, + or presenter within a media file, audio segment, organisation, or event. + alt_descriptions: + nl: >- + De specifieke persoon die optreedt als stemgeluidsbron, spreker of + presentator binnen een mediabestand, audiosegment, organisatie of evenement. + de: >- + Die spezifische Person, die als Stimmquelle, Redner oder Moderator + in einer Mediendatei, einem Audiosegment, einer Organisation oder + einer Veranstaltung fungiert. + fr: >- + L'agent spécifique (personne) qui agit comme source vocale, orateur + ou présentateur dans un fichier multimédia, un segment audio, une + organisation ou un événement. + ar: >- + الشخص المحدد الذي يعمل كمصدر صوتي أو خطيب أو مقدم ضمن ملف وسائط + أو مقطع صوتي أو منظمة أو حدث. + id: >- + Agen spesifik (orang) yang bertindak sebagai sumber suara, orator, + atau presenter dalam file media, segmen audio, organisasi, atau acara. + zh: >- + 在媒体文件、音频片段、组织或活动中担任声源、演说者或主持人的特定代理人(个人)。 + es: >- + El agente específico (persona) que actúa como fuente de voz, orador + o presentador dentro de un archivo multimedia, segmento de audio, + organización o evento. + structured_aliases: + - literal_form: Spreker + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Sprecher + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Locuteur + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: متحدث + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Pembicara + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 发言者 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Hablante + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + When speaker labels or diarization data are available, this slot links + to the identified speaker. Check speaker_count for the number of distinct speakers. + range: string + annotations: + custodian_types: '["*"]' + aliases: + - includes_speaker + close_mappings: + - schema:actor # schemaorg.owl:7033-7061 - "An actor (individual or group) in TV, radio, movie, etc." Media→Person; same concept but implies dramatic performance. + broad_mappings: + - schema:performer # schemaorg.owl:29624-29645 - "A performer at the event — presenter, musician, actor." Event→Person/Org; any performer, not specifically speaker. + - crm:P14_carried_out_by # CIDOC:1489-1502 - "Active participation of Actor in Activity." Activity→Actor; any activity, not specifically speaking. + narrow_mappings: + - schema:readBy # schemaorg.owl:32073-32092 - "A person who reads the audiobook." Domain restricted to Audiobook only. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_staff.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_staff.yaml index ce3387476e..b0cd693fec 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_staff.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_staff.yaml @@ -78,6 +78,7 @@ slots: - has_or_had_staff - has_or_had_staff_member - has_staff_member + - has_admin_staff_count annotations: custodian_types: '["*"]' exact_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_stage.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_stage.yaml new file mode 100644 index 0000000000..64982e139d --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_stage.yaml @@ -0,0 +1,95 @@ +# ============================================================================== +# LinkML Slot Definition: has_stage +# ============================================================================== +# Distinct phase, period, or step in an entity's development or lifecycle. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|----------------------------|--------------------|---------|----------------------------------------------------------| +# | **DwC** | `dwc:lifeStage` | dwc.rdf:980-985 | narrow | Biological organism life stages only; our slot is broader.| +# | **Schema.org**| `schema:creativeWorkStatus` | schemaorg.owl:13457-13475 | related | Lifecycle stage of creative works (Draft, Published, etc.); domain restricted to CreativeWork. | +# +# REJECTED CANDIDATES: +# - schema:stage (schemaorg.owl:36218-36240): domain MedicalCondition only. +# - schema:status (schemaorg.owl:36381-36410): medical domain only. +# - crm:P2_has_type (CIDOC_CRM:1200-1215): too generic ("has type" ≠ "has stage"). +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_stage +name: has_stage +title: Has Stage +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dwc: http://rs.tdwg.org/dwc/terms/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + has_stage: + slot_uri: hc:has_stage + description: >- + Relates an entity, organism, or process to a distinct phase, period, or step + in its development, lifecycle, or execution. + alt_descriptions: + nl: >- + Relateert een entiteit, organisme of proces aan een afzonderlijke fase, periode + of stap in de ontwikkeling, levenscyclus of uitvoering ervan. + de: >- + Verknüpft eine Entität, einen Organismus oder einen Prozess mit einer bestimmten + Phase, Periode oder einem Schritt in seiner Entwicklung, seinem Lebenszyklus + oder seiner Ausführung. + fr: >- + Associe une entité, un organisme ou un processus à une phase, une période ou + une étape distincte de son développement, de son cycle de vie ou de son exécution. + ar: >- + يربط كيانًا أو كائنًا حيًا أو عملية بمرحلة أو فترة أو خطوة متميزة في تطوره + أو دورة حياته أو تنفيذه. + id: >- + Menghubungkan entitas, organisme, atau proses dengan fase, periode, atau langkah + yang berbeda dalam pengembangan, siklus hidup, atau pelaksanaannya. + zh: >- + 将实体、有机体或过程与其发展、生命周期或执行中的一个独特阶段、时期或步骤相关联。 + es: >- + Relaciona una entidad, organismo o proceso con una fase, período o paso + distinto en su desarrollo, ciclo de vida o ejecución. + structured_aliases: + - literal_form: Stadium + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Stadium + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Stade + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مرحلة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Tahap + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 阶段 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Etapa + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Values vary by taxon: Vertebrates (ADULT, JUVENILE, SUBADULT, NEONATE), + Insects (ADULT, LARVA, PUPA, NYMPH, EGG), + Plants (FLOWERING, FRUITING, VEGETATIVE, SEED). + range: string + annotations: + custodian_types: '["*"]' + narrow_mappings: + - dwc:lifeStage # dwc.rdf:980-985 — biological organism life stages only + related_mappings: + - schema:creativeWorkStatus # schemaorg.owl:13457-13475 — lifecycle stage of creative works + aliases: + - life_stage diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_status.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_status.yaml index e17076c01a..8854daf1cb 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_status.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_status.yaml @@ -83,6 +83,10 @@ slots: - has_or_had_organization_status - has_organization_status - conservation_status + - is_official_assessment + - iucn_status + - legal_status + - loan_status examples: - value: Active description: Simple string status diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_style.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_style.yaml index 1f116f2c78..6b1a65afdc 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_style.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_style.yaml @@ -75,6 +75,7 @@ slots: multivalued: true aliases: - has_or_had_style + - has_architectural_style related_mappings: - schema:genre # schemaorg.owl:19005-19028 — "Genre of the creative work, broadcast channel or group." Genre != style. comments: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_system.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_system.yaml new file mode 100644 index 0000000000..c7dc7210ae --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_system.yaml @@ -0,0 +1,93 @@ +# ============================================================================== +# LinkML Slot Definition: has_system +# ============================================================================== +# Identifies the legal code, political regime, or framework governing an entity. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|-----------------------|---------------------------|----------|----------------------------------------------------------------| +# | **Schema.org** | `schema:jurisdiction` | schemaorg.owl:23809-23831 | related | "Indicates a legal jurisdiction." Identifies geographic area, not system type (civil vs common law). | +# | **W3C Org** | `org:classification` | org.rdf:371-386 | broad | "A classification for this Organization within some classification scheme." General classification. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_system +name: has_system +title: Has System +version: 1.0.0 +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + org: http://www.w3.org/ns/org# +imports: + - linkml:types + - ../enums/LegalSystemTypeEnum +default_prefix: hc +slots: + has_system: + slot_uri: hc:hasSystem + description: >- + Identifies the specific structured framework, legal code, political regime, + or operational methodology that governs an entity or region. + alt_descriptions: + nl: >- + Identificeert het specifieke gestructureerde kader, de juridische code, + het politieke regime of de operationele methodologie die een entiteit of + regio bestuurt. + de: >- + Identifiziert den spezifischen strukturierten Rahmen, den Rechtskodex, + das politische Regime oder die operative Methodik, die eine Entität oder + Region regiert. + fr: >- + Identifie le cadre structuré spécifique, le code juridique, le régime + politique ou la méthodologie opérationnelle qui régit une entité ou une + région. + ar: >- + يحدد الإطار المنظم المحدد أو القانون أو النظام السياسي أو المنهجية + التشغيلية التي تحكم كياناً أو منطقة. + id: >- + Mengidentifikasi kerangka kerja terstruktur, kode hukum, rezim politik, + atau metodologi operasional tertentu yang mengatur suatu entitas atau + wilayah. + zh: >- + 标识管理某一实体或地区的特定结构化框架、法典、政治体制或运作方法。 + es: >- + Identifica el marco estructurado específico, el código legal, el régimen + político o la metodología operativa que gobierna una entidad o región. + structured_aliases: + - literal_form: Rechtsstelsel + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Rechtssystem + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Système Juridique + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: نظام قانوني + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Sistem Hukum + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 法律体系 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Sistema Jurídico + predicate: EXACT_SYNONYM + in_language: es + range: string + comments: + - 'Values: CIVIL_LAW (Continental European tradition), COMMON_LAW (English tradition), MIXED (combination), RELIGIOUS (based on religious law), CUSTOMARY (based on local custom).' + - This affects which legal forms are available and how entities are registered. + related_mappings: + - schema:jurisdiction # schemaorg.owl:23809-23831 — "Indicates a legal jurisdiction." Identifies the area, not the system type. + broad_mappings: + - org:classification # org.rdf:371-386 — "A classification for this Organization within some classification scheme." + annotations: + custodian_types: '["*"]' + aliases: + - legal_system_type diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_text.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_text.yaml index a22950ab76..07c0bb582c 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_text.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_text.yaml @@ -83,5 +83,6 @@ slots: - has_or_had_text - connections_text - content + - link_text annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_timestamp.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_timestamp.yaml index 4ebd14a287..116a39cce1 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_timestamp.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_timestamp.yaml @@ -87,5 +87,6 @@ slots: - schema:dateCreated # schemaorg.owl:14173-14191 — "The date on which the CreativeWork was created." Creation-specific, not general timestamp. aliases: - has_or_had_timestamp + - date_value annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_transcription.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_transcription.yaml new file mode 100644 index 0000000000..609ba1a361 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_transcription.yaml @@ -0,0 +1,96 @@ +# ============================================================================== +# LinkML Slot Definition: has_transcription +# ============================================================================== +# Links a source to the decoded text string derived via OCR or HTR processes. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|--------------------------------|----------------------------|---------|----------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P190_has_symbolic_content`| CIDOC:5028-5038 | close | "complete representation of content as String" for E90. | +# | **Schema.org** | `schema:text` | schemaorg.owl:37718-37736 | broad | "textual content of CreativeWork" — any text, not OCR/HTR. | +# | **Schema.org** | `schema:transcript` | schemaorg.owl:38621-38642 | related | "transcript of AudioObject/VideoObject" — audio/video only. | +# | **OA** | `oa:bodyValue` | oa.ttl:173-179 | related | "plain text body of Annotation" — annotation framework model. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_transcription +name: has_transcription +title: Has Transcription +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + oa: http://www.w3.org/ns/oa# +imports: + - linkml:types +default_prefix: hc +slots: + has_transcription: + slot_uri: hc:hasTranscription + description: >- + Links a scanned image, document region, or text line to the specific + decoded text string derived from it via OCR or HTR processes. + alt_descriptions: + nl: >- + Koppelt een gescand beeld, documentregio of tekstregel aan de specifieke + gedecodeerde tekenreeks die daaruit is afgeleid via OCR- of HTR-processen. + de: >- + Verknüpft ein gescanntes Bild, einen Dokumentbereich oder eine Textzeile + mit der daraus per OCR- oder HTR-Verfahren abgeleiteten dekodierten Zeichenkette. + fr: >- + Associe une image numérisée, une région de document ou une ligne de texte + à la chaîne de caractères décodée qui en est extraite par des processus OCR ou HTR. + ar: >- + يربط صورة ممسوحة ضوئيًا أو منطقة مستند أو سطر نص بالنص المفكّك المحدد + المستخلص منه عبر عمليات التعرف الضوئي على الأحرف أو التعرف على خط اليد. + id: >- + Menghubungkan gambar pindaian, wilayah dokumen, atau baris teks ke + rangkaian teks terdekode spesifik yang diperoleh darinya melalui proses OCR atau HTR. + zh: >- + 将扫描图像、文档区域或文本行链接到通过OCR或HTR过程从中解码得到的特定文本字符串。 + es: >- + Vincula una imagen escaneada, región de documento o línea de texto con la + cadena de texto decodificada específica derivada de ella mediante procesos de OCR o HTR. + structured_aliases: + - literal_form: Transcriptie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Transkription + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Transcription + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: نسخ + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Transkripsi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 转录 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Transcripción + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Handwriting OCR is more challenging and typically has lower confidence + than printed text. + - >- + Heritage relevance: manuscripts, letters, diaries, annotations, signatures. + range: boolean + close_mappings: + - crm:P190_has_symbolic_content # CIDOC:5028-5038 - "complete representation of content as String" for E90 Symbolic Object + broad_mappings: + - schema:text # schemaorg.owl:37718-37736 - "textual content of CreativeWork" + related_mappings: + - schema:transcript # schemaorg.owl:38621-38642 - "transcript of AudioObject/VideoObject" — domain restricted to audio/video + - oa:bodyValue # oa.ttl:173-179 - "plain text body of Annotation" — annotation framework model + annotations: + custodian_types: '["*"]' + aliases: + - includes_handwriting diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_type.yaml index f847ea7930..5308a54382 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_type.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_type.yaml @@ -113,6 +113,11 @@ slots: - has_or_had_post_type - has_post_type - statement_type + - custodian_type + - description_type + - has_heritage_type + - link_type + - loan_type examples: - value: "hc:CustodianType/museum" description: Heritage custodian typed as a museum diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_url.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_url.yaml index 07202e8561..cbdd533487 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_url.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_url.yaml @@ -103,6 +103,10 @@ slots: - has_navigation_link - connection_linkedin_url - content_url + - institution_linkedin_url + - kien_url + - library_catalog_url + - link_url comments: - >- Temporal semantics: URLs may be historical — websites change over time. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_version.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_version.yaml index 699f9846df..028b588f66 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/has_version.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_version.yaml @@ -86,5 +86,6 @@ slots: - api_ver - is_or_was_protocol_version - crawler_version + - has_api_version annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/has_wifi.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/has_wifi.yaml new file mode 100644 index 0000000000..839131c421 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/has_wifi.yaml @@ -0,0 +1,102 @@ +# ============================================================================== +# LinkML Slot Definition: has_wifi +# ============================================================================== +# Whether a place or facility offers wireless internet (WiFi) connectivity. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|----------------------------|---------|--------------------------------------------------| +# | **Schema.org**| `schema:amenityFeature`| schemaorg.owl:7869-7893 | broad | "An amenity feature (e.g. a characteristic or | +# | | | | | service) of the Accommodation." Any amenity, not | +# | | | | | WiFi specifically. | +# | **Schema.org**| `schema:publicAccess` | schemaorg.owl:31581-31599 | related | "A flag to signal that the Place is open to | +# | | | | | public visitors." Boolean Place attribute, but | +# | | | | | about physical public access, not WiFi. | +# +# No WiFi-specific property exists in any standard ontology. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/has_wifi +name: has_wifi +title: Has WiFi +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + has_wifi: + slot_uri: hc:hasWifi + description: >- + Indicates whether a location, venue, or facility provides wireless local + area network (WiFi) connectivity that allows users to connect devices to + the internet. + alt_descriptions: + nl: >- + Geeft aan of een locatie, ruimte of faciliteit een draadloos lokaal + netwerk (WiFi) biedt waarmee gebruikers apparaten met het internet + kunnen verbinden. + de: >- + Gibt an, ob ein Ort, eine Einrichtung oder eine Anlage ein drahtloses + lokales Netzwerk (WLAN) bereitstellt, das Nutzern ermoeglicht, Geraete + mit dem Internet zu verbinden. + fr: >- + Indique si un lieu, un espace ou un etablissement fournit un reseau + local sans fil (WiFi) permettant aux utilisateurs de connecter des + appareils a Internet. + ar: >- + يشير إلى ما إذا كان الموقع أو المكان أو المنشأة يوفر شبكة محلية + لاسلكية (واي فاي) تتيح للمستخدمين توصيل أجهزتهم بالإنترنت. + id: >- + Menunjukkan apakah suatu lokasi, tempat, atau fasilitas menyediakan + jaringan area lokal nirkabel (WiFi) yang memungkinkan pengguna + menghubungkan perangkat ke internet. + zh: >- + 表示某一地点、场所或设施是否提供无线局域网(WiFi)连接,使用户能够将 + 设备连接到互联网。 + es: >- + Indica si un lugar, espacio o instalacion proporciona una red de area + local inalambrica (WiFi) que permite a los usuarios conectar + dispositivos a Internet. + structured_aliases: + - literal_form: WiFi + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: WLAN + predicate: EXACT_SYNONYM + in_language: de + - literal_form: WiFi + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: واي فاي + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: WiFi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 无线网络 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: WiFi + predicate: EXACT_SYNONYM + in_language: es + range: boolean + examples: + - value: "true" + description: WiFi available + comments: + - >- + No WiFi-specific property exists in standard ontologies. + schema:amenityFeature is the closest broad match but covers any + amenity (pool, parking, etc.), not WiFi specifically. + annotations: + custodian_types: '["*"]' + broad_mappings: + - schema:amenityFeature # schemaorg.owl:7869-7893 - "An amenity feature (e.g. a characteristic or service) of the Accommodation." + related_mappings: + - schema:publicAccess # schemaorg.owl:31581-31599 - "A flag to signal that the Place is open to public visitors." Boolean Place flag, but about physical access not WiFi. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/hold_record_set.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/hold_record_set.yaml new file mode 100644 index 0000000000..0034d6fb4b --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/hold_record_set.yaml @@ -0,0 +1,141 @@ +# ============================================================================== +# LinkML Slot Definition: hold_record_set +# ============================================================================== +# Links an organization or collection to the types of record sets it holds. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|----------------------------|---------|--------------------------------------------------| +# | **RiC-O** | `rico:isOrWasHolderOf` | RiC-O_1-1.rdf:13640-13696 | close | "Connects an Agent to a Record Resource or | +# | | | | | Instantiation that the Agent holds or held." | +# | | | | | Domain: Agent. Range: RecordResource. Same | +# | | | | | custodial semantics, but our slot targets | +# | | | | | RecordSetType (types) not instances. | +# | **RiC-O** | `rico:hasRecordSetType` | RiC-O_1-1.rdf:8967-8996 | related | "Connects a Record Set to a Record Set Type that | +# | | | | | categorizes it." Domain: RecordSet→RecordSetType. | +# | | | | | Same range, but our domain is Agent not RecordSet.| +# | | | | | Slot is a shortcut bypassing intermediate entity. | +# | **DCTerms** | `dcterms:hasPart` | dcterms.rdf:1347-1370 | broad | "A related resource that is included either | +# | | | | | physically or logically in the described resource."| +# | | | | | Very generic containment. | +# +# DEMOTED: rico:hasRecordSetType from close→related (domain mismatch: +# RecordSet vs Agent). +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/hold_record_set +name: hold_record_set +title: Hold Record Set +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + rico: https://www.ica.org/standards/RiC/ontology# + dcterms: http://purl.org/dc/terms/ +default_prefix: hc +imports: + - linkml:types +slots: + hold_record_set: + slot_uri: hc:holdRecordSet + range: string # uriorcurie + multivalued: true + description: >- + Connects a parent entity, whether an organization, an archive, or a + larger collection, to a specific subset or child group of records + contained within it. + alt_descriptions: + nl: >- + Verbindt een bovenliggende entiteit, of het nu een organisatie, een + archief of een grotere collectie is, met een specifieke deelverzameling + of onderliggende groep archiefstukken die erin is opgenomen. + de: >- + Verbindet eine uebergeordnete Entitaet, sei es eine Organisation, ein + Archiv oder eine groessere Sammlung, mit einer bestimmten Teilmenge + oder untergeordneten Gruppe von Unterlagen, die darin enthalten ist. + fr: >- + Relie une entite parente, qu'il s'agisse d'une organisation, d'une + archive ou d'une collection plus vaste, a un sous-ensemble ou un + groupe subordonne specifique de documents qu'elle contient. + ar: >- + يربط كيانا رئيسيا، سواء كان منظمة أو أرشيفا أو مجموعة أكبر، بمجموعة + فرعية محددة أو مجموعة تابعة من السجلات المتضمنة فيه. + id: >- + Menghubungkan entitas induk, baik organisasi, arsip, maupun koleksi + yang lebih besar, ke subset tertentu atau kelompok anak dari rekod + yang terkandung di dalamnya. + zh: >- + 将父实体(无论是组织、档案馆还是更大的馆藏)连接到其中包含的特定记录 + 子集或子组。 + es: >- + Conecta una entidad principal, ya sea una organizacion, un archivo o + una coleccion mas amplia, con un subconjunto especifico o grupo + subordinado de registros contenidos en ella. + structured_aliases: + - literal_form: Archiefbestandtype + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Bestandsgruppe + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Type de fonds + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: نوع المجموعة الأرشيفية + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Jenis kumpulan rekod + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 档案组类型 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Tipo de agrupacion documental + predicate: EXACT_SYNONYM + in_language: es + aliases: + - hold_or_held_record_set_type + examples: + - value: "hc:UniversityAdministrativeFonds" + description: Academic archive holds university administrative fonds + - value: "hc:CivilRegistrySeries" + description: Municipal archive holds civil registry series + comments: + - >- + This slot replaces free-text "Scope" descriptions in custodian type + classes with structured semantic links to defined RecordSetType classes. + - >- + Dual-class pattern integration: bridges the custodian type + (ArchiveOrganizationType subclass) with its corresponding + RecordSetType subclasses, completing the dual-class pattern for + heritage institutions. + - >- + Ontological semantics: the custodian is the Agent + (rico:CorporateBody), the record set types are the RecordResource + classifications, and the relationship expresses custodial + responsibility for these record types. + - >- + rico:isOrWasHolderOf (RiC-R039) is the closest RiC-O property, but + links Agent to actual RecordResource instances, whereas this slot + links to RecordSetType categories (a shortcut that combines holding + and typing). + annotations: + custodian_types: '["*"]' + custodian_types_rationale: >- + hold_or_held_record_set_type applies to all custodian types - used + for linking any heritage institution type to the record/collection + types it holds. + rico_property: rico:isOrWasHolderOf + rico_property_uri: https://www.ica.org/standards/RiC/ontology#isOrWasHolderOf + rico_inverse: rico:hasOrHadHolder + rico_domain: rico:Agent + rico_range: rico:RecordResource | rico:Instantiation + rico_cm_correspondence: RiC-R039 ('is or was holder of' relation) + close_mappings: + - rico:isOrWasHolderOf # RiC-O_1-1.rdf:13640-13696 - "Connects an Agent to a Record Resource or Instantiation that the Agent holds or held." Same custodial semantics; range differs (RecordResource vs RecordSetType). + related_mappings: + - rico:hasRecordSetType # RiC-O_1-1.rdf:8967-8996 - "Connects a Record Set to a Record Set Type that categorizes it." Same range (RecordSetType), but domain is RecordSet not Agent. + broad_mappings: + - dcterms:hasPart # dcterms.rdf:1347-1370 - "A related resource that is included either physically or logically in the described resource." diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/hold_session.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/hold_session.yaml new file mode 100644 index 0000000000..669b0dd110 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/hold_session.yaml @@ -0,0 +1,80 @@ +# ============================================================================== +# LinkML Slot Definition: hold_session +# ============================================================================== +# Conducting or hosting a meeting, presentation, or gathering. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|--------------------------|----------|------------------------------------------------------------| +# | **Schema.org**| `schema:event` | schemaorg.owl:17315-17339| broad | "Upcoming or past event associated with this place, organization, or action." Any event. | +# | **Schema.org**| `schema:organizer` | schemaorg.owl:28512-28534| related | "An organizer of an Event." Event→Person/Organization direction. | +# | **CIDOC-CRM** | `crm:P11_had_participant` | CIDOC:1406-1421 | related | "Describes participation of Actors in an Event." Participation, not hosting. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/hold_session +name: hold_session +title: Hold Session +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + hold_session: + slot_uri: hc:holdSession + description: >- + Conducts, hosts, or facilitates a specific meeting, presentation, or gathering for a defined audience and purpose. + alt_descriptions: + nl: >- + Voert een specifieke vergadering, presentatie of bijeenkomst uit, organiseert of faciliteert deze voor een bepaald publiek en doel. + de: >- + Führt eine bestimmte Sitzung, Präsentation oder Versammlung für ein definiertes Publikum und einen bestimmten Zweck durch, veranstaltet oder erleichtert diese. + fr: >- + Conduit, accueille ou facilite une réunion, une présentation ou un rassemblement spécifique pour un public et un objectif définis. + ar: >- + يقوم بإجراء أو استضافة أو تسهيل اجتماع أو عرض تقديمي أو تجمع محدد لجمهور وغرض محددين. + id: >- + Menyelenggarakan, menyelenggarakan, atau memfasilitasi pertemuan, presentasi, atau pertemuan tertentu untuk audiens dan tujuan yang ditentukan. + zh: >- + 为特定受众和目的举办、主持或促进特定会议、演示或聚会。 + es: >- + Conduce, organiza o facilita una reunión, presentación o encuentro específico para una audiencia y propósito definidos. + structured_aliases: + - literal_form: Sessie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Sitzung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Séance + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: جلسة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Sesi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 会议 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Sesión + predicate: EXACT_SYNONYM + in_language: es + range: string + multivalued: true + annotations: + custodian_types: '["*"]' + aliases: + - info_session_date + broad_mappings: + - schema:event # schemaorg.owl:17315-17339 - "Upcoming or past event associated with this place, organization, or action." + related_mappings: + - schema:organizer # schemaorg.owl:28512-28534 - "An organizer of an Event." Event→Person/Organization direction. + - crm:P11_had_participant # CIDOC:1406-1421 - "Describes participation of Actors in an Event." Participation, not hosting. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/identified_as.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/identified_as.yaml index 2dfa558a9c..5aaacee628 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/identified_as.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/identified_as.yaml @@ -136,3 +136,5 @@ slots: custodian_types_primary: M specificity_score: 0.7 specificity_rationale: Etic identification assigned by external observers. + aliases: + - identifies_or_identified_as diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/identified_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/identified_by.yaml index d888be43fe..fb2e0c8f98 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/identified_by.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/identified_by.yaml @@ -154,6 +154,18 @@ slots: - policy_id - connection_id - content_id + - example_wikidata_id + - field_number + - identifies_or_identified + - includes_timestamp + - inventory_number + - isbn_13 + - isbn + - isil + - iso_3166_2_code + - issn + - loan_id + - loan_number annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/identify.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/identify.yaml new file mode 100644 index 0000000000..2464b49f63 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/identify.yaml @@ -0,0 +1,106 @@ +# ============================================================================== +# LinkML Slot Definition: identify +# ============================================================================== +# Establishing or recognizing what a particular entity or pattern is. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|----------------------------|----------------------------|---------|----------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P1_is_identified_by` | CIDOC:1172-1187 | broad | "Naming or identification by name/identifier." E1→E41 Appellation; limited to naming. | +# | **DCTerms** | `dcterms:identifier` | dcterms.rdf:1395-1418 | related | "An unambiguous reference to the resource." About identifier strings (ISBN, DOI), not the act. | +# | **BIBFRAME** | `bf:identifiedBy` | bibframe.rdf:1264-1272 | related | "Character string that differentiates a resource." Resource→Identifier object. | +# +# NOTES: +# - `oa:identifying` (oa.ttl:292-295) is an instance of oa:Motivation (named individual), NOT a property — cannot be used as mapping. +# - `crm:P35_has_identified` (CIDOC:2042-2054) is domain E14 Condition Assessment → E3 Condition State — about condition assessment, not general identification. +# - `crm:P141_assigned` (CIDOC:4232-4244) is domain E13 Attribute Assignment → E1 CRM Entity — about attribution assignment results. +# - No exact or close match — general identification (recognizing what something is) is broader than any single standard ontology property. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/identify +name: identify +title: Identify +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + dcterms: http://purl.org/dc/terms/ + bf: http://id.loc.gov/ontologies/bibframe/ +imports: + - linkml:types +default_prefix: hc +slots: + identify: + slot_uri: hc:identify + description: >- + To establish, recognize, or indicate who or what a particular entity, + object, or pattern is, typically by analyzing unique characteristics + or assigning a specific label. + alt_descriptions: + nl: >- + Vaststellen, herkennen of aangeven wie of wat een bepaalde entiteit, + object of patroon is, doorgaans door het analyseren van unieke + kenmerken of het toekennen van een specifiek label. + de: >- + Feststellen, erkennen oder angeben, wer oder was eine bestimmte Entität, + ein Objekt oder ein Muster ist, typischerweise durch Analyse einzigartiger + Merkmale oder Zuweisung einer spezifischen Bezeichnung. + fr: >- + Établir, reconnaître ou indiquer qui ou quoi est une entité, un objet + ou un motif particulier, généralement en analysant des caractéristiques + uniques ou en attribuant une étiquette spécifique. + ar: >- + تحديد أو التعرف على أو الإشارة إلى هوية كيان أو كائن أو نمط معين، + عادةً من خلال تحليل الخصائص الفريدة أو تعيين تسمية محددة. + id: >- + Menetapkan, mengenali, atau menunjukkan siapa atau apa suatu entitas, + objek, atau pola tertentu, biasanya dengan menganalisis karakteristik + unik atau menetapkan label tertentu. + zh: >- + 通过分析独特特征或分配特定标签,确定、识别或指明特定实体、对象或模式的身份。 + es: >- + Establecer, reconocer o indicar quién o qué es una entidad, objeto + o patrón particular, típicamente mediante el análisis de características + únicas o la asignación de una etiqueta específica. + structured_aliases: + - literal_form: Identificatie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Identifikation + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Identification + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تعريف + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Identifikasi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 识别 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Identificación + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Speaker identification patterns include formats such as "(John): Hello there.", + "NARRATOR: Welcome to the museum.", or "[Curator] This painting dates from 1642." + - >- + Different from transcript speaker_id which is per-segment; this indicates whether + the text content as a whole includes speaker labels. + range: string + annotations: + custodian_types: '["*"]' + aliases: + - includes_speaker_identification + broad_mappings: + - crm:P1_is_identified_by # CIDOC:1172-1187 - "Naming or identification of any real-world item by a name or identifier." E1→E41 Appellation; specific to naming. + related_mappings: + - dcterms:identifier # dcterms.rdf:1395-1418 - "An unambiguous reference to the resource." About identifier strings, not the act of identifying. + - bf:identifiedBy # bibframe.rdf:1264-1272 - "Character string that differentiates a resource." Resource→Identifier object. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/implement.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/implement.yaml new file mode 100644 index 0000000000..553b3067b1 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/implement.yaml @@ -0,0 +1,103 @@ +# ============================================================================== +# LinkML Slot Definition: implement +# ============================================================================== +# Links an entity to a plan, specification, or algorithm it realizes. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|------------------------|---------|--------------------------------------------------| +# | **SSN** | `ssn:implements` | ssn.ttl:165-171 | close | "Relation between an entity that implements a | +# | | | | | Procedure in some executable way and the | +# | | | | | Procedure." Same core semantics, but SSN domain | +# | | | | | is sensor/system-specific. | +# | **DOAP** | `doap:implements` | doap.rdf:844-852 | close | "A specification that a project implements. Could | +# | | | | | be a standard, API or legally defined level of | +# | | | | | conformance." Same core semantics, but DOAP | +# | | | | | domain is software project-specific. | +# | **PROV-O** | `prov:used` | prov.ttl:1039-1053 | related | "A prov:Entity that was used by this | +# | | | | | prov:Activity." Using an entity is not the same | +# | | | | | as implementing a plan or specification. | +# | **DCTerms** | `dcterms:conformsTo` | dcterms.rdf:987-1010 | related | "An established standard to which the described | +# | | | | | resource conforms." Passive compliance, not | +# | | | | | active realization. | +# +# DEMOTED: prov:used from close→related (using ≠ implementing). +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/implement +name: implement +title: Implement +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + ssn: http://www.w3.org/ns/ssn/ + doap: http://usefulinc.com/ns/doap# + prov: http://www.w3.org/ns/prov# + dcterms: http://purl.org/dc/terms/ +default_prefix: hc +imports: + - linkml:types +slots: + implement: + slot_uri: hc:implement + range: string # uriorcurie + multivalued: true + description: >- + Realizes or puts into effect a specific plan, design, specification, or + algorithm in a concrete form. + alt_descriptions: + nl: >- + Realiseert of voert een specifiek plan, ontwerp, specificatie of + algoritme uit in een concrete vorm. + de: >- + Realisiert oder setzt einen bestimmten Plan, Entwurf, eine + Spezifikation oder einen Algorithmus in konkreter Form um. + fr: >- + Realise ou met en oeuvre un plan, un concept, une specification ou + un algorithme specifique sous une forme concrete. + ar: >- + ينفذ أو يطبق خطة أو تصميما أو مواصفة أو خوارزمية محددة في شكل + ملموس. + id: >- + Mewujudkan atau menerapkan rencana, desain, spesifikasi, atau + algoritma tertentu dalam bentuk konkret. + zh: >- + 以具体形式实现或执行特定的计划、设计、规范或算法。 + es: >- + Realiza o pone en practica un plan, diseno, especificacion o + algoritmo especifico en forma concreta. + structured_aliases: + - literal_form: Implementatie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Implementierung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Implementation + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تنفيذ + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Implementasi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 实施 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Implementacion + predicate: EXACT_SYNONYM + in_language: es + aliases: + - implements_or_implemented + annotations: + custodian_types: '["*"]' + close_mappings: + - ssn:implements # ssn.ttl:165-171 - "Relation between an entity that implements a Procedure in some executable way and the Procedure." Same core semantics; SSN domain is sensor/system-specific. + - doap:implements # doap.rdf:844-852 - "A specification that a project implements." Same core semantics; DOAP domain is software project-specific. + related_mappings: + - prov:used # prov.ttl:1039-1053 - "A prov:Entity that was used by this prov:Activity." Using ≠ implementing. + - dcterms:conformsTo # dcterms.rdf:987-1010 - "An established standard to which the described resource conforms." Passive compliance, not active realization. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/in_background.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/in_background.yaml new file mode 100644 index 0000000000..29376f386d --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/in_background.yaml @@ -0,0 +1,96 @@ +# ============================================================================== +# LinkML Slot Definition: in_background +# ============================================================================== +# Specifies that an element is situated in the background of a scene or image. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|---------------------------|----------------------------|---------|--------------------------------------------------------| +# | **Schema** | `schema:contentLocation` | schemaorg.owl:12759-12781 | related | "Location depicted in the content." Not spatial layer. | +# | **CIDOC-CRM** | `crm:P62_depicts` | CIDOC:2649-2661 | related | What is depicted, not where within depiction. | +# +# No standard ontology defines an exact "in background" spatial layering property. +# Retains hc:inBackground. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/in_background +name: in_background +title: In Background +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + in_background: + slot_uri: hc:inBackground + description: >- + Specifies that an object, feature, or setting is located in the part of a scene + or image that is furthest from the viewer, situated behind the main subject or + foreground elements. + alt_descriptions: + nl: >- + Geeft aan dat een object, kenmerk of omgeving zich bevindt in het deel van een + scène of afbeelding dat het verst van de kijker verwijderd is, achter het + hoofdonderwerp of voorgrond-elementen. + de: >- + Gibt an, dass ein Objekt, Merkmal oder eine Umgebung sich im Teil einer Szene + oder eines Bildes befindet, der am weitesten vom Betrachter entfernt ist, hinter + dem Hauptmotiv oder den Vordergrundelementen. + fr: >- + Indique qu'un objet, une caractéristique ou un cadre est situé dans la partie + d'une scène ou d'une image la plus éloignée du spectateur, derrière le sujet + principal ou les éléments de premier plan. + ar: >- + يحدد أن عنصراً أو ميزة أو إطاراً يقع في الجزء من المشهد أو الصورة الأبعد + عن المشاهد، خلف الموضوع الرئيسي أو عناصر المقدمة. + id: >- + Menentukan bahwa objek, fitur, atau latar terletak di bagian pemandangan atau + gambar yang paling jauh dari pengamat, di belakang subjek utama atau elemen + latar depan. + zh: >- + 指定对象、特征或场景位于场景或图像中距观看者最远的部分,位于主要主题或前景元素之后。 + es: >- + Especifica que un objeto, característica o escenario se encuentra en la parte + de una escena o imagen más alejada del espectador, situado detrás del sujeto + principal o los elementos del primer plano. + structured_aliases: + - literal_form: Achtergrond + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Hintergrund + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Arrière-plan + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: خلفية + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Latar Belakang + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 背景 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Fondo + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + For audio: true indicates music is background/ambient; false indicates + music is primary audio. + range: string + annotations: + custodian_types: '["*"]' + aliases: + - is_background + related_mappings: + - schema:contentLocation # schemaorg.owl:12759-12781 - "location depicted or described in content" + - crm:P62_depicts # CIDOC:2649-2661 - "identifies something depicted by Physical Human-Made Thing" diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/languages_raw.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/in_jurisdiction.yaml similarity index 53% rename from schemas/20251121/linkml/modules/slots/20260202_matang/new/languages_raw.yaml rename to schemas/20251121/linkml/modules/slots/20260202_matang/in_jurisdiction.yaml index 92ad23a959..0057d68a4e 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/languages_raw.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/in_jurisdiction.yaml @@ -1,6 +1,7 @@ -id: https://nde.nl/ontology/hc/slot/languages_raw -name: languages_raw_slot -title: Languages Raw Slot +id: https://nde.nl/ontology/hc/slot/in_jurisdiction +name: in_jurisdiction +title: In Jurisdiction +version: 1.0.0 prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ @@ -16,18 +17,16 @@ imports: - linkml:types default_prefix: hc slots: - languages_raw: - description: 'Raw language strings as extracted from LinkedIn. - - Format: "Language - Proficiency level" - - Use this when storing unprocessed data. - - ' + in_jurisdiction: + description: | + Assigns or locates a specific legal matter, entity, or event within the geographic or legal authority of a particular court, government body, or system of law. range: string - multivalued: true - slot_uri: hc:languagesRaw + slot_uri: hc:inJurisdiction annotations: custodian_types: '["*"]' - exact_mappings: - - hc:languagesRaw + aliases: + - jurisdiction_id + - jurisdiction_level + - jurisdiction_type + - jurisdiction + - legal_jurisdiction diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/in_language.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/in_language.yaml new file mode 100644 index 0000000000..21c72daa78 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/in_language.yaml @@ -0,0 +1,89 @@ +# ============================================================================== +# LinkML Slot Definition: in_language +# ============================================================================== +# Specifies the natural language in which a document or communication is expressed. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|---------------------------|---------|------------------------------------------------------------| +# | **Schema.org**| `schema:inLanguage` | schemaorg.owl:21591-21617 | slot_uri | "The language of the content or performance." IETF BCP 47. | +# | **DCTerms** | `dcterms:language` | dcterms.rdf:1611-1633 | close | "A language of the resource." Expects LinguisticSystem (non-literal); our slot uses ISO 639-1 string codes. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/in_language +name: in_language +title: In Language +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + dcterms: http://purl.org/dc/terms/ +imports: + - linkml:types +default_prefix: hc +slots: + in_language: + slot_uri: schema:inLanguage + description: >- + Specifies the natural language or linguistic code in which a document, media + file, user interface, or communication is expressed. + alt_descriptions: + nl: >- + Specificeert de natuurlijke taal of taalcode waarin een document, mediabestand, + gebruikersinterface of communicatie is uitgedrukt. + de: >- + Gibt die natürliche Sprache oder den Sprachcode an, in der bzw. dem ein + Dokument, eine Mediendatei, eine Benutzeroberfläche oder eine Kommunikation + verfasst ist. + fr: >- + Spécifie la langue naturelle ou le code linguistique dans lequel un document, + un fichier multimédia, une interface utilisateur ou une communication est + exprimé. + ar: >- + يحدد اللغة الطبيعية أو الرمز اللغوي الذي يُعبَّر به عن مستند أو ملف + وسائط أو واجهة مستخدم أو اتصال. + id: >- + Menentukan bahasa alami atau kode linguistik yang digunakan untuk menyatakan + dokumen, berkas media, antarmuka pengguna, atau komunikasi. + zh: >- + 指定文档、媒体文件、用户界面或通信所使用的自然语言或语言代码。 + es: >- + Especifica el idioma natural o el código lingüístico en el que se expresa + un documento, archivo multimedia, interfaz de usuario o comunicación. + 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 + pattern: ^[a-z]{2}$ + comments: + - 'Dublin Core: dcterms:language covers content language (expects LinguisticSystem, non-literal).' + - 'ISO 639-1 language code (e.g., "en", "nl", "de").' + - Some institutions maintain separate profiles for different languages. + close_mappings: + - dcterms:language # dcterms.rdf:1611-1633 — "A language of the resource." Expects LinguisticSystem; our slot uses ISO 639-1 string codes. + annotations: + custodian_types: '["*"]' + aliases: + - language diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inbound_from.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/in_project.yaml similarity index 61% rename from schemas/20251121/linkml/modules/slots/20260202_matang/new/inbound_from.yaml rename to schemas/20251121/linkml/modules/slots/20260202_matang/in_project.yaml index d5ed51a5ba..20654f1f75 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inbound_from.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/in_project.yaml @@ -1,11 +1,11 @@ -id: https://nde.nl/ontology/hc/slot/inbound_from -name: inbound_from_slot -title: Inbound From Slot +id: https://nde.nl/ontology/hc/slot/in_project +name: in_project +title: In Project prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ 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# @@ -16,12 +16,13 @@ imports: - linkml:types default_prefix: hc slots: - inbound_from: - slot_uri: dcterms:spatial - description: Migration origin countries/regions (for migration guides) + in_project: + description: | + Associates a task, issue, resource, entity, or milestone with the specific project, campaign, or initiative to which it belongs or contribute range: string multivalued: true + slot_uri: hc:inProject annotations: custodian_types: '["*"]' - exact_mappings: - - dcterms:spatial + aliases: + - major_research_project diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/indicate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/indicate.yaml new file mode 100644 index 0000000000..d65c008607 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/indicate.yaml @@ -0,0 +1,108 @@ +# ============================================================================== +# LinkML Slot Definition: indicate +# ============================================================================== +# A sign, signal, or marker that points to a particular condition, state, or value. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------|-----------------------------|----------|--------------------------------------------------------------| +# | **PROV-O** | `prov:generated` | prov.ttl:579-591 | related | Activity→Entity it generated; generation ≠ indication. | +# | **Schema.org**| `schema:result` | schemaorg.owl:33466-33487 | related | Action→Thing produced; result of action, not signalling. | +# | **SSN/SOSA** | `sosa:hasResult` | sosa.ttl:351-361 | related | Observation→Result; observation result, not general signal. | +# | **CIDOC-CRM** | `crm:P141_assigned` | CIDOC:4232-4244 | related | E13 Attribute Assignment→E1 Entity; attribution, not signal. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/indicate +name: indicate +title: indicate +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + prov: http://www.w3.org/ns/prov# + schema: http://schema.org/ + sosa: http://www.w3.org/ns/sosa/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +default_prefix: hc +imports: +- linkml:types +slots: + indicate: + slot_uri: hc:indicate + description: >- + To serve as a sign, signal, or marker that points to, specifies, or suggests + a particular condition, state, or value. + alt_descriptions: + nl: >- + Dienen als teken, signaal of markering die wijst op, specificeert of + suggereert een bepaalde toestand, staat of waarde. + de: >- + Als Zeichen, Signal oder Markierung dienen, das auf einen bestimmten + Zustand, Status oder Wert hinweist, ihn spezifiziert oder nahelegt. + fr: >- + Servir de signe, signal ou marqueur qui indique, spécifie ou suggère + une condition, un état ou une valeur particulière. + ar: >- + العمل كعلامة أو إشارة أو دلالة تشير إلى أو تحدد أو توحي بحالة أو + وضع أو قيمة معينة. + id: >- + Berfungsi sebagai tanda, sinyal, atau penanda yang menunjukkan, menentukan, + atau menyarankan suatu kondisi, keadaan, atau nilai tertentu. + zh: >- + 作为标志、信号或标记,指向、指定或暗示特定的条件、状态或值。 + es: >- + Servir como signo, señal o marcador que apunta a, especifica o sugiere + una condición, estado o valor particular. + structured_aliases: + - literal_form: Indicatie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Anzeige + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Indication + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: دلالة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Indikasi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 指示 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Indicación + predicate: EXACT_SYNONYM + in_language: es + range: string + required: false + multivalued: false + related_mappings: + - prov:generated # prov.ttl:579-591 - Activity→Entity generated; production ≠ indication + - schema:result # schemaorg.owl:33466-33487 - Action→Thing; result ≠ signal + - sosa:hasResult # sosa.ttl:351-361 - Observation→Result; observation-specific + - crm:P141_assigned # CIDOC:4232-4244 - E13 Attr Assignment→E1 Entity; attribution + annotations: + replaces_slots: digital_professional + migration_date: '2026-01-25' + custodian_types: '["*"]' + comments: + - Generic indication slot + - Links enrichment/analysis to its result/assessment + - Replaces digital_professional slot + - 'RiC-O naming: indicatesOrIndicated' + - >- + Usage pattern: WhatsAppEnrichment → indicates_or_indicated → + DigitalProfessionalAssessment → estimates_or_estimated → + DigitalConfidence / emphasizes_or_emphasized → DigitalProficiency + - 'Migrated from: digital_professional → indicates_or_indicated + DigitalProficiency/Assessment' + - Cardinality is single or multivalued depending on context + examples: + - value: + likely_whatsapp_proficient: true + description: Indicates digital proficiency assessment + aliases: + - indicates_or_indicated diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/inferred_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/inferred_by.yaml new file mode 100644 index 0000000000..1c61aab497 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/inferred_by.yaml @@ -0,0 +1,79 @@ +# ============================================================================== +# LinkML Slot Definition: inferred_by +# ============================================================================== +# Attribution of a conclusion to the agent or algorithm that deduced it. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|------------------------|----------|------------------------------------------------------------| +# | **PROV-O** | `prov:wasAttributedTo` | prov.ttl:1082-1097 | broad | "Attribution is the ascribing of an entity to an agent." General attribution. | +# | **PROV-O** | `prov:wasInfluencedBy` | prov.ttl:1147-1171 | broad | Broad influence relation between Activity/Agent/Entity. | +# | **PROV-O** | `prov:wasDerivedFrom` | prov.ttl:1099-1113 | related | "Transformation of an entity into another." Entity→Entity derivation. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/inferred_by +name: inferred_by +title: Inferred By +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + prov: http://www.w3.org/ns/prov# +imports: + - linkml:types +default_prefix: hc +slots: + inferred_by: + slot_uri: hc:inferredBy + description: >- + Attributes a specific conclusion, value, or relationship to the agent, algorithm, or logical process that deduced it based on evidence or reasoning, rather than direct observation. + alt_descriptions: + nl: >- + Schrijft een specifieke conclusie, waarde of relatie toe aan de agent, het algoritme of het logische proces dat deze heeft afgeleid op basis van bewijs of redenering, in plaats van directe observatie. + de: >- + Ordnet eine bestimmte Schlussfolgerung, einen Wert oder eine Beziehung dem Agenten, Algorithmus oder logischen Prozess zu, der sie auf der Grundlage von Beweisen oder Argumentation abgeleitet hat, anstatt durch direkte Beobachtung. + fr: >- + Attribue une conclusion, une valeur ou une relation spécifique à l'agent, à l'algorithme ou au processus logique qui l'a déduite sur la base de preuves ou de raisonnement, plutôt que par observation directe. + ar: >- + ينسب استنتاجًا أو قيمة أو علاقة محددة إلى العامل أو الخوارزمية أو العملية المنطقية التي استنتجتها بناءً على الأدلة أو التفكير المنطقي، وليس من خلال الملاحظة المباشرة. + id: >- + Mengatribusikan kesimpulan, nilai, atau hubungan tertentu kepada agen, algoritma, atau proses logis yang menyimpulkannya berdasarkan bukti atau penalaran, bukan pengamatan langsung. + zh: >- + 将特定结论、值或关系归因于基于证据或推理而非直接观察推导出该结论的代理、算法或逻辑过程。 + es: >- + Atribuye una conclusión, valor o relación específica al agente, algoritmo o proceso lógico que la dedujo basándose en evidencia o razonamiento, en lugar de observación directa. + structured_aliases: + - literal_form: Afleiding + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Schlussfolgerung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Inférence + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: استدلال + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Inferensi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 推理 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Inferencia + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + specificity_score: 0.5 + aliases: + - is_inferred + broad_mappings: + - prov:wasAttributedTo # prov.ttl:1082-1097 - "Attribution is the ascribing of an entity to an agent." General attribution. + - prov:wasInfluencedBy # prov.ttl:1147-1171 - Broad influence relation between Activity/Agent/Entity. + related_mappings: + - prov:wasDerivedFrom # prov.ttl:1099-1113 - "Transformation of an entity into another." Entity→Entity derivation. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/initial_of_the_initial.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/initial_of_the_initial.yaml new file mode 100644 index 0000000000..38892a7f69 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/initial_of_the_initial.yaml @@ -0,0 +1,111 @@ +# ============================================================================== +# LinkML Slot Definition: initial_of_the_initial +# ============================================================================== +# The absolute origin or root condition before any subsequent phases begin. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|-------------------------|----------------------|---------|------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P44_has_condition` | CIDOC:2270-2285 | broad | E18 Physical Thing→E3 Condition State; any condition, | +# | | | | | not specifically initial/baseline. | +# | **CIDOC-CRM** | `crm:P35_has_identified`| CIDOC:2045-2058 | related | E14 Condition Assessment→E3 Condition State; assessment- | +# | | | | | specific identification, different pattern. | +# +# NOTE: Original file had close_mappings to crm:E3_Condition_State — this is a +# CLASS (CIDOC:258-269), not a property. Replaced with appropriate properties. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/initial_of_the_initial +name: initial_of_the_initial +title: Initial of the Initial +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +default_prefix: hc +imports: +- linkml:types +slots: + initial_of_the_initial: + slot_uri: hc:initialOfTheInitial + description: >- + Marks the absolute origin or root condition of a hierarchical lifecycle, + serving as the primary baseline before any subsequent initialization phases + or sub-processes begin. + alt_descriptions: + nl: >- + Markeert de absolute oorsprong of basistoestand van een hiërarchische + levenscyclus, die dient als primaire basislijn voordat eventuele + daaropvolgende initialisatiefasen of subprocessen beginnen. + de: >- + Kennzeichnet den absoluten Ursprung oder Ausgangszustand eines + hierarchischen Lebenszyklus, der als primäre Basislinie dient, bevor + nachfolgende Initialisierungsphasen oder Teilprozesse beginnen. + fr: >- + Marque l'origine absolue ou la condition de base d'un cycle de vie + hiérarchique, servant de référence primaire avant le début de toute phase + d'initialisation ou sous-processus ultérieur. + ar: >- + يحدد الأصل المطلق أو الحالة الجذرية لدورة حياة هرمية، ويعمل كخط أساس + أولي قبل بدء أي مراحل تهيئة لاحقة أو عمليات فرعية. + id: >- + Menandai asal absolut atau kondisi akar dari siklus hidup hierarkis, + berfungsi sebagai garis dasar utama sebelum fase inisialisasi atau + sub-proses berikutnya dimulai. + zh: >- + 标记层级生命周期的绝对起源或根条件,作为任何后续初始化阶段或子过程开始之前的 + 主要基线。 + es: >- + Marca el origen absoluto o la condición raíz de un ciclo de vida + jerárquico, sirviendo como línea base primaria antes de que comiencen + las fases de inicialización o subprocesos posteriores. + structured_aliases: + - literal_form: Oorspronkelijke Basistoestand + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Ursprünglicher Ausgangszustand + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Condition Initiale Originelle + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: الحالة الأولية الأصلية + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Kondisi Awal Asal + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 初始根条件 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Condición Inicial Original + predicate: EXACT_SYNONYM + in_language: es + range: string + broad_mappings: + - crm:P44_has_condition # CIDOC:2270-2285 - E18→E3 Condition State; any condition, not just initial + related_mappings: + - crm:P35_has_identified # CIDOC:2045-2058 - E14 Condition Assessment→E3 Condition State + examples: + - value: + state_type: PoorCondition + state_description: Object requiring stabilization before treatment + description: Conservation record initial condition + annotations: + custodian_types: '["*"]' + comments: + - >- + CIDOC-CRM pattern for capturing the initial state before an event: + conservation treatment → initial condition state; restoration → initial + preservation state; processing → initial state. + - >- + Refers to the state observed at the initial moment of a process, analogous + to CIDOC-CRM's E3 Condition State with P5 consists of. + - The state BEFORE something has occurred; paired with final_of_the_final for before/after comparisons. + - 'Migrated from: condition_before → initial_of_the_initial + ConditionState (per slot_fixes.yaml, Rule 53)' + - 'Original file mapped to crm:E3_Condition_State — corrected: E3 is a class, not a property.' + aliases: + - condition_before diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/installed_at.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/installed_at.yaml new file mode 100644 index 0000000000..61e194fafc --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/installed_at.yaml @@ -0,0 +1,95 @@ +# ============================================================================== +# LinkML Slot Definition: installed_at +# ============================================================================== +# The date when a component or application was set up and made operational. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|-----------------------|---------------------------|---------|------------------------------------------------------------| +# | **Schema.org** | `schema:dateCreated` | schemaorg.owl:14173-14196 | related | "Date CreativeWork was created"; creation ≠ installation. | +# | **DCTerms** | `dcterms:available` | dcterms.rdf:933-957 | related | "Date resource became available"; availability ≠ install. | +# | **PROV-O** | `prov:startedAtTime` | prov.ttl:1020-1028 | related | "Time at which an activity started"; activity start, not | +# | | | | | equipment installation specifically. | +# +# No standard ontology defines an "installation date" property. Retains hc:installedAt. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/installation_date +name: installed_at +title: Installed At +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# +default_prefix: hc +imports: +- linkml:types +slots: + installed_at: + slot_uri: hc:installedAt + description: >- + Records the specific date or timestamp when a software application, + component, or piece of equipment was successfully set up and made + operational. + alt_descriptions: + nl: >- + Registreert de specifieke datum of tijdstempel waarop een softwaretoepassing, + component of apparaat succesvol is geïnstalleerd en operationeel is gemaakt. + de: >- + Erfasst das spezifische Datum oder den Zeitstempel, wann eine + Softwareanwendung, Komponente oder ein Gerät erfolgreich eingerichtet + und betriebsbereit gemacht wurde. + fr: >- + Enregistre la date ou l'horodatage spécifique auquel une application + logicielle, un composant ou un équipement a été installé avec succès + et rendu opérationnel. + ar: >- + يسجل التاريخ أو الطابع الزمني المحدد الذي تم فيه إعداد تطبيق برمجي + أو مكون أو قطعة معدات بنجاح وجعلها جاهزة للتشغيل. + id: >- + Mencatat tanggal atau stempel waktu tertentu ketika aplikasi perangkat + lunak, komponen, atau peralatan berhasil dipasang dan dibuat operasional. + zh: >- + 记录软件应用程序、组件或设备成功安装并投入运行的具体日期或时间戳。 + es: >- + Registra la fecha o marca de tiempo específica en que una aplicación de + software, componente o equipo fue instalado exitosamente y puesto en + funcionamiento. + structured_aliases: + - literal_form: Installatiedatum + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Installationsdatum + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Date d'Installation + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تاريخ التثبيت + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Tanggal Instalasi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 安装日期 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Fecha de Instalación + predicate: EXACT_SYNONYM + in_language: es + range: date + related_mappings: + - schema:dateCreated # schemaorg.owl:14173-14196 - "Date CreativeWork was created"; creation ≠ installation + - dcterms:available # dcterms.rdf:933-957 - "Date resource became available"; availability ≠ installation + - prov:startedAtTime # prov.ttl:1020-1028 - "Time at which an activity started"; activity start ≠ install + annotations: + custodian_types: '["*"]' + comments: + - 'Schema.org suggests: dateCreated for installation date (approximate only).' + aliases: + - installation_date diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/installed_in.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/installed_in.yaml new file mode 100644 index 0000000000..67c3db3fbf --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/installed_in.yaml @@ -0,0 +1,97 @@ +# ============================================================================== +# LinkML Slot Definition: installed_in +# ============================================================================== +# The enclosing system or facility where a component is set up and resides. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|---------------------------------|---------------------------|---------|---------------------------------------------------------| +# | **Schema.org** | `schema:location` | schemaorg.owl:25018-25043 | broad | "Location of event/org/action"; any location, broader. | +# | **Schema.org** | `schema:containedInPlace` | schemaorg.owl:12688-12714 | related | "Containment relation between places"; Place→Place, | +# | | | | | spatial containment, not component in system. | +# | **CIDOC-CRM** | `crm:P55_has_current_location` | CIDOC:2549-2565 | related | "Current location of E19 Physical Object"; physical | +# | | | | | object location, not installation in a system. | +# +# No standard ontology defines "installed in" for components. Retains hc:installedIn. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/installed_in +name: installed_in +title: Installed In +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +default_prefix: hc +imports: +- linkml:types +slots: + installed_in: + slot_uri: hc:installedIn + description: >- + Specifies the enclosing system, machine, software environment, or physical + facility where a component, application, or object is set up and resides. + alt_descriptions: + nl: >- + Specificeert het omsluitende systeem, de machine, softwareomgeving of + fysieke faciliteit waar een component, applicatie of object is + geïnstalleerd en zich bevindt. + de: >- + Gibt das umschließende System, die Maschine, Softwareumgebung oder + physische Einrichtung an, in der eine Komponente, Anwendung oder ein + Objekt eingerichtet ist und sich befindet. + fr: >- + Spécifie le système englobant, la machine, l'environnement logiciel ou + l'installation physique où un composant, une application ou un objet est + installé et réside. + ar: >- + يحدد النظام المحيط أو الآلة أو بيئة البرمجيات أو المنشأة المادية حيث + يتم تثبيت مكون أو تطبيق أو كائن ويتواجد فيه. + id: >- + Menentukan sistem, mesin, lingkungan perangkat lunak, atau fasilitas + fisik tempat komponen, aplikasi, atau objek dipasang dan berada. + zh: >- + 指定组件、应用程序或对象安装并驻留其中的封闭系统、机器、软件环境或物理设施。 + es: >- + Especifica el sistema envolvente, máquina, entorno de software o + instalación física donde un componente, aplicación u objeto está + instalado y reside. + structured_aliases: + - literal_form: Geïnstalleerd In + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Installiert In + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Installé Dans + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مُثبَّت في + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Dipasang Di + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 安装于 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Instalado En + predicate: EXACT_SYNONYM + in_language: es + range: string + broad_mappings: + - schema:location # schemaorg.owl:25018-25043 - "Location of event/org/action"; any location + related_mappings: + - schema:containedInPlace # schemaorg.owl:12688-12714 - "Containment of places"; Place→Place only + - crm:P55_has_current_location # CIDOC:2549-2565 - "Current location of Physical Object" + annotations: + custodian_types: '["*"]' + comments: + - Links to CustodianPlace for precise location. + - 'Schema.org suggests: location for physical location (approximate only).' + aliases: + - installed_at_place diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/integrate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/integrate.yaml index a758f34644..fe27e0952f 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/integrate.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/integrate.yaml @@ -116,3 +116,4 @@ slots: - org:linkedTo # org.rdf:319-333 — "Indicates an arbitrary relationship between two organizations." Very generic inter-organizational link; integration is a specific kind. aliases: - corporate_integration + - integrates_or_integrated diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/involved_in.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/involved_in.yaml index 02d793dc10..f5df0917c3 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/involved_in.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/involved_in.yaml @@ -74,6 +74,7 @@ slots: multivalued: true aliases: - is_or_was_involved_in + - involves_or_involved annotations: custodian_types: '["*"]' close_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/justified_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/justified_by.yaml new file mode 100644 index 0000000000..c27b919fc4 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/justified_by.yaml @@ -0,0 +1,97 @@ +# ============================================================================== +# LinkML Slot Definition: justified_by +# ============================================================================== +# Links a decision, conclusion, or data modification to its underlying rationale. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|-------------------------------|---------|--------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P17_was_motivated_by` | CIDOC_CRM_v7.1.3.rdf:1574-88 | close | "reason for carrying out E7 Activity." Motivation ≈ justif. | +# | **PROV-O** | `prov:wasInfluencedBy` | prov.ttl:1147-1174 | broad | Very broad influence; justification is a specific influence. | +# | **PROV-O** | `prov:hadPlan` | prov.ttl:649-659 | related | Plan adopted in an Association; tangential to justification. | +# | **SKOS** | `skos:note` | skos.rdf:176-185 | related | "A general note, for any purpose." Generic annotation. | +# +# REMOVED MAPPINGS: +# - prov:hadReason — does NOT exist in prov.ttl (zero matches). Removed. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/justified_by +name: justified_by +title: Justified By +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + prov: http://www.w3.org/ns/prov# + crm: http://www.cidoc-crm.org/cidoc-crm/ + skos: http://www.w3.org/2004/02/skos/core# +imports: + - linkml:types +default_prefix: hc +slots: + justified_by: + slot_uri: hc:justifiedBy + range: string + description: >- + Links a specific decision, conclusion, or data modification (such as merging records) to the underlying rule, + evidence, logic, or similarity score that warrants it. + alt_descriptions: + nl: >- + Koppelt een specifieke beslissing, conclusie of gegevenswijziging (zoals het samenvoegen van records) aan de + onderliggende regel, het bewijs, de logica of de gelijkenisscore die deze rechtvaardigt. + de: >- + Verknüpft eine bestimmte Entscheidung, Schlussfolgerung oder Datenänderung (wie das Zusammenführen von + Datensätzen) mit der zugrunde liegenden Regel, dem Beweis, der Logik oder dem Ähnlichkeitswert, der sie + rechtfertigt. + fr: >- + Relie une décision, une conclusion ou une modification de données spécifique (comme la fusion + d'enregistrements) à la règle, la preuve, la logique ou le score de similarité sous-jacent qui la justifie. + ar: >- + يربط قرارًا أو استنتاجًا أو تعديلًا محددًا للبيانات (مثل دمج السجلات) بالقاعدة أو الدليل أو المنطق أو درجة + التشابه الأساسية التي تبرره. + id: >- + Menghubungkan keputusan, kesimpulan, atau modifikasi data tertentu (seperti penggabungan rekod) dengan aturan, + bukti, logika, atau skor kesamaan yang mendasarinya. + zh: >- + 将特定的决策、结论或数据修改(如合并记录)与支撑它的基础规则、证据、逻辑或相似度评分相关联。 + es: >- + Vincula una decisión, conclusión o modificación de datos específica (como la fusión de registros) con la regla, + evidencia, lógica o puntuación de similitud subyacente que la justifica. + structured_aliases: + - literal_form: Rechtvaardiging + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Rechtfertigung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Justification + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تبرير + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Pembenaran + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 依据 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Justificación + predicate: EXACT_SYNONYM + in_language: es + close_mappings: + - crm:P17_was_motivated_by # CIDOC_CRM_v7.1.3.rdf:1574-1588 - "reason for carrying out E7 Activity" + broad_mappings: + - prov:wasInfluencedBy # prov.ttl:1147-1174 - very broad influence relation + related_mappings: + - prov:hadPlan # prov.ttl:649-659 - "Plan adopted by Agent in Association with Activity" + - skos:note # skos.rdf:176-185 - "A general note, for any purpose" + comments: + - "PROV-O: prov:qualifiedAttribution can be used for detailed provenance rationale." + - "Original close_mapping prov:hadReason was removed — property does not exist in PROV-O." + annotations: + custodian_types: '["*"]' + aliases: + - justification diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/lack.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/lack.yaml new file mode 100644 index 0000000000..20273688d5 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/lack.yaml @@ -0,0 +1,83 @@ +# ============================================================================== +# LinkML Slot Definition: lack +# ============================================================================== +# Indicates absence of a quality, resource, or evidence. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-------------------------------|----------------------|---------|-------------------------------------------------------------| +# | **DQV** | `dqv:hasQualityAnnotation` | dqv.ttl:168-172 | related | "Refers to a quality annotation." Can flag data/evidence gaps.| +# | **CIDOC-CRM** | `crm:P3_has_note` | CIDOC_CRM:1227-1241 | broad | Generic note container; noting absence is one specific type. | +# | **SKOS** | `skos:note` | skos.rdf:176-185 | broad | "A general note, for any purpose." Very generic annotation. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/lack +name: lack +title: Lack +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dqv: http://www.w3.org/ns/dqv# + crm: http://www.cidoc-crm.org/cidoc-crm/ + skos: http://www.w3.org/2004/02/skos/core# +imports: + - linkml:types +default_prefix: hc +slots: + lack: + slot_uri: hc:lack + range: string + multivalued: true + description: >- + Indicates absence of a quality, resource, or evidence. + alt_descriptions: + nl: >- + Geeft de afwezigheid van een kwaliteit, hulpbron of bewijs aan. + de: >- + Gibt das Fehlen einer Qualität, Ressource oder eines Nachweises an. + fr: >- + Indique l'absence d'une qualité, d'une ressource ou d'une preuve. + ar: >- + يشير إلى غياب جودة أو مورد أو دليل. + id: >- + Menunjukkan ketiadaan suatu kualitas, sumber daya, atau bukti. + zh: >- + 表示某种质量、资源或证据的缺失。 + es: >- + Indica la ausencia de una cualidad, recurso o evidencia. + structured_aliases: + - literal_form: Ontbreken + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Fehlen + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Manque + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: نقص + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Kekurangan + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 缺失 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Carencia + predicate: EXACT_SYNONYM + in_language: es + related_mappings: + - dqv:hasQualityAnnotation # dqv.ttl:168-172 - "Refers to a quality annotation"; can flag data/evidence gaps + broad_mappings: + - crm:P3_has_note # CIDOC_CRM_v7.1.3.rdf:1227-1241 - generic note/characterisation container + - skos:note # skos.rdf:176-185 - "A general note, for any purpose" + comments: + - "Migrated from evidence_gap per slot_fixes.yaml (Rule 53)." + annotations: + custodian_types: '["*"]' + aliases: + - lacks_or_lacked diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/lease.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/lease.yaml new file mode 100644 index 0000000000..584ab28cad --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/lease.yaml @@ -0,0 +1,92 @@ +# ============================================================================== +# LinkML Slot Definition: lease +# ============================================================================== +# The temporary right to use an asset or property in exchange for payments. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|---------------------------------|---------------------------|----------|-------------------------------------------------------------| +# | **Schema.org**| `schema:leaseLength` | schemaorg.owl:24106-24128 | related | "Length of the lease for some Accommodation." Captures duration, not the lease arrangement itself. | +# | **Schema.org**| `schema:validThrough` | schemaorg.owl:39415-39437 | related | "The date after when the item is not valid." Generic temporal validity, not lease-specific. | +# | **CIDOC-CRM** | `crm:P30_transferred_custody_of`| CIDOC_CRM_v7.1.3.rdf:1904-1916 | related | "Identifies Physical Thing in Transfer of Custody." Custody transfer ≠ lease (temporary use rights). | +# +# NOTE: schema:RentAction ("giving money for temporary use, not ownership") is +# semantically closest but is a CLASS, not a property — cannot be used as mapping. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/lease +name: lease +title: Lease +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + lease: + slot_uri: hc:lease + description: >- + Signifies the action of obtaining the temporary right to use an asset, property, + or service in exchange for periodic payments. + alt_descriptions: + nl: >- + Duidt op de handeling van het verkrijgen van het tijdelijke recht om een + bezitting, eigendom of dienst te gebruiken in ruil voor periodieke betalingen. + de: >- + Bezeichnet die Handlung des Erwerbs des vorübergehenden Rechts zur Nutzung + eines Vermögenswerts, einer Immobilie oder einer Dienstleistung im Austausch + gegen regelmäßige Zahlungen. + fr: >- + Désigne l'action d'obtenir le droit temporaire d'utiliser un bien, une + propriété ou un service en échange de paiements périodiques. + ar: >- + يشير إلى فعل الحصول على الحق المؤقت لاستخدام أصل أو عقار أو خدمة مقابل + مدفوعات دورية. + id: >- + Menandakan tindakan memperoleh hak sementara untuk menggunakan aset, properti, + atau layanan sebagai imbalan atas pembayaran berkala. + zh: >- + 表示通过定期付款获得暂时使用资产、财产或服务的权利的行为。 + es: >- + Indica la acción de obtener el derecho temporal de usar un activo, propiedad + o servicio a cambio de pagos periódicos. + structured_aliases: + - literal_form: Huurovereenkomst + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Mietvertrag + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Bail + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: عقد إيجار + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Sewa + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 租赁 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Arrendamiento + predicate: EXACT_SYNONYM + in_language: es + range: string + comments: + - 'Schema.org: schema:validThrough can express temporal validity of a lease.' + - Only relevant if is_leased is TRUE. + related_mappings: + - schema:leaseLength # schemaorg.owl:24106-24128 — "Length of the lease for some Accommodation." Captures duration, not the lease arrangement. + - schema:validThrough # schemaorg.owl:39415-39437 — "The date after when the item is not valid." Generic temporal validity. + - crm:P30_transferred_custody_of # CIDOC_CRM_v7.1.3.rdf:1904-1916 — "Identifies Physical Thing in Transfer of Custody." Custody transfer ≠ lease. + annotations: + custodian_types: '["*"]' + aliases: + - lease_expiry diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/leased_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/leased_by.yaml new file mode 100644 index 0000000000..b14c231f5c --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/leased_by.yaml @@ -0,0 +1,91 @@ +# ============================================================================== +# LinkML Slot Definition: leased_by +# ============================================================================== +# Identifies the entity that holds the temporary right to use an asset under +# a lease agreement. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|------------------------|----------------------------|---------|-------------------------------------------------------------| +# | **Schema** | `schema:landlord` | schemaorg.owl:23968-23988 | related | "The owner of the real estate property." Inverse (lessor). | +# | **Schema** | `schema:owns` | schemaorg.owl:28732-28751 | related | "Things owned by the organization or person." Complement. | +# | **Schema** | `schema:permittedUsage`| schemaorg.owl:29758-29777 | related | "Permitted usage of the accommodation." Usage, not lessee. | +# +# No standard ontology defines an exact "leased by" property identifying the +# lessee of an asset. Retains hc:leasedBy. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/leased_by +name: leased_by +title: Leased By +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + leased_by: + slot_uri: hc:leasedBy + description: >- + Identifies the individual, organization, or entity that holds the temporary right to use an asset, property, or equipment under a contractual lease agreement. + alt_descriptions: + nl: >- + Identificeert het individu, de organisatie of de entiteit die het tijdelijke recht heeft om een bezitting, eigendom of uitrusting te gebruiken op grond van een contractuele huurovereenkomst. + de: >- + Identifiziert die Person, Organisation oder Einrichtung, die das vorübergehende Recht hat, einen Vermögenswert, ein Grundstück oder eine Ausrüstung im Rahmen eines vertraglichen Mietvertrags zu nutzen. + fr: >- + Identifie l'individu, l'organisation ou l'entité qui détient le droit temporaire d'utiliser un bien, une propriété ou un équipement en vertu d'un contrat de bail. + ar: >- + يحدد الفرد أو المنظمة أو الكيان الذي يمتلك الحق المؤقت في استخدام أصل أو ملكية أو معدات بموجب اتفاقية إيجار تعاقدية. + id: >- + Mengidentifikasi individu, organisasi, atau entitas yang memegang hak sementara untuk menggunakan aset, properti, atau peralatan berdasarkan perjanjian sewa kontraktual. + zh: >- + 标识根据合同租赁协议持有资产、财产或设备临时使用权的个人、组织或实体。 + es: >- + Identifica al individuo, organización o entidad que posee el derecho temporal de usar un activo, propiedad o equipo en virtud de un contrato de arrendamiento. + structured_aliases: + - literal_form: Gehuurd Door + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Gemietet Von + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Loué Par + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مستأجر من قبل + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Disewa Oleh + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 租赁方 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Arrendado Por + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + HC Ontology: Custom property for space tenure status. + - >- + Administrative offices are often leased in commercial buildings rather than owned + by the heritage organization. Can indicate tenure type (leased from a third party + vs. owned by the heritage custodian organization). + - >- + Note: No standard ontology property exists for identifying the lessee. + Schema.org 'owns' expects an object, not a boolean value. + range: string + annotations: + custodian_types: '["*"]' + aliases: + - is_leased + related_mappings: + - schema:landlord # schemaorg.owl:23968-23988 - "The owner of the real estate property." Inverse perspective (lessor). + - schema:owns # schemaorg.owl:28732-28751 - "Things owned by the organization or person." Ownership complement. + - schema:permittedUsage # schemaorg.owl:29758-29777 - "Permitted usage of accommodation." Usage, not lessee identity. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/licensed_as.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/licensed_as.yaml new file mode 100644 index 0000000000..8cba2c6bfe --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/licensed_as.yaml @@ -0,0 +1,88 @@ +# ============================================================================== +# LinkML Slot Definition: licensed_as +# ============================================================================== +# Legal license, permit, or certification under which something operates. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|--------------------------|----------|------------------------------------------------------------| +# | **DOAP** | `doap:license` | doap.rdf:441-455 | close | "URI of an RDF description of the license the software is distributed under." Software-specific. | +# | **Schema.org**| `schema:license` | schemaorg.owl:24781-24802| broad | "A license document that applies to this content." CreativeWork domain. | +# | **DCTerms** | `dcterms:license` | dcterms.rdf:1635-1661 | broad | "A legal document giving official permission to do something with the resource." | +# | **SPDX** | `spdx:licenseDeclared` | spdx2.owl:318-323 | related | "The licensing that the creators of the software in the package have declared." | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/licensed_as +name: licensed_as +title: Licensed As +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + dcterms: http://purl.org/dc/terms/ + doap: http://usefulinc.com/ns/doap# + spdx: http://spdx.org/rdf/terms# +imports: + - linkml:types +default_prefix: hc +slots: + licensed_as: + slot_uri: hc:licensedAs + description: >- + Specifies the particular legal license, permit, or certification under which a work, product, or professional operates or is distributed. + comments: + - "DOAP: license for software license information." + - "Use SPDX identifiers when possible: GPL-3.0 (GNU General Public License v3), MIT (MIT License), Apache-2.0 (Apache License 2.0), BSD-3-Clause (BSD 3-Clause), ECL-2.0 (Educational Community License), Proprietary (Commercial/proprietary license)." + alt_descriptions: + nl: >- + Specificeert de specifieke wettelijke licentie, vergunning of certificering waaronder een werk, product of professional opereert of wordt gedistribueerd. + de: >- + Gibt die bestimmte rechtliche Lizenz, Genehmigung oder Zertifizierung an, unter der ein Werk, Produkt oder Fachmann tätig ist oder vertrieben wird. + fr: >- + Spécifie la licence légale, le permis ou la certification particulière sous laquelle une œuvre, un produit ou un professionnel opère ou est distribué. + ar: >- + يحدد الترخيص القانوني أو التصريح أو الشهادة المحددة التي يعمل أو يُوزع بموجبها عمل أو منتج أو محترف. + id: >- + Menentukan lisensi hukum, izin, atau sertifikasi tertentu di mana suatu karya, produk, atau profesional beroperasi atau didistribusikan. + zh: >- + 指定作品、产品或专业人员在其下运营或分发的特定法律许可、许可证或认证。 + es: >- + Especifica la licencia legal, permiso o certificación particular bajo la cual una obra, producto o profesional opera o se distribuye. + structured_aliases: + - literal_form: Licentie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Lizenz + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Licence + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: ترخيص + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Lisensi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 许可证 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Licencia + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + aliases: + - license + - is_licensed_content + close_mappings: + - doap:license # doap.rdf:441-455 - "URI of an RDF description of the license the software is distributed under." Software-specific. + broad_mappings: + - schema:license # schemaorg.owl:24781-24802 - "A license document that applies to this content." CreativeWork domain. + - dcterms:license # dcterms.rdf:1635-1661 - "A legal document giving official permission to do something with the resource." + related_mappings: + - spdx:licenseDeclared # spdx2.owl:318-323 - "The licensing that the creators of the software in the package have declared." diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/list.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/list.yaml new file mode 100644 index 0000000000..cab1563bc2 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/list.yaml @@ -0,0 +1,92 @@ +# ============================================================================== +# LinkML Slot Definition: list +# ============================================================================== +# The act of enumerating or recording items in a specific order or collection. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |-------------|---------------------------|---------------------------------|---------|------------------------------------------------------------------------------| +# | **CRM** | `crm:P71_lists` | CIDOC_CRM_v7.1.3.rdf:2812-2825 | close | "Associates an E32 Authority Document with an E1 CRM Entity it lists." | +# | **Schema** | `schema:itemListElement` | schemaorg.owl:23489-23515 | related | "For itemListElement values, you can use simple strings." | +# | **SKOS** | `skos:memberList` | skos.rdf:363-380 | related | "Relates an ordered collection to the RDF list containing its members." | +# | **DCTerms** | `dcterms:tableOfContents` | dcterms.rdf:1989-2009 | narrow | "A list of subunits of the resource." | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/list +name: list +title: List +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + schema: http://schema.org/ + skos: http://www.w3.org/2004/02/skos/core# + dcterms: http://purl.org/dc/terms/ +imports: + - linkml:types +default_prefix: hc +slots: + list: + slot_uri: hc:list + description: >- + Signifies the act of enumerating, recording, or displaying items, names, or data + points in a specific order or collection. + alt_descriptions: + nl: >- + Duidt op de handeling van het opsommen, registreren of weergeven van items, namen + of gegevenspunten in een specifieke volgorde of verzameling. + de: >- + Bezeichnet die Handlung des Aufzählens, Erfassens oder Anzeigens von Elementen, + Namen oder Datenpunkten in einer bestimmten Reihenfolge oder Sammlung. + fr: >- + Désigne l'acte d'énumérer, d'enregistrer ou d'afficher des éléments, des noms ou + des points de données dans un ordre ou une collection spécifique. + ar: >- + يشير إلى عملية تعداد أو تسجيل أو عرض العناصر أو الأسماء أو نقاط البيانات + بترتيب أو مجموعة محددة. + id: >- + Menandakan tindakan menghitung, mencatat, atau menampilkan item, nama, atau titik + data dalam urutan atau koleksi tertentu. + zh: >- + 表示以特定顺序或集合的形式枚举、记录或显示项目、名称或数据点的行为。 + es: >- + Significa el acto de enumerar, registrar o mostrar elementos, nombres o puntos de + datos en un orden o colección específica. + structured_aliases: + - literal_form: Opsomming + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Auflistung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Énumération + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: قائمة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Daftar + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 列表 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Lista + predicate: EXACT_SYNONYM + in_language: es + range: string + multivalued: true + annotations: + custodian_types: '["*"]' + close_mappings: + - crm:P71_lists # CIDOC_CRM_v7.1.3.rdf:2812-2825 — "Associates an E32 Authority Document with an E1 CRM Entity which it lists." + narrow_mappings: + - dcterms:tableOfContents # dcterms.rdf:1989-2009 — "A list of subunits of the resource." + related_mappings: + - schema:itemListElement # schemaorg.owl:23489-23515 — "For itemListElement values, you can use simple strings." + - skos:memberList # skos.rdf:363-380 — "Relates an ordered collection to the RDF list containing its members." + aliases: + - list_item diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/located_at.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/located_at.yaml index 9998051bbb..4e02e1e9ea 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/located_at.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/located_at.yaml @@ -80,6 +80,8 @@ slots: - has_or_had_location - has_location - current_location + - example_location + - location annotations: custodian_types: '["*"]' close_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/maintained_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/maintained_by.yaml new file mode 100644 index 0000000000..85ac8d3faf --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/maintained_by.yaml @@ -0,0 +1,98 @@ +# ============================================================================== +# LinkML Slot Definition: maintained_by +# ============================================================================== +# Identifies the agent responsible for ongoing support or management of a resource. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|---------------------------|----------------------------|---------|----------------------------------------------------------------| +# | **GLEIF** | `gleif_base:isManagedBy` | gleif_base.ttl:409-412 | close | "Relates something to another thing that has some role in directing its affairs." Managing is broader than maintaining. | +# | **Schema.org** | `schema:maintainer` | schemaorg.owl:25330-25352 | close | "A maintainer of a Dataset, software package, or other Project." Domain restricted to CreativeWork. | +# | **DOAP** | `doap:maintainer` | doap.rdf:687-703 | narrow | "Maintainer of a project, a project leader." Domain: doap:Project. Range: foaf:Person only. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/maintained_by +name: maintained_by +title: Maintained By +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + gleif_base: https://www.gleif.org/ontology/Base/ + schema: http://schema.org/ + doap: http://usefulinc.com/ns/doap# +imports: + - linkml:types +default_prefix: hc +slots: + maintained_by: + slot_uri: hc:maintainedBy + description: >- + Identifies the agent, organization, or community responsible for the + ongoing support, updates, repair, or management of a resource or asset. + comments: + - >- + Links to RegistrationAuthority class. + - >- + Examples: KvK (Kamer van Koophandel) maintains NL Handelsregister, + Companies House maintains UK Companies Register, local courts + (Amtsgericht) maintain German Handelsregister. + alt_descriptions: + nl: >- + Identificeert de instantie, organisatie of gemeenschap die + verantwoordelijk is voor de voortdurende ondersteuning, updates, + reparatie of het beheer van een bron of middel. + de: >- + Identifiziert den Akteur, die Organisation oder die Gemeinschaft, die + für die laufende Unterstützung, Aktualisierung, Reparatur oder + Verwaltung einer Ressource oder eines Vermögenswerts verantwortlich ist. + fr: >- + Identifie l'agent, l'organisation ou la communauté responsable du + soutien continu, des mises à jour, de la réparation ou de la gestion + d'une ressource ou d'un actif. + ar: >- + يحدد الجهة أو المنظمة أو المجتمع المسؤول عن الدعم المستمر أو + التحديثات أو الإصلاح أو إدارة مورد أو أصل. + id: >- + Mengidentifikasi agen, organisasi, atau komunitas yang bertanggung jawab + atas dukungan berkelanjutan, pembaruan, perbaikan, atau pengelolaan suatu + sumber daya atau aset. + zh: >- + 标识负责对资源或资产进行持续支持、更新、修复或管理的代理、组织或社区。 + es: >- + Identifica al agente, organización o comunidad responsable del soporte + continuo, actualizaciones, reparación o gestión de un recurso o activo. + structured_aliases: + - literal_form: Beheerder + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Betreuer + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Mainteneur + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مسؤول الصيانة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Pengelola + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 维护者 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Mantenedor + predicate: EXACT_SYNONYM + in_language: es + range: string + required: true + inlined: false + annotations: + custodian_types: '["*"]' + close_mappings: + - gleif_base:isManagedBy # gleif_base.ttl:409-412 - "Relates something to another thing that has some role in directing its affairs." + - schema:maintainer # schemaorg.owl:25330-25352 - "A maintainer of a Dataset, software package, or other Project." Domain: CreativeWork. + narrow_mappings: + - doap:maintainer # doap.rdf:687-703 - "Maintainer of a project, a project leader." Domain: doap:Project. Range: foaf:Person only. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/manages_or_managed.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/manage.yaml similarity index 59% rename from schemas/20251121/linkml/modules/slots/20260202_matang/new/manages_or_managed.yaml rename to schemas/20251121/linkml/modules/slots/20260202_matang/manage.yaml index d776523a8e..f8077eea6d 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/manages_or_managed.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/manage.yaml @@ -1,6 +1,6 @@ -id: https://nde.nl/ontology/hc/slot/manages_or_managed -name: manages_or_managed -title: manages_or_managed +id: https://nde.nl/ontology/hc/slot/manage +name: manage +title: manage prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ @@ -16,14 +16,18 @@ default_prefix: hc imports: - linkml:types slots: - manages_or_managed: - name: manages_or_managed - title: manages_or_managed - description: Manages a resource or collection. - slot_uri: prov:wasAttributedTo + manage: + name: manage + title: manage + description: | + Oversees or controls the operation, administration, and coordination of resources, systems, or people to achieve defined objectives. + slot_uri: hc:manage range: string # uriorcurie # range: Collection annotations: custodian_types: '["*"]' - exact_mappings: + close_mappings: - prov:wasAttributedTo + aliases: + - manages_collection + - manages_or_managed diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/managed_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/managed_by.yaml index 5371a03db6..718fde60bd 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/managed_by.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/managed_by.yaml @@ -69,5 +69,6 @@ slots: - is_or_was_managed_by - is_or_was_platform_of - platform_of + - custodian annotations: custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/mandatory.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/mandatory.yaml new file mode 100644 index 0000000000..284fb9e670 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/mandatory.yaml @@ -0,0 +1,87 @@ +# ============================================================================== +# LinkML Slot Definition: mandatory +# ============================================================================== +# Whether an action, data field, or condition is compulsory and cannot be omitted. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|------------------------|--------------------------|---------|----------------------------------------------------------| +# | **Schema.org**| `schema:valueRequired` | schemaorg.owl:39624-39637| related | "Whether the property must be filled in." Boolean flag | +# | | | | | for form completion — different domain (form fields vs | +# | | | | | eligibility requirements). | +# +# No exact match — retains hc:mandatory. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/mandatory +name: mandatory +title: Mandatory +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + mandatory: + slot_uri: hc:mandatory + description: >- + Signifies that a specific action, data field, or condition is compulsory, required by rule, law, + or system logic, and cannot be omitted or ignored. + alt_descriptions: + nl: >- + Geeft aan dat een specifieke actie, gegevensveld of voorwaarde verplicht is, vereist door regel, + wet of systeemlogica, en niet kan worden weggelaten of genegeerd. + de: >- + Kennzeichnet, dass eine bestimmte Aktion, ein Datenfeld oder eine Bedingung verpflichtend ist, + durch Regel, Gesetz oder Systemlogik vorgeschrieben und nicht ausgelassen oder ignoriert werden kann. + fr: >- + Indique qu'une action, un champ de données ou une condition spécifique est obligatoire, exigé par + une règle, une loi ou une logique système, et ne peut être omis ni ignoré. + ar: >- + يشير إلى أن إجراءً أو حقل بيانات أو شرطًا محددًا إلزامي، مطلوب بموجب قاعدة أو قانون + أو منطق نظام، ولا يمكن حذفه أو تجاهله. + id: >- + Menandakan bahwa tindakan, bidang data, atau kondisi tertentu bersifat wajib, diwajibkan oleh + aturan, hukum, atau logika sistem, dan tidak dapat dihilangkan atau diabaikan. + zh: >- + 表示特定操作、数据字段或条件是强制性的,由规则、法律或系统逻辑要求,不能省略或忽略。 + es: >- + Indica que una acción, campo de datos o condición específica es obligatoria, requerida por regla, + ley o lógica del sistema, y no puede ser omitida ni ignorada. + structured_aliases: + - literal_form: Verplicht + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Verpflichtend + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Obligatoire + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: إلزامي + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Wajib + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 强制性 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Obligatorio + predicate: EXACT_SYNONYM + in_language: es + range: boolean + comments: + - "Defaults to true — most requirements are mandatory." + - "Original description also noted: 'or preferred/optional (false)' for the inverse case." + related_mappings: + - schema:valueRequired # schemaorg.owl:39624-39637 — "Whether the property must be filled in to complete the action." Boolean required-flag but for form fields, not eligibility. + annotations: + custodian_types: '["*"]' + aliases: + - is_mandatory diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/martyred_through.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/martyred_through.yaml new file mode 100644 index 0000000000..0d7ce73853 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/martyred_through.yaml @@ -0,0 +1,112 @@ +# ============================================================================== +# LinkML Slot Definition: martyred_through +# ============================================================================== +# Links a martyr to the event or incident that caused their death. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|-----------------------|----------------------------------|---------|----------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P100i_died_in` | CIDOC_CRM_v7.1.3.rdf:3407-3418 | close | "died in." Domain: E21_Person. Range: E69_Death. Links person to death event; our slot implies martyrdom cause specifically. | +# | **Schema.org** | `schema:deathDate` | schemaorg.owl:14424-14442 | related | "Date of death." About temporal aspect of death, not the causing event. | +# +# NOTE: No standard ontology has a dedicated "martyred through" property. +# NOTE: Wikidata P1196 (manner of death) is semantically related but is a Wikidata +# property identifier, not an RDF predicate in local ontology files. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/martyred_through +name: martyred_through +title: Martyred Through +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + schema: http://schema.org/ +imports: + - linkml:types + - ../metadata +default_prefix: hc +slots: + martyred_through: + slot_uri: hc:martyredThrough + description: >- + Links a martyr to the specific event, attack, battle, or incident that + caused their death. + comments: + - >- + Important distinction from deceased: deceased covers natural death or + death from any cause; martyred_through specifically documents death due + to conflict, persecution, or targeted violence against heritage + institutions. + - >- + A person with martyred_through set implies deceased is true. + - >- + Particularly relevant for documenting heritage workers killed during + armed conflicts, information professionals targeted for their work, + cultural heritage workers killed while protecting collections, and + librarians, archivists, and museum staff killed in attacks on + institutions. + - >- + When setting martyred_through, also provide date_of_death (TimeSpan) + with temporal bounds, circumstances_of_death describing the event, and + source documentation for verification. + - >- + Wikidata property P1196 (manner of death) is semantically related but + is an identifier, not an RDF predicate. + alt_descriptions: + nl: >- + Koppelt een martelaar aan de specifieke gebeurtenis, aanval, veldslag + of incident dat hun dood heeft veroorzaakt. + de: >- + Verknüpft einen Märtyrer mit dem spezifischen Ereignis, Angriff, der + Schlacht oder dem Vorfall, der seinen Tod verursacht hat. + fr: >- + Relie un martyr à l'événement spécifique, l'attaque, la bataille ou + l'incident qui a causé sa mort. + ar: >- + يربط شهيداً بالحدث أو الهجوم أو المعركة أو الحادثة المحددة التي تسببت + في وفاته. + id: >- + Menghubungkan seorang martir dengan peristiwa, serangan, pertempuran, + atau insiden tertentu yang menyebabkan kematian mereka. + zh: >- + 将殉难者与导致其死亡的特定事件、袭击、战斗或事故相关联。 + es: >- + Vincula a un mártir con el evento específico, ataque, batalla o + incidente que causó su muerte. + structured_aliases: + - literal_form: Gemarteld Door + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Martyrium Durch + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Martyrisé Par + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: استشهد بسبب + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Menjadi Martir Melalui + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 殉难经过 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Martirizado Por + predicate: EXACT_SYNONYM + in_language: es + range: string + required: false + ifabsent: 'false' + annotations: + custodian_types: '["*"]' + aliases: + - martyred + close_mappings: + - crm:P100i_died_in # CIDOC_CRM_v7.1.3.rdf:3407-3418 - "died in." Domain: E21_Person. Range: E69_Death. + related_mappings: + - schema:deathDate # schemaorg.owl:14424-14442 - "Date of death." Temporal aspect, not the causing event. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/mask.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/mask.yaml new file mode 100644 index 0000000000..c6edc80d8d --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/mask.yaml @@ -0,0 +1,101 @@ +# ============================================================================== +# LinkML Slot Definition: mask +# ============================================================================== +# Indicates whether pixel-level segmentation masks are available for an image. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------|-------------------|------------------|---------|----------------------------------------------------------------| +# | **OA** | `oa:hasSelector` | oa.ttl:254-259 | related | "Selector describing segment/region of interest in resource." | +# +# No exact, close, or broad match. Segmentation masks are a computer vision +# concept not directly modeled in standard linked data ontologies. +# Note: oa:SvgSelector (oa.ttl:116-119) is conceptually the closest parallel +# (non-rectangular area selection), but it is a Class, not a property. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/mask +name: mask +title: Mask +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + oa: http://www.w3.org/ns/oa# +imports: + - linkml:types +default_prefix: hc +slots: + mask: + slot_uri: hc:mask + description: >- + Indicates whether a specific overlay or matrix (often binary) is applied + to an image to isolate, select, or hide specific pixels or regions of + interest for processing. + alt_descriptions: + nl: >- + Geeft aan of een specifieke overlay of matrix (vaak binair) wordt + toegepast op een afbeelding om specifieke pixels of interessegebieden + te isoleren, selecteren of verbergen voor verwerking. + de: >- + Gibt an, ob eine bestimmte Überlagerung oder Matrix (oft binär) auf + ein Bild angewendet wird, um bestimmte Pixel oder Interessenbereiche + zur Verarbeitung zu isolieren, auszuwählen oder auszublenden. + fr: >- + Indique si une superposition ou matrice spécifique (souvent binaire) + est appliquée à une image pour isoler, sélectionner ou masquer des + pixels ou des régions d'intérêt spécifiques en vue du traitement. + ar: >- + يشير إلى ما إذا كانت طبقة تراكب أو مصفوفة محددة (غالبًا ثنائية) + مطبقة على صورة لعزل أو تحديد أو إخفاء وحدات بكسل أو مناطق + اهتمام معينة للمعالجة. + id: >- + Menunjukkan apakah overlay atau matriks tertentu (sering kali biner) + diterapkan pada gambar untuk mengisolasi, memilih, atau menyembunyikan + piksel atau wilayah tertentu yang diminati untuk pemrosesan. + zh: >- + 表示是否对图像应用了特定的叠加层或矩阵(通常为二值的),以隔离、选择或隐藏特定像素或感兴趣区域进行处理。 + es: >- + Indica si se aplica una superposición o matriz específica (a menudo + binaria) a una imagen para aislar, seleccionar u ocultar píxeles o + regiones de interés específicas para su procesamiento. + structured_aliases: + - literal_form: Segmentatiemasker + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Segmentierungsmaske + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Masque de segmentation + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: قناع التجزئة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Masker Segmentasi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 分割掩膜 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Máscara de segmentación + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Segmentation masks provide precise object boundaries, more detailed + than bounding boxes. + - >- + True indicates pixel masks are available (typically as separate files); + false indicates no segmentation data. + - >- + Masks are memory-intensive and often stored externally. + range: boolean + related_mappings: + - oa:hasSelector # oa.ttl:254-259 - "Selector describing segment/region of interest" — annotation region selection, not pixel-level CV masks + annotations: + custodian_types: '["*"]' + aliases: + - includes_segmentation_mask diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/maximum_of_maximum.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/maximum_of_maximum.yaml new file mode 100644 index 0000000000..6d25dd0f8c --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/maximum_of_maximum.yaml @@ -0,0 +1,117 @@ +# ============================================================================== +# LinkML Slot Definition: maximum_of_maximum +# ============================================================================== +# Upper bound value of a dimensional range (CIDOC-CRM E54 Dimension pattern). +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|---------------------------------|------------------------------------|---------|----------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P90b_has_upper_value_limit`| CIDOC_CRM_v7.1.3.rdf:3135-3139 | slot_uri| "has upper value limit" E54→Literal, subProp of P90. | +# | **Schema.org** | `schema:maxValue` | schemaorg.owl:25599-25615 | close | "The upper value of some characteristic or property." | +# | **CIDOC-CRM** | `crm:P90_has_value` | CIDOC_CRM_v7.1.3.rdf:3122-3128 | broad | General value property; P90b is subPropertyOf P90. | +# +# CREATED: 2026-01-14 +# UPDATED: 2026-02-10 - Full polish: multilingual, clean description, header +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/maximum_of_maximum +name: maximum_of_maximum +title: Maximum of Maximum +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + maximum_of_maximum: + slot_uri: crm:P90b_has_upper_value_limit + description: >- + Upper bound value of a range, following the CIDOC-CRM pattern for + dimensional ranges. Maps to P90b_has_upper_value_limit, which defines + the highest value that a dimension may have within an instance of + E54 Dimension. Named "maximum of maximum" to acknowledge that the + upper bound itself may have uncertainty. + alt_descriptions: + nl: >- + Bovengrenswaarde van een bereik, volgend op het CIDOC-CRM-patroon + voor dimensionale bereiken. Geeft de hoogste waarde aan die een + dimensie kan hebben. + de: >- + Oberer Grenzwert eines Bereichs, gemäß dem CIDOC-CRM-Muster für + dimensionale Bereiche. Definiert den höchsten Wert, den eine + Dimension haben kann. + fr: >- + Valeur de la limite supérieure d'une plage, suivant le modèle + CIDOC-CRM pour les plages dimensionnelles. Définit la valeur la + plus élevée qu'une dimension peut avoir. + ar: >- + قيمة الحد الأعلى لنطاق، وفقًا لنمط CIDOC-CRM للنطاقات البُعدية. + يحدد أعلى قيمة يمكن أن يكون عليها بُعد ما. + id: >- + Nilai batas atas dari suatu rentang, mengikuti pola CIDOC-CRM + untuk rentang dimensi. Mendefinisikan nilai tertinggi yang dapat + dimiliki suatu dimensi. + zh: >- + 范围的上限值,遵循CIDOC-CRM维度范围模式。定义维度实例中可能具有的最高值。 + es: >- + Valor del límite superior de un rango, siguiendo el patrón CIDOC-CRM + para rangos dimensionales. Define el valor más alto que una dimensión + puede tener. + structured_aliases: + - literal_form: Maximum van Maximum + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Maximum des Maximums + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Maximum du Maximum + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: الحد الأقصى للأقصى + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Maksimum dari Maksimum + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 最大值中的最大值 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Máximo del Máximo + predicate: EXACT_SYNONYM + in_language: es + range: string + required: false + multivalued: false + close_mappings: + - schema:maxValue # schemaorg.owl:25599-25615 - "The upper value of some characteristic or property." DatatypeProperty on QuantitativeValue/MonetaryAmount. + broad_mappings: + - crm:P90_has_value # CIDOC_CRM_v7.1.3.rdf:3122-3128 - General value property; P90b is subPropertyOf P90. + aliases: + - max_group_size + - max_light_lux_slot + - max_likelihood_score + - maximum_amount + - maximal_of_maximal + examples: + - value: "500000" + description: Upper bound of €500K for grant range (works with minimum_of_minimum for complete range) + - value: "300" + description: Maximum lux level for light-sensitive artifacts + annotations: + custodian_types: '["*"]' + specificity_score: 0.35 + specificity_rationale: General utility slot for expressing upper bounds of any measured range. + comments: + - >- + Works with minimum_of_minimum (P90a) for complete range specification. + - >- + For grant funding ranges like "€100K–€500K": + minimum_of_minimum = 100000, maximum_of_maximum = 500000. + - >- + The slot_uri uses crm:P90b_has_upper_value_limit directly since the + semantics are equivalent. The redundant exact_mapping has been removed. + - Created from slot_fixes.yaml migration (2026-01-14). diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/measurement_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/measured_on.yaml similarity index 80% rename from schemas/20251121/linkml/modules/slots/20260202_matang/new/measurement_date.yaml rename to schemas/20251121/linkml/modules/slots/20260202_matang/measured_on.yaml index e08f211079..3b6d136e0a 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/measurement_date.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/measured_on.yaml @@ -1,6 +1,6 @@ -id: https://nde.nl/ontology/hc/slot/measurement_date -name: measurement_date_slot -title: Measurement Date Slot +id: https://nde.nl/ontology/hc/slot/measurement_on +name: measurement_on +title: Measured On prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ @@ -25,5 +25,5 @@ slots: annotations: custodian_types: '["*"]' specificity_score: 0.5 - exact_mappings: - - hc:measurement_date + aliases: + - measurement_date diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/minimum_of_minimum.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/minimum_of_minimum.yaml new file mode 100644 index 0000000000..75635bdb13 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/minimum_of_minimum.yaml @@ -0,0 +1,116 @@ +# ============================================================================== +# LinkML Slot Definition: minimum_of_minimum +# ============================================================================== +# Lower bound value of a dimensional range (CIDOC-CRM E54 Dimension pattern). +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|---------------------------------|------------------------------------|---------|----------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P90a_has_lower_value_limit`| CIDOC_CRM_v7.1.3.rdf:3129-3134 | slot_uri| "has lower value limit" E54→Literal, subProp of P90. | +# | **Schema.org** | `schema:minValue` | schemaorg.owl:26400-26416 | close | "The lower value of some characteristic or property." | +# | **CIDOC-CRM** | `crm:P90_has_value` | CIDOC_CRM_v7.1.3.rdf:3122-3128 | broad | General value property; P90a is subPropertyOf P90. | +# +# CREATED: 2026-01-14 +# UPDATED: 2026-02-10 - Full polish: multilingual, clean description, header +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/minimum_of_minimum +name: minimum_of_minimum +title: Minimum of Minimum +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + minimum_of_minimum: + slot_uri: crm:P90a_has_lower_value_limit + description: >- + Lower bound value of a range, following the CIDOC-CRM pattern for + dimensional ranges. Maps to P90a_has_lower_value_limit, which defines + the lowest value that a dimension may have within an instance of + E54 Dimension. Named "minimum of minimum" to acknowledge that the + lower bound itself may have uncertainty. + alt_descriptions: + nl: >- + Ondergrenswaarde van een bereik, volgend op het CIDOC-CRM-patroon + voor dimensionale bereiken. Geeft de laagste waarde aan die een + dimensie kan hebben. + de: >- + Unterer Grenzwert eines Bereichs, gemäß dem CIDOC-CRM-Muster für + dimensionale Bereiche. Definiert den niedrigsten Wert, den eine + Dimension haben kann. + fr: >- + Valeur de la limite inférieure d'une plage, suivant le modèle + CIDOC-CRM pour les plages dimensionnelles. Définit la valeur la + plus basse qu'une dimension peut avoir. + ar: >- + قيمة الحد الأدنى لنطاق، وفقًا لنمط CIDOC-CRM للنطاقات البُعدية. + يحدد أدنى قيمة يمكن أن يكون عليها بُعد ما. + id: >- + Nilai batas bawah dari suatu rentang, mengikuti pola CIDOC-CRM + untuk rentang dimensi. Mendefinisikan nilai terendah yang dapat + dimiliki suatu dimensi. + zh: >- + 范围的下限值,遵循CIDOC-CRM维度范围模式。定义维度实例中可能具有的最低值。 + es: >- + Valor del límite inferior de un rango, siguiendo el patrón CIDOC-CRM + para rangos dimensionales. Define el valor más bajo que una dimensión + puede tener. + structured_aliases: + - literal_form: Minimum van Minimum + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Minimum des Minimums + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Minimum du Minimum + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: الحد الأدنى للأدنى + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Minimum dari Minimum + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 最小值中的最小值 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Mínimo del Mínimo + predicate: EXACT_SYNONYM + in_language: es + range: string + required: false + multivalued: false + close_mappings: + - schema:minValue # schemaorg.owl:26400-26416 - "The lower value of some characteristic or property." DatatypeProperty on QuantitativeValue/MonetaryAmount. + broad_mappings: + - crm:P90_has_value # CIDOC_CRM_v7.1.3.rdf:3122-3128 - General value property; P90a is subPropertyOf P90. + aliases: + - minimal_of_minimal + - minimum_amount + - minimum_donation + - minimum_partner + examples: + - value: "100000" + description: Lower bound of €100K for grant range (works with maximum_of_maximum for complete range) + - value: "50" + description: Minimum donation amount for participation in a scheme + annotations: + custodian_types: '["*"]' + specificity_score: 0.35 + specificity_rationale: General utility slot for expressing lower bounds of any measured range. + comments: + - >- + Works with maximum_of_maximum (P90b) for complete range specification. + - >- + For grant funding ranges like "€100K–€500K": + minimum_of_minimum = 100000, maximum_of_maximum = 500000. + - >- + The slot_uri uses crm:P90a_has_lower_value_limit directly since the + semantics are equivalent. The redundant exact_mapping has been removed. + - Created from slot_fixes.yaml migration (2026-01-14). diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodial_history.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodial_history.yaml deleted file mode 100644 index a658a68ba7..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodial_history.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custodial_history -name: custodial_history -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 -slots: - custodial_history: - slot_uri: rico:history - description: 'Chain of custody documentation. - - - RiC-O: history for custodial events. - - - Records transfers, ownership changes, and custody events. - - ' - range: string - multivalued: true - required: false - examples: - - value: Transferred from VOC to Dutch state in 1799 - description: Custody transfer event - close_mappings: - - dcterms:provenance - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian.yaml deleted file mode 100644 index b2d307cdda..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custodian -name: custodian_slot -title: Custodian Slot -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 -default_prefix: hc -slots: - custodian: - slot_uri: rico:hasOrHadHolder - description: Heritage custodian that created/maintains this finding aid - range: string # uriorcurie - # range: Custodian - required: true - inlined: false # Fixed invalid inline for primitive type - annotations: - custodian_types: '["*"]' - exact_mappings: - - rico:hasOrHadHolder diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_only.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_only.yaml deleted file mode 100644 index b3d33dfaf8..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_only.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custodian_only -name: custodian_only_slot -title: Custodian Only 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# -default_prefix: hc -imports: -- linkml:types -slots: - custodian_only: - slot_uri: hc:custodianOnly - description: "If true, this class represents only a custodian type with no \ncorresponding rico:RecordSetType collection class.\n" - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:custodianOnly diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type.yaml deleted file mode 100644 index b8ed7c59cd..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custodian_type -name: custodian_type_slot -title: Custodian Type 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# -default_prefix: hc -imports: -- linkml:types -slots: - custodian_type: - slot_uri: hc:custodian_type - range: string - description: 'Custodian Type for heritage custodian entities. - - ' - annotations: - custodian_types: '["*"]' - specificity_score: 0.5 - exact_mappings: - - hc:custodian_type diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_broader.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_broader.yaml deleted file mode 100644 index e67fad8326..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_broader.yaml +++ /dev/null @@ -1,36 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custodian_type_broader -name: custodian_type_broader_slot -title: Custodian Type Broader 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: - custodian_type_broader: - description: 'Reference to a more general (broader) custodian type in the taxonomy. - - SKOS: broader supports hierarchical concept schemes. - - - Example: "Art Museum" (Q207694) skos:broader "Museum" (Q33506) - - ' - slot_uri: skos:broader - range: string # uriorcurie - # range: CustodianType - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:broader -comments: -- Centralized from CustodianType.yaml - 2026-01-11T21:59:26.899514 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_narrower.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_narrower.yaml deleted file mode 100644 index 773028b2c2..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_narrower.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custodian_type_narrower -name: custodian_type_narrower_slot -title: Custodian Type Narrower 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: - custodian_type_narrower: - description: 'References to more specific (narrower) custodian types. - - SKOS: narrower is inverse of broader. - - - Example: "Museum" (Q33506) skos:narrower "Art Museum", "History Museum", etc. - - ' - slot_uri: skos:narrower - range: string # uriorcurie - # range: CustodianType - multivalued: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:narrower -comments: -- Centralized from CustodianType.yaml - 2026-01-11T21:59:26.901037 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_related.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_related.yaml deleted file mode 100644 index 1be993f298..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custodian_type_related.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custodian_type_related -name: custodian_type_related_slot -title: Custodian Type Related 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: - custodian_type_related: - description: 'References to semantically related custodian types (not hierarchical). - - SKOS: related for associative relationships. - - - Example: "Art Gallery" skos:related "Art Museum" (similar but distinct) - - ' - slot_uri: skos:related - range: string # uriorcurie - # range: CustodianType - multivalued: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:related -comments: -- Centralized from CustodianType.yaml - 2026-01-11T21:59:26.902173 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custody_history.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custody_history.yaml deleted file mode 100644 index 2670a0a729..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custody_history.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custody_history -name: custody_history_slot -title: Custody History 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: - custody_history: - description: The history of custody, ownership, or stewardship of a collection, object, or record set. Documents transfers of custody, changes in ownership, and the chain of responsible parties over time, following archival provenance principles. - range: string - multivalued: true - slot_uri: hc:custodyHistory - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:custodyHistory diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custody_received_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/custody_received_by.yaml deleted file mode 100644 index a36469e3f0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/custody_received_by.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/custody_received_by -name: custody_received_by_slot -title: custody_received_by slot -description: 'Generic slot for custody reception following CIDOC-CRM P29 semantics. Created during slot migration per Rule 53/56 (2026-01-17). - - Replaces bespoke slots: borrower - - Use slot_usage in classes to specialize range and semantics.' -version: 1.0.0 -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - custody_received_by: - description: The agent who receives custody of an object in a custody transfer event. CIDOC-CRM P29_custody_received_by - identifies the E39 Actor who receives custody of an object. - slot_uri: crm:P29_custody_received_by - range: string # uriorcurie - exact_mappings: - - crm:P29_custody_received_by - annotations: - migrated_from: borrower - migration_date: '2026-01-17' - migration_rule: Rule 53/56 - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/data_repository.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/data_repository.yaml deleted file mode 100644 index 26aebaa1b7..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/data_repository.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/data_repository -name: data_repository_slot -title: Data Repository 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: - data_repository: - slot_uri: hc:dataRepository - description: 'URL to the organization''s research data repository, if publicly accessible. - - Examples: institutional repositories, data archives, open science platforms. - - ' - range: uri - required: false - comments: - - schema:DataCatalog is a class, not a predicate - use hc namespace for slot_uri - examples: - - value: https://data.cultureelerfgoed.nl - description: Dutch Cultural Heritage Data Repository - - value: https://zenodo.org/communities/archaeology - description: Zenodo archaeological data community - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:dataRepository diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/date.yaml deleted file mode 100644 index 245bfe8f47..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/date.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/date_value -name: date_value_slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -# default_range: string -slots: - date_value: - slot_uri: dcterms:date - range: date - description: Date value for a resource or event. ISO 8601 format (YYYY-MM-DD). - comments: - - Renamed from 'date' to 'date_value' to avoid collision with built-in date type - aliases: - - date - broad_mappings: - - rdf:value - - dcterms:date - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:date diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/description_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/description_type.yaml deleted file mode 100644 index 9bd9b0336c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/description_type.yaml +++ /dev/null @@ -1,66 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/description_type -name: description_type_slot -title: Description Type Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# - 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# -default_prefix: hc -imports: -- linkml:types -slots: - description_type: - slot_uri: dcterms:type - description: 'The type or category of description. - - - **Ontological Alignment**: - - - **Primary** (`slot_uri`): `dcterms:type` - nature or genre of resource - - - **Usage**: - - Categorizes descriptions by their purpose: - - - binding: Physical binding description - - - branch: Organizational branch description - - - budget: Budget/financial description - - - zone: Storage zone description - - - warehouse: Warehouse description - - - unit: Organizational unit description - - - type: Type/category definition - - - general: General purpose description - - ' - range: string - required: false - multivalued: false - exact_mappings: - - dcterms:type - annotations: - replaces_slots: implicitly from slot names like binding_description -> type=binding - migration_date: '2026-01-15' - custodian_types: '["*"]' - examples: - - value: binding - description: Physical binding description type - - value: zone - description: Storage zone description type - - value: branch - description: Organizational branch description type diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/draws_or_drew_opinion.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/draws_or_drew_opinion.yaml deleted file mode 100644 index f02055fba3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/draws_or_drew_opinion.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/draws_or_drew_opinion -name: draws_or_drew_opinion -title: draws_or_drew_opinion -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: - draws_or_drew_opinion: - name: draws_or_drew_opinion - title: draws_or_drew_opinion - description: The opinion or conclusion drawn from an activity (e.g. audit). - slot_uri: prov:generated - range: string # uriorcurie - # range: AuditOpinion - annotations: - custodian_types: '["*"]' - exact_mappings: - - prov:generated diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/dutch_context.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/dutch_context.yaml deleted file mode 100644 index c807a5c438..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/dutch_context.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/dutch_context -name: dutch_context-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# -default_prefix: hc -imports: -- linkml:types -slots: - dutch_context: - slot_uri: hc:dutchContext - description: 'Netherlands-specific context and terminology. - - Documents Dutch heritage sector conventions, terminology, and institutional context. - - - **Migrated from**: `**Dutch Context**:` sections. - - ' - range: string - annotations: - source_section: '**Dutch Context**:' - custodian_types: '["*"]' - exact_mappings: - - hc:dutchContext diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/encompasses_or_encompassed.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/encompasses_or_encompassed.yaml deleted file mode 100644 index cecacd3381..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/encompasses_or_encompassed.yaml +++ /dev/null @@ -1,50 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/encompasses_or_encompassed -name: encompasses_or_encompassed -title: Encompasses Or Encompassed -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - org: http://www.w3.org/ns/org# - rico: https://www.ica.org/standards/RiC/ontology# - owl: http://www.w3.org/2002/07/owl# - 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# -imports: -- linkml:types -slots: - encompasses_or_encompassed: - slot_uri: org:hasSubOrganization - description: "Custodians that are or were encompassed, governed, or coordinated by this body.\n\n**RiC-O Temporal Pattern**: Uses temporal pattern to acknowledge that\ngovernance relationships change over time:\n- Institutions move between ministries\n- Networks gain and lose members\n- Consortia dissolve or restructure\n\n**Three Relationship Types**:\n1. **Umbrella** - Legal parent hierarchy (permanent)\n - Ministry encompasses National Archives, Royal Library\n2. **Network** - Service provision (temporary, centralized)\n - De Ree Archive Hosting encompasses member archives\n3. **Consortium** - Mutual assistance (temporary, peer-to-peer)\n - Heritage Network encompasses participating museums\n" - range: string # uriorcurie - # range: Custodian - multivalued: true - exact_mappings: - - org:hasSubOrganization - close_mappings: - - rico:hasOrHadSubordinate - - dcterms:hasPart - - schema:subOrganization # Same sub-org relationship, different namespace - related_mappings: - - rico:includesOrIncluded - - schema:containsPlace - comments: - - 'RiC-O pattern: temporal naming for governance relationships' - - Inverse of is_or_was_encompassed_by (org:subOrganizationOf) - - Links governance body to custodians it oversees/oversaw - - Creates owl:inverseOf axiom in RDF output - - 'Inverse: `is_or_was_encompassed_by` (org:subOrganizationOf) | Pattern: If Custodian is_or_was_encompassed_by Body, then Body encompasses_or_encompassed Custodian' - - 'Navigation: From body: Find all encompassed custodians (encompasses_or_encompassed) | From custodian: Find encompassing bodies (is_or_was_encompassed_by)' - - 'Deprecates: encompasses (non-temporal naming)' - annotations: - inverse_slot: is_or_was_encompassed_by - deprecates: encompasses - rico_pattern: hasOrHadSubordinate - custodian_types: '["*"]' - examples: - - value: "EncompassingBody:\n organization_name: \"Ministerie van OCW\"\n organization_type: UMBRELLA\n encompasses_or_encompassed:\n - \"https://nde.nl/ontology/hc/nl-na\" # National Archives\n - \"https://nde.nl/ontology/hc/nl-kb\" # Royal Library (current)\n - \"https://nde.nl/ontology/hc/nl-rm\" # Rijksmuseum (until 2013)\n" - description: Ministry with current and former subordinate institutions diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/end_seconds.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/end_seconds.yaml deleted file mode 100644 index b35d7ebdae..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/end_seconds.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/end_seconds -name: end_seconds -title: end seconds -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - ma: http://www.w3.org/ns/ma-ont# -default_prefix: hc -imports: - - linkml:types -slots: - end_seconds: - description: >- - The end time in seconds (float). - Generic slot for media/temporal segments. - MIGRATED from chapter_end_seconds (Rule 53). - range: float - slot_uri: ma:duration - exact_mappings: - - ma:duration - multivalued: false - aliases: - - is_or_was_end_seconds - - chapter_end_seconds - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/end_time.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/end_time.yaml deleted file mode 100644 index 68358325f2..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/end_time.yaml +++ /dev/null @@ -1,10 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/end_time -name: end_time -description: End time of a temporal interval (ISO 8601). -imports: - - linkml:types -slots: - end_time: - description: End time of a temporal interval (ISO 8601). - range: string - slot_uri: schema:endTime diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/estimates_or_estimated.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/estimates_or_estimated.yaml deleted file mode 100644 index 60da20e60d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/estimates_or_estimated.yaml +++ /dev/null @@ -1,49 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/estimates_or_estimated -name: estimates_or_estimated_slot -title: Estimates Or Estimated Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dqv: http://www.w3.org/ns/dqv# - dcterms: http://purl.org/dc/terms/ - 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: - estimates_or_estimated: - slot_uri: prov:wasDerivedFrom - description: "Links an entity to an estimation or confidence assessment derived from it.\n\n**Temporal Semantics** (RiC-O Pattern):\nThe \"estimatesOrEstimated\" naming follows RiC-O convention indicating this relationship\nmay be historical - estimations may be updated over time.\n\n**Ontological Alignment**:\n- **Primary** (`slot_uri`): `prov:wasDerivedFrom` - derivation from source\n- **Related**: `dqv:hasQualityMeasurement` - linking to quality/confidence metric\n\n**Usage**:\nUsed to link profiles or entities to confidence assessments about specific\nattributes (e.g., digital proficiency confidence).\n\n**Pattern**:\n```\nLinkedInProfile\n \u2514\u2500\u2500 estimates_or_estimated \u2192 DigitalConfidence\n \u251C\u2500\u2500 has_or_had_score: 0.8\n \u2514\u2500\u2500 has_or_had_type: PROFICIENCY_LEVEL\n```\n\n**Migrated From** (per slot_fixes.yaml):\n- `digital_confidence` \u2192 estimates_or_estimated + DigitalConfidence\n\n**Cardinality**:\nMultivalued - an entity\ - \ may have multiple estimations (e.g., for different attributes).\n" - range: string # uriorcurie - multivalued: true - inlined: false # Fixed invalid inline for primitive type - exact_mappings: - - prov:wasDerivedFrom - related_mappings: - - dqv:hasQualityMeasurement - annotations: - rico_naming_convention: 'Follows RiC-O "estimatesOrEstimated" pattern for active/passive predicates. - - See Rule 39: Slot Naming Convention (RiC-O Style) - - ' - replaces_slots: digital_confidence - migration_date: '2026-01-25' - custodian_types: '["*"]' - comments: - - Generic estimation slot for linking to confidence/quality assessments - - Links entity to DigitalConfidence or similar assessment classes - - Replaces specific confidence slots like digital_confidence - - 'RiC-O naming: estimatesOrEstimated indicates estimation relationship' - examples: - - value: - has_or_had_score: 0.85 - has_or_had_label: High Digital Proficiency - description: Estimation of digital proficiency diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_name.yaml deleted file mode 100644 index c255f332f1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_name.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/example_name -name: example_name-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# -default_prefix: hc -imports: -- linkml:types -slots: - example_name: - slot_uri: schema:name - description: Name of the example institution - range: string - required: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:name diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_note.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_note.yaml deleted file mode 100644 index 5268eb0889..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_note.yaml +++ /dev/null @@ -1,25 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/example_note -name: example_note-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# -default_prefix: hc -imports: -- linkml:types -slots: - example_note: - slot_uri: skos:note - description: Additional note about the example - range: string - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:note diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_wikidata_id.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_wikidata_id.yaml deleted file mode 100644 index bc6daf3213..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/example_wikidata_id.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/example_wikidata_id -name: example_wikidata_id-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# -default_prefix: hc -imports: -- linkml:types -slots: - example_wikidata_id: - slot_uri: hc:wikidataId - description: Wikidata Q-number for the example institution - range: string - pattern: ^Q[0-9]+$ - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:wikidataId diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/expires_on_expired_at.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/expires_on_expired_at.yaml deleted file mode 100644 index 4b4d07220c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/expires_on_expired_at.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/expires_on_expired_at -name: expires_on_expired_at -title: Expires On Expired At -description: 'The date/time when an entity expires or expired. - - MIGRATED from expiration_date per slot_fixes.yaml (Rule 53).' -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: - expires_on_expired_at: - slot_uri: schema:expires - description: Date or time interval when the entity expires. - range: string # uriorcurie - # range: TimeSpan - multivalued: false - inlined: false # Fixed invalid inline for primitive type - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:expires diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/exposes_or_exposed.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/exposes_or_exposed.yaml deleted file mode 100644 index b78e3a0e38..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/exposes_or_exposed.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/exposes_or_exposed -name: exposes_or_exposed -title: exposes_or_exposed -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: - exposes_or_exposed: - name: exposes_or_exposed - title: exposes_or_exposed - description: Exposes a collection to risks or conditions. - slot_uri: schema:about - range: string # uriorcurie - # range: Collection - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:about diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/field_number.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/field_number.yaml deleted file mode 100644 index 11ceb56291..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/field_number.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/field_number -name: field_number -imports: - - linkml:types -slots: - field_number: - description: Collector's field number or identifier. Maps to dwc:fieldNumber. - range: string - slot_uri: dwc:fieldNumber - examples: - - value: ARW-1234 - - value: CD-HMS Beagle-567 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/filters_or_filtered.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/filters_or_filtered.yaml deleted file mode 100644 index 645d967fb1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/filters_or_filtered.yaml +++ /dev/null @@ -1,59 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/filters_or_filtered -name: filters_or_filtered_slot -title: Filters Or Filtered Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dqv: http://www.w3.org/ns/dqv# - dcterms: http://purl.org/dc/terms/ - 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: - filters_or_filtered: - slot_uri: dqv:computedOn - description: "Links detection/analysis contexts to entities that were filtered by thresholds.\n\n**Temporal Semantics** (RiC-O Pattern):\nThe \"filtersOrFiltered\" naming follows RiC-O convention indicating this relationship\nmay be historical - filter settings may change over time affecting detected entities.\n\n**Ontological Alignment**:\n- **Primary** (`slot_uri`): `dqv:computedOn` - DQV predicate for quality metrics\n computed on a specific dataset\n- **Related**: `prov:wasGeneratedBy` - provenance of filtered results\n\n**Usage**:\nFor annotation classes with detection thresholds and counts, this links the\nanalysis context to DetectedEntity instances that passed filtering criteria.\n\n**Pattern**:\n```\nVideoAnnotation\n \u2514\u2500\u2500 filters_or_filtered \u2192 DetectedEntity\n \u251C\u2500\u2500 has_or_had_quantity \u2192 Quantity (detection_count)\n \u2514\u2500\u2500 has_or_had_type \u2192 DetectionLevelType\n```\n\n**Migrated Slots** (per slot_fixes.yaml):\n\ - - `detection_count` \u2192 filters_or_filtered + DetectedEntity + Quantity\n- `detection_level` \u2192 filters_or_filtered + DetectedEntity + DetectionLevelType\n- `detection_threshold` \u2192 filters_or_filtered + DetectedEntity + DetectionThreshold\n\n**Cardinality**:\nSingle-valued - links to a detection context (DetectedEntity) with aggregated info.\n" - range: string - required: false - multivalued: false - inlined: false # Fixed invalid inline for primitive type - exact_mappings: - - dqv:computedOn - related_mappings: - - prov:wasGeneratedBy - - schema:object - annotations: - rico_naming_convention: 'Follows RiC-O "filtersOrFiltered" pattern for active/passive predicates. - - See Rule 39: Slot Naming Convention (RiC-O Style) - - ' - replaces_slots: detection_count, detection_level, detection_threshold - migration_date: '2026-01-25' - custodian_types: '["*"]' - comments: - - Generic filtering slot for detection/analysis thresholds - - Links analysis to DetectedEntity with aggregated detection info - - DetectedEntity contains quantity, type, and threshold data - - Replaces multiple detection_* slots per Rule 53 - - 'RiC-O naming: filtersOrFiltered indicates filtering relationship' - examples: - - value: - has_or_had_quantity: - quantity_value: 342 - has_or_had_unit: - unit_value: detections - description: Detection context with 342 detected entities - - value: - has_or_had_type: DetectionLevelType:HIGH - has_or_had_quantity: - quantity_value: 0.85 - description: High confidence detection level diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/final_of_the_final.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/final_of_the_final.yaml deleted file mode 100644 index 035030b8a4..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/final_of_the_final.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/final_of_the_final -name: final_of_the_final_slot -title: Final of the Final Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - final_of_the_final: - description: "The state or condition at the end of a process or activity.\n\nCIDOC-CRM pattern for capturing the final state after an event:\n- Conservation treatment \u2192 final condition state\n- Restoration \u2192 final preservation state\n- Processing \u2192 final outcome\n\n**SEMANTIC MEANING**:\nRefers to the state observed at the final moment of a process,\nanalogous to CIDOC-CRM's E3 Condition State with P5 consists of.\n\n**TEMPORAL SEMANTICS**:\n- The state AFTER something has occurred\n- Paired with `initial_of_the_initial` for before/after comparisons\n\n**Migration (2026-01-22)**:\n- `condition_after` \u2192 `final_of_the_final` + `ConditionState`\n- Per slot_fixes.yaml (Rule 53)\n" - range: string # uriorcurie - # range: ConditionState - slot_uri: crm:P44_has_condition - exact_mappings: - - crm:P44_has_condition - close_mappings: - - crm:E3_Condition_State - examples: - - value: - state_type: GoodCondition - state_description: Object stabilized after treatment - description: Conservation record final condition - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/foo_bar.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/foo_bar.yaml deleted file mode 100644 index 24ec81da22..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/foo_bar.yaml +++ /dev/null @@ -1,19 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/foo_bar -name: foo_bar_slot -title: Foo Bar Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ -imports: -- linkml:types -default_prefix: hc -slots: - foo_bar: - range: string - multivalued: true - description: 'Foo bar description.' - slot_uri: hc:fooBar - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:fooBar diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/habitat_description.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/habitat_description.yaml deleted file mode 100644 index 2292642932..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/habitat_description.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/habitat_description -name: habitat_description -imports: - - linkml:types -slots: - habitat_description: - description: Description of habitat where specimen was collected. Maps to dwc:habitat. - range: string - slot_uri: dwc:habitat - examples: - - value: Tropical rainforest, understory - - value: Coral reef, depth 15m diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_accumulation_end_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_accumulation_end_date.yaml deleted file mode 100644 index 4f0b042a48..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_accumulation_end_date.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_accumulation_end_date -name: has_accumulation_end_date_slot -title: Has Accumulation End Date Slot -prefixes: - dcterms: http://purl.org/dc/terms/ - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - prov: http://www.w3.org/ns/prov# - rico: https://www.ica.org/standards/RiC/ontology# - schema: http://schema.org/ -imports: - - linkml:types -default_prefix: hc -slots: - has_accumulation_end_date: - description: 'Latest date of records in this accession (when records were CREATED). - - - **RiC-O**: rico:hasEndDate for temporal coverage. - - ' - range: date - slot_uri: rico:hasEndDate - aliases: - - has_or_had_accumulation_end_date - exact_mappings: - - rico:hasEndDate - close_mappings: - - schema:endDate - - dcterms:date - broad_mappings: - - prov:endedAtTime - 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. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_accumulation_start_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_accumulation_start_date.yaml deleted file mode 100644 index 5ada7b9413..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_accumulation_start_date.yaml +++ /dev/null @@ -1,47 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_accumulation_start_date -name: has_accumulation_start_date_slot -title: Has Accumulation Start Date Slot -prefixes: - dcterms: http://purl.org/dc/terms/ - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - prov: http://www.w3.org/ns/prov# - rico: https://www.ica.org/standards/RiC/ontology# - schema: http://schema.org/ -imports: - - linkml:types -default_prefix: hc -slots: - has_accumulation_start_date: - description: 'Earliest date of records in this accession (when records were CREATED). - - - **RiC-O**: rico:hasBeginningDate for temporal coverage. - - - **Example**: Correspondence files covering 2010-2020: - - - has_accumulation_start_date: 2010-01-01 - - - has_accumulation_end_date: 2020-12-31 - - - accession_date: 2024-01-15 (when transferred to archive) - - ' - range: date - slot_uri: rico:hasBeginningDate - aliases: - - has_or_had_accumulation_start_date - exact_mappings: - - rico:hasBeginningDate - close_mappings: - - schema:startDate - - dcterms:date - broad_mappings: - - prov:startedAtTime - 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. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_admin_staff_count.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_admin_staff_count.yaml deleted file mode 100644 index 89d8bc84b7..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_admin_staff_count.yaml +++ /dev/null @@ -1,87 +0,0 @@ -# ============================================================================== -# LinkML Slot Definition: has_admin_staff_count -# ============================================================================== -# Count of administrative staff members in an organization. -# -# ONTOLOGY ALIGNMENT (verified against data/ontology/): -# -# | Ontology | Property | File/Line | Mapping | Notes | -# |---------------|---------------------------|-----------------------|---------|--------------------------------------| -# | **Schema.org**| `schema:numberOfEmployees`| schemaorg.owl:27563 | close | Total employees, not admin-specific | -# -# CREATED: 2026-02-03 -# UPDATED: 2026-02-03 - Fixed description, added multilingual support -# ============================================================================== - -id: https://nde.nl/ontology/hc/slot/has_admin_staff_count -name: has_admin_staff_count -title: Has Admin Staff Count - -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_admin_staff_count: - slot_uri: hc:hasAdminStaffCount - description: >- - The count of administrative staff members employed by or associated with an organization. - alt_descriptions: - nl: >- - Het aantal administratieve personeelsleden dat in dienst is van of verbonden is aan een organisatie. - de: >- - Die Anzahl der Verwaltungsmitarbeiter, die von einer Organisation beschäftigt oder mit ihr - verbunden sind. - fr: >- - Le nombre de membres du personnel administratif employés par une organisation ou - associés à celle-ci. - ar: >- - عدد موظفي الإدارة العاملين في المؤسسة أو المرتبطين بها. - id: >- - Jumlah staf administratif yang dipekerjakan oleh atau terkait dengan suatu organisasi. - zh: >- - 组织雇用或与之关联的行政人员数量。 - es: >- - El número de miembros del personal administrativo empleados por o asociados con una organización. - structured_aliases: - - literal_form: aantal administratief personeel - predicate: EXACT_SYNONYM - in_language: nl - - literal_form: Anzahl Verwaltungspersonal - predicate: EXACT_SYNONYM - in_language: de - - literal_form: nombre de personnel administratif - predicate: EXACT_SYNONYM - in_language: fr - - literal_form: عدد الموظفين الإداريين - predicate: EXACT_SYNONYM - in_language: ar - - literal_form: jumlah staf admin - predicate: EXACT_SYNONYM - in_language: id - - literal_form: 行政人员数量 - predicate: EXACT_SYNONYM - in_language: zh - - literal_form: número de personal administrativo - predicate: EXACT_SYNONYM - in_language: es - range: integer - aliases: - - has_or_had_admin_staff_count - close_mappings: - - schema:numberOfEmployees # schemaorg.owl:27563-27585 - "The number of employees in an organization" (more general) - annotations: - custodian_types: '["*"]' - comments: - - MIGRATED 2026-02-03 from has_or_had_admin_staff_count for conciseness. - - | - **SCOPE**: Specifically counts administrative staff, as opposed to curatorial, - conservation, or other specialized staff categories. - - 'Mapping Note: schema:numberOfEmployees is close but covers all employees, not just administrative staff.' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_animal_species_count.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_animal_species_count.yaml deleted file mode 100644 index 8c83d6f2d8..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_animal_species_count.yaml +++ /dev/null @@ -1,21 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_animal_species_count -name: has_animal_species_count -title: has_animal_species_count -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_animal_species_count: - name: has_animal_species_count - description: Count of animal species. MIGRATED 2026-02-03 from has_or_had_animal_species_count for conciseness. - slot_uri: hc:hasAnimalSpeciesCount - range: integer - aliases: - - has_or_had_animal_species_count - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_api_version.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_api_version.yaml deleted file mode 100644 index a452e4625f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_api_version.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_api_version -name: has_api_version_slot -title: Has Api Version Slot -prefixes: - dcat: http://www.w3.org/ns/dcat# - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - pav: http://purl.org/pav/ - schema: http://schema.org/ -imports: - - linkml:types -default_prefix: hc -slots: - has_api_version: - description: 'Version of the API used for retrieval. - - - Schema.org: softwareVersion for API version tracking. - - ' - range: string - slot_uri: schema:version - exact_mappings: - - schema:version - close_mappings: - - dcat:version - - pav:version - 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. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_archdiocese_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_archdiocese_name.yaml deleted file mode 100644 index 45d2c3566c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_archdiocese_name.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_archdiocese_name -name: has_archdiocese_name_slot -title: Has Archdiocese Name Slot -prefixes: - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - rdfs: http://www.w3.org/2000/01/rdf-schema# - schema: http://schema.org/ -imports: - - linkml:types -default_prefix: hc -slots: - has_archdiocese_name: - description: 'Name of the archdiocese this diocese belongs to (if applicable). - - Not all dioceses are part of an archdiocese. - - ' - range: string - slot_uri: schema:name - aliases: - - has_or_had_archdiocese_name - close_mappings: - - schema:name - - rdfs:label - annotations: - custodian_types: '["H"]' - custodian_types_rationale: Applicable to all heritage custodian types. - custodian_types_primary: H - specificity_score: 0.9 - specificity_rationale: Moderately specific slot. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_architectural_style.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_architectural_style.yaml deleted file mode 100644 index c414f88b56..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_architectural_style.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_architectural_style -name: has_architectural_style_slot -title: Has Architectural Style Slot -prefixes: - dbp: http://dbpedia.org/property/ - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - schema: http://schema.org/ -imports: - - linkml:types -default_prefix: hc -slots: - has_architectural_style: - description: 'Architectural style of the building. - - - Schema.org: additionalType for style classification. - - ' - range: string - multivalued: true - slot_uri: dbp:architecturalStyle - exact_mappings: - - dbp:architecturalStyle - close_mappings: - - schema:genre - 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. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_archive_path.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_archive_path.yaml deleted file mode 100644 index 0985b02d48..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_archive_path.yaml +++ /dev/null @@ -1,25 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_archive_path -name: has_archive_path_slot -title: Has Archive Path Slot -prefixes: - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - schema: http://schema.org/ -imports: - - linkml:types -default_prefix: hc -slots: - has_archive_path: - description: 'Path to archived source material. Recommended for audit trail. - - ' - range: string - slot_uri: schema:contentUrl - close_mappings: - - schema:contentUrl - 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. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_audio_quality_score.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_audio_quality_score.yaml deleted file mode 100644 index 5e2d713ee9..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_audio_quality_score.yaml +++ /dev/null @@ -1,59 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_audio_quality_score -name: has_audio_quality_score_slot -title: Has Audio Quality Score Slot -prefixes: - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - sosa: http://www.w3.org/ns/sosa/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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_audio_quality_score: - description: 'Overall audio quality score (0.0-1.0). - - - Composite score based on: - - - Signal-to-noise ratio - - - Clipping presence - - - Frequency response - - - Clarity of speech - - - **Interpretation**: - - - > 0.8: High quality, suitable for all uses - - - 0.6-0.8: Good quality, minor issues - - - 0.4-0.6: Acceptable, some degradation - - - < 0.4: Poor quality, may need enhancement - - - **Ontology mapping**: Uses sosa:hasSimpleResult because this is a computed observation result from audio quality analysis algorithms. - - ' - range: float - slot_uri: sosa:hasSimpleResult - close_mappings: - - prov:value - - schema:ratingValue - 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. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_embargo_reason.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_embargo_reason.yaml deleted file mode 100644 index 26c4b2aaa6..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_embargo_reason.yaml +++ /dev/null @@ -1,97 +0,0 @@ -# ============================================================================== -# LinkML Slot Definition: has_embargo_reason -# ============================================================================== -# The reason for an embargo or restriction on access. -# -# ONTOLOGY ALIGNMENT (verified against data/ontology/): -# -# | Ontology | Property | File/Line | Mapping | Notes | -# |-----------|-----------------------------|--------------------------|---------|-------------------------------------------------------------| -# | **RiC-O** | `rico:conditionsOfAccess` | RiC-O_1-1.rdf:21022-21081| broad | General access conditions — broader than "embargo reason." | -# -# CREATED: 2026-02-07 -# UPDATED: 2026-02-07 - Added header, multilingual, demoted conditionsOfAccess exact→broad -# ============================================================================== - -id: https://nde.nl/ontology/hc/slot/has_embargo_reason -name: has_embargo_reason -title: Has Embargo Reason -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 -default_prefix: hc -slots: - has_embargo_reason: - name: has_embargo_reason - slot_uri: hc:hasEmbargoReason - description: >- - The reason or justification for an embargo or restriction placed on access - to a resource or record. - alt_descriptions: - nl: >- - De reden of rechtvaardiging voor een embargo of beperking op de toegang - tot een bron of record. - de: >- - Der Grund oder die Rechtfertigung für ein Embargo oder eine Beschränkung - des Zugangs zu einer Ressource oder einem Datensatz. - fr: >- - La raison ou la justification d'un embargo ou d'une restriction d'accès - à une ressource ou un document. - ar: >- - السبب أو المبرر لفرض حظر أو قيد على الوصول إلى مورد أو سجل. - id: >- - Alasan atau pembenaran untuk embargo atau pembatasan akses terhadap - sumber daya atau rekaman. - zh: >- - 对资源或记录实施禁运或访问限制的原因或理由。 - es: >- - La razón o justificación de un embargo o restricción de acceso a un - recurso o registro. - structured_aliases: - - literal_form: embargoreden - predicate: EXACT_SYNONYM - in_language: nl - - literal_form: Embargogrund - predicate: EXACT_SYNONYM - in_language: de - - literal_form: raison de l'embargo - predicate: EXACT_SYNONYM - in_language: fr - - literal_form: سبب الحظر - predicate: EXACT_SYNONYM - in_language: ar - - literal_form: alasan embargo - predicate: EXACT_SYNONYM - in_language: id - - literal_form: 禁运原因 - predicate: EXACT_SYNONYM - in_language: zh - - literal_form: razón del embargo - predicate: EXACT_SYNONYM - in_language: es - range: string - multivalued: true - aliases: - - has_or_had_embargo_reason - annotations: - custodian_types: '["*"]' - broad_mappings: - - rico:conditionsOfAccess # RiC-O_1-1.rdf:21022-21081 — general access conditions, broader than embargo reason - comments: - - | - **MIGRATION**: Renamed from has_or_had_embargo_reason for conciseness (2026-02-03). - - | - **MAPPING NOTE**: `rico:conditionsOfAccess` demoted from exact to broad because it - describes general conditions affecting availability (open, closed, by appointment, etc.), - which is a broader concept than specifically the reason for an embargo. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_heritage_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_heritage_type.yaml deleted file mode 100644 index d673122b4e..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_heritage_type.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has_heritage_type -name: has_heritage_type_slot -title: Has Heritage Type 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_heritage_type: - range: string # uriorcurie - multivalued: true - description: 'Single-letter heritage sector codes applicable to this person. - Uses HeritageTypeEnum values (G,L,A,M,O,R,C,U,B,E,S,F,I,X,P,H,D,N,T). - Multiple types possible for cross-domain professionals. - ' - slot_uri: hc:heritageTypes - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:heritageTypes diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_locker.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_locker.yaml deleted file mode 100644 index 7803e55bca..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_locker.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has-lockers -name: has_locker_slot -title: has_lockers slot -version: 1.0.0 -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_locker: - slot_uri: schema:amenityFeature - description: 'Whether reading room provides lockers for personal belongings. - - - Many reading rooms require bags/coats to be stored in lockers. - - ' - range: boolean - examples: - - value: true - description: Lockers available - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:amenityFeature diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_microfilm_reader.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_microfilm_reader.yaml deleted file mode 100644 index ce4d932459..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_microfilm_reader.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has-microfilm-readers -name: has_microfilm_reader_slot -title: has_microfilm_readers slot -version: 1.0.0 -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_microfilm_reader: - slot_uri: schema:amenityFeature - description: 'Whether reading room has microfilm/microfiche reader equipment. - - ' - range: boolean - examples: - - value: true - description: Has microfilm readers - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:amenityFeature diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_supervised_handling.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_supervised_handling.yaml deleted file mode 100644 index 9f4d56c3dc..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_supervised_handling.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has-supervised-handling -name: has_supervised_handling_slot -title: has_supervised_handling slot -version: 1.0.0 -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_supervised_handling: - slot_uri: schema:requiredFeatures - description: 'Whether materials are handled under staff supervision. - - - Required for rare, fragile, or high-value materials. - - ' - range: boolean - examples: - - value: true - description: Supervised handling required - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:requiredFeatures diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_wifi.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_wifi.yaml deleted file mode 100644 index 809b348c69..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/has_wifi.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/has-wifi -name: has_wifi_slot -title: has_wifi slot -version: 1.0.0 -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_wifi: - slot_uri: schema:amenityFeature - description: 'Whether reading room has WiFi internet access for researchers. - - ' - range: boolean - examples: - - value: true - description: WiFi available - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:amenityFeature diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/historic_garden_designation.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/historic_garden_designation.yaml deleted file mode 100644 index 2c41cdacfa..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/historic_garden_designation.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/historic-garden-designation -name: historic_garden_designation_slot -title: historic_garden_designation slot -version: 1.0.0 -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: - historic_garden_designation: - slot_uri: schema:award - description: 'Whether site has historic garden/landscape designation. - - - Dutch: Historische tuin designation, Rijksmonument landscape. - - ' - range: boolean - examples: - - value: true - description: Historic garden designation - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:award diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/hold_or_held_record_set_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/hold_or_held_record_set_type.yaml deleted file mode 100644 index 0b48f9eacf..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/hold_or_held_record_set_type.yaml +++ /dev/null @@ -1,59 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/hold_or_held_record_set_type -name: hold_or_held_record_set_type_slot -title: Hold or Held Record Set Type Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - rico: https://www.ica.org/standards/RiC/ontology# - schema: http://schema.org/ - skos: http://www.w3.org/2004/02/skos/core# - 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# -default_prefix: hc -imports: -- linkml:types -slots: - hold_or_held_record_set_type: - slot_uri: rico:isOrWasHolderOf - range: string # uriorcurie - multivalued: true - description: "Links a heritage custodian type to the record set types it typically holds.\n\n**Purpose**:\nReplaces free-text \"Scope\" descriptions in custodian type classes with \nstructured semantic links to defined RecordSetType classes.\n\n**Example** (AcademicArchive):\n```yaml\nhold_or_held_record_set_type:\n - hc:UniversityAdministrativeFonds\n - hc:StudentRecordSeries\n - hc:FacultyPaperCollection\n - hc:CampusDocumentationCollection\n```\n\nThis formally documents that academic archives typically hold:\n- Administrative records from university governance (fonds)\n- Student records series (enrollment, transcripts, graduation)\n- Personal papers of faculty members (collection)\n- Campus documentation (photos, publications, ephemera)\n\n**Dual-Class Pattern Integration**:\nThis slot bridges the custodian type (ArchiveOrganizationType subclass) \nwith its corresponding RecordSetType subclasses, completing the dual-class \npattern for heritage institutions.\n\n**Ontological\ - \ Semantics**:\n- The custodian is the Agent (rico:CorporateBody)\n- The record set types are the RecordResource classifications\n- The relationship expresses custodial responsibility for these record types" - annotations: - custodian_types: '["*"]' - custodian_types_rationale: hold_or_held_record_set_type applies to all custodian types - used for linking any heritage institution type to the record/collection types it holds. - rico_property: rico:isOrWasHolderOf - rico_property_uri: https://www.ica.org/standards/RiC/ontology#isOrWasHolderOf - rico_inverse: rico:hasOrHadHolder - rico_domain: rico:Agent - rico_range: rico:RecordResource | rico:Instantiation - rico_cm_correspondence: RiC-R039 ('is or was holder of' relation) - examples: - - value: '- hc:UniversityAdministrativeFonds - - - hc:StudentRecordSeries - - - hc:FacultyPaperCollection - - - hc:CampusDocumentationCollection - - ' - description: Academic archive holds these record set types - - value: '- hc:CouncilGovernanceFonds - - - hc:CivilRegistrySeries - - - hc:MunicipalAdministrationFonds - - - hc:UrbanPlanningCollection - - - hc:LocalHistoryCollection - - ' - description: Municipal archive holds these record set types - close_mappings: - - rico:hasRecordSetType diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/identifies_or_identified.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/identifies_or_identified.yaml deleted file mode 100644 index b5e2421995..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/identifies_or_identified.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/identifies_or_identified -name: identifies_or_identified -title: identifies_or_identified -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: - identifies_or_identified: - name: identifies_or_identified - title: identifies_or_identified - description: Identifies an entity. - slot_uri: schema:identifier - range: string # uriorcurie - # range: Custodian - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:identifier diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/identifies_or_identified_as.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/identifies_or_identified_as.yaml deleted file mode 100644 index b98bb481fa..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/identifies_or_identified_as.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/identifies_or_identified_as -name: identifies_or_identified_as -title: identifies_or_identified_as -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: - identifies_or_identified_as: - name: identifies_or_identified_as - description: Indicates how an entity identifies or was identified (e.g., gender, social group). MIGRATED from gender_identity per Rule 53. Follows RiC-O naming convention. - slot_uri: schema:gender - range: string # uriorcurie - multivalued: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:gender diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/implements_or_implemented.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/implements_or_implemented.yaml deleted file mode 100644 index 427501391a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/implements_or_implemented.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/implements_or_implemented -name: implements_or_implemented -title: implements_or_implemented -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: - implements_or_implemented: - name: implements_or_implemented - title: implements_or_implemented - description: Implements a plan or agenda. - slot_uri: prov:used - range: string # uriorcurie - # range: Agenda - multivalued: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - prov:used diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_bounding_box.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_bounding_box.yaml deleted file mode 100644 index 58a2b14814..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_bounding_box.yaml +++ /dev/null @@ -1,41 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_bounding_box -name: includes_bounding_box_slot -title: Includes Bounding Boxes 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 -default_prefix: hc -slots: - includes_bounding_box: - slot_uri: hc:includesBoundingBoxes - description: 'Whether annotation includes spatial bounding box coordinates. - - - Bounding boxes define rectangular regions in frames where - - objects/faces/text were detected. - - - Format typically: [x, y, width, height] or [x1, y1, x2, y2] - - - - true: Spatial coordinates available in segment data - - - false: Only temporal information (no spatial) - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:includesBoundingBoxes diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_handwriting.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_handwriting.yaml deleted file mode 100644 index 95ff9b1d22..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_handwriting.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_handwriting -name: includes_handwriting_slot -title: Includes Handwriting 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: - includes_handwriting: - description: 'Whether handwritten text was detected. - - - Handwriting OCR is more challenging and typically - - has lower confidence than printed text. - - - Heritage relevance: manuscripts, letters, diaries, - - annotations, signatures. - - ' - range: boolean - slot_uri: hc:includesHandwriting - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:includesHandwriting diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_music_description.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_music_description.yaml deleted file mode 100644 index cfe359d6a6..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_music_description.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_music_description -name: includes_music_description_slot -title: includes_music_descriptions 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: - includes_music_description: - description: "Whether subtitle includes music/song descriptions.\n\nExamples:\n- \u266A upbeat jazz playing \u266A\n- [classical music]\n- \u266A singing in Dutch \u266A\n- [somber orchestral music]\n\nImportant for heritage content with significant musical elements.\n" - range: boolean - slot_uri: hc:includesMusicDescriptions - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:includesMusicDescriptions diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_object_tracking.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_object_tracking.yaml deleted file mode 100644 index 63b4ab7fcb..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_object_tracking.yaml +++ /dev/null @@ -1,40 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_object_tracking -name: includes_object_tracking_slot -title: Includes Object Tracking 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: - includes_object_tracking: - description: 'Whether objects are tracked across frames. - - - Tracking maintains object identity over time: - - - true: Same object has consistent ID across frames - - - false: Independent per-frame detections - - - Tracking enables counting unique objects and - - understanding object movement/presence. - - ' - range: boolean - slot_uri: hc:includesObjectTracking - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:includesObjectTracking diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_segmentation_mask.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_segmentation_mask.yaml deleted file mode 100644 index 92785965ae..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_segmentation_mask.yaml +++ /dev/null @@ -1,41 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_segmentation_mask -name: includes_segmentation_mask_slot -title: Includes Segmentation Masks 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 -default_prefix: hc -slots: - includes_segmentation_mask: - slot_uri: hc:includesSegmentationMasks - description: 'Whether annotation includes pixel-level segmentation masks. - - - Segmentation masks provide precise object boundaries - - (more detailed than bounding boxes). - - - - true: Pixel masks available (typically as separate files) - - - false: No segmentation data - - - Masks are memory-intensive; often stored externally. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:includesSegmentationMasks diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_sound_description.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_sound_description.yaml deleted file mode 100644 index 4a8cffb849..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_sound_description.yaml +++ /dev/null @@ -1,42 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_sound_description -name: includes_sound_description_slot -title: includes_sound_descriptions 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: - includes_sound_description: - description: 'Whether subtitle includes non-speech sound descriptions. - - - Examples of sound descriptions: - - - [door slams] - - - [phone ringing] - - - [thunder] - - - [footsteps approaching] - - - Characteristic of CC and SDH tracks. - - ' - range: boolean - slot_uri: hc:includesSoundDescriptions - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:includesSoundDescriptions diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_speaker.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_speaker.yaml deleted file mode 100644 index f7dd4dcd4a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_speaker.yaml +++ /dev/null @@ -1,36 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_speaker -name: includes_speaker_slot -title: Includes Speakers 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 -default_prefix: hc -slots: - includes_speaker: - slot_uri: hc:includesSpeakers - description: 'Whether the transcript includes speaker identification. - - - - **true**: Speaker labels/diarization available - - - **false**: Single speaker or no identification (default) - - - When true, check `speaker_count` for number of distinct speakers. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:includesSpeakers diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_speaker_identification.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_speaker_identification.yaml deleted file mode 100644 index 49250d8a6c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_speaker_identification.yaml +++ /dev/null @@ -1,42 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_speaker_identification -name: includes_speaker_identification_slot -title: includes_speaker_identification 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: - includes_speaker_identification: - description: 'Whether subtitle identifies speakers. - - - Speaker identification patterns: - - - (John): Hello there. - - - NARRATOR: Welcome to the museum. - - - [Curator] This painting dates from 1642. - - - Different from transcript speaker_id which is per-segment; - - this indicates whether the TEXT CONTENT includes labels. - - ' - range: boolean - slot_uri: hc:includesSpeakerIdentification - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:includesSpeakerIdentification diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_timestamp.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_timestamp.yaml deleted file mode 100644 index 5646fd09a2..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/includes_timestamp.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/includes_timestamp -name: includes_timestamp_slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - skos: http://www.w3.org/2004/02/skos/core# - rico: https://www.ica.org/standards/RiC/ontology# - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# - 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 -slots: - includes_timestamp: - slot_uri: schema:dateModified - description: 'Whether the transcript includes time markers. - - - - **true**: Timestamps are embedded in full_text or segments have times - - - **false**: No temporal information (default) - - - If true, prefer using `segments` for programmatic access. - - ' - range: boolean - required: false - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:dateModified diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/indicates_or_indicated.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/indicates_or_indicated.yaml deleted file mode 100644 index 6fefc254bd..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/indicates_or_indicated.yaml +++ /dev/null @@ -1,47 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/indicates_or_indicated -name: indicates_or_indicated_slot -title: Indicates Or Indicated Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - indicates_or_indicated: - slot_uri: prov:generated - description: "Links an entity (e.g., an analysis or enrichment) to what it indicates or signifies.\n\n**Temporal Semantics** (RiC-O Pattern):\nThe \"indicatesOrIndicated\" naming follows RiC-O convention indicating this relationship\nmay be historical.\n\n**Ontological Alignment**:\n- **Primary** (`slot_uri`): `prov:generated` - if the indication is a result\n- **Related**: `schema:result`\n\n**Usage**:\nUsed to link enrichments (like WhatsAppEnrichment) to the assessment result\n(DigitalProfessionalAssessment).\n\n**Pattern**:\n```\nWhatsAppEnrichment\n \u2514\u2500\u2500 indicates_or_indicated \u2192 DigitalProfessionalAssessment\n \u251C\u2500\u2500 estimates_or_estimated \u2192 DigitalConfidence\n \u2514\u2500\u2500 emphasizes_or_emphasized \u2192 DigitalProficiency\n```\n\n**Migrated From** (per slot_fixes.yaml):\n- `digital_professional` \u2192 indicates_or_indicated + DigitalProficiency/Assessment\n\n**Cardinality**:\nSingle or multivalued depending on context.\n" - range: string - required: false - multivalued: false - inlined: false # Fixed invalid inline for primitive type - exact_mappings: - - prov:generated - related_mappings: - - schema:result - annotations: - rico_naming_convention: 'Follows RiC-O "indicatesOrIndicated" pattern for active/passive predicates. - - See Rule 39: Slot Naming Convention (RiC-O Style) - - ' - replaces_slots: digital_professional - migration_date: '2026-01-25' - custodian_types: '["*"]' - comments: - - Generic indication slot - - Links enrichment/analysis to its result/assessment - - Replaces digital_professional slot - - 'RiC-O naming: indicatesOrIndicated' - examples: - - value: - likely_whatsapp_proficient: true - description: Indicates digital proficiency assessment diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/industry_benchmark_high.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/industry_benchmark_high.yaml deleted file mode 100644 index 540ef75cd3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/industry_benchmark_high.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/industry_benchmark_high -name: industry_benchmark_high_slot -title: Industry Benchmark High 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_range: string -slots: - industry_benchmark_high: - slot_uri: hc:industryBenchmarkHigh - range: float - description: 'High end of the industry benchmark range for this metric. - - - Expressed as a decimal (e.g., 0.40 = 40%). - - Used with industry_benchmark_low to define the typical performance range. - - ' - close_mappings: - - schema:maxValue - examples: - - value: 0.4 - description: 40% high benchmark for visitor-to-purchase conversion - - value: 0.08 - description: 8% high benchmark for visitor-to-member conversion - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/industry_benchmark_low.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/industry_benchmark_low.yaml deleted file mode 100644 index dee2d0dd01..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/industry_benchmark_low.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/industry_benchmark_low -name: industry_benchmark_low_slot -title: Industry Benchmark Low 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_range: string -slots: - industry_benchmark_low: - slot_uri: hc:industryBenchmarkLow - range: float - description: 'Low end of the industry benchmark range for this metric. - - - Expressed as a decimal (e.g., 0.15 = 15%). - - Used with industry_benchmark_high to define the typical performance range. - - ' - close_mappings: - - schema:minValue - examples: - - value: 0.15 - description: 15% low benchmark for visitor-to-purchase conversion - - value: 0.01 - description: 1% low benchmark for visitor-to-member conversion - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inference_provenance.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/inference_provenance.yaml deleted file mode 100644 index 372853ff3d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inference_provenance.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/inference_provenance -name: inference_provenance_slot -title: Inference Provenance 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# -default_prefix: hc -imports: -- linkml:types -slots: - inference_provenance: - slot_uri: hc:inference_provenance - range: string - description: 'Inference Provenance for heritage custodian entities. - - ' - annotations: - custodian_types: '["*"]' - specificity_score: 0.5 - exact_mappings: - - hc:inference_provenance diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/info_session_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/info_session_date.yaml deleted file mode 100644 index 0c8cf19334..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/info_session_date.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/info_session_date -name: info_session_date_slot -title: Info Session Dates 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: - info_session_date: - range: string - multivalued: true - description: Dates of information sessions or webinars about the call - slot_uri: hc:infoSessionDates - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:infoSessionDates diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/initial.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/initial.yaml deleted file mode 100644 index c79b7b74ed..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/initial.yaml +++ /dev/null @@ -1,88 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/initial -name: initial_slot -title: Initials -prefixes: - pnv: https://w3id.org/pnv# - 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 -slots: - initial: - slot_uri: pnv:initials - description: 'Initial letter(s) of given name(s), each followed by a period. - - - An initial is the first letter of a person''s given name, or sometimes - - a combination of letters. Use this property to record initials - - separately from (or in addition to) the full given name. - - - Format: Each initial should be followed by a period (dot). - - - Use cases: - - 1. Record initials alongside known given name - - 2. Record initials when full given name is unknown - - 3. Capture unusual abbreviation patterns from historical sources - - - Examples from PNV specification: - - - Example 1: "Peter R. de Vries" - - - initials: "P.R." - - - given_name: "Peter R." - - - Example 2: "C.Joh. Kieviet" - - - initials: "C.Joh." (unusual abbreviation format) - - - OR given_name: "C.Joh." (alternative approach) - - - Example 3: "H.A.F.M.O. (Hans) van Mierlo" - - - initials: "H.A.F.M.O." - - - given_name: "Hans" - - - If only initials are known (not the full given name), use this property. - - The given_name property may also contain the initials as a fallback - - when no other representation is available. - - - Note: Store initials exactly as they appear in the source, including - - unusual formatting patterns like "C.Joh." for historical accuracy. - - ' - range: string - pattern: ^[A-Z][a-zA-Z]*\.([A-Z][a-zA-Z]*\.)*$ - exact_mappings: - - pnv:initials - broad_mappings: - - foaf:name - related_mappings: - - skos:altLabel - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/initial_of_the_initial.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/initial_of_the_initial.yaml deleted file mode 100644 index ac1ccc62f9..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/initial_of_the_initial.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/initial_of_the_initial -name: initial_of_the_initial_slot -title: Initial of the Initial Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - initial_of_the_initial: - description: "The state or condition at the beginning of a process or activity.\n\nCIDOC-CRM pattern for capturing the initial state before an event:\n- Conservation treatment \u2192 initial condition state\n- Restoration \u2192 initial preservation state\n- Processing \u2192 initial state\n\n**SEMANTIC MEANING**:\nRefers to the state observed at the initial moment of a process,\nanalogous to CIDOC-CRM's E3 Condition State with P5 consists of.\n\n**TEMPORAL SEMANTICS**:\n- The state BEFORE something has occurred\n- Paired with `final_of_the_final` for before/after comparisons\n\n**Migration (2026-01-22)**:\n- `condition_before` \u2192 `initial_of_the_initial` + `ConditionState`\n- Per slot_fixes.yaml (Rule 53)\n" - range: string # uriorcurie - # range: ConditionState - slot_uri: crm:P44_has_condition - exact_mappings: - - crm:P44_has_condition - close_mappings: - - crm:E3_Condition_State - examples: - - value: - state_type: PoorCondition - state_description: Object requiring stabilization before treatment - description: Conservation record initial condition - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/innovation_budget.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/innovation_budget.yaml deleted file mode 100644 index 7762fdb7c3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/innovation_budget.yaml +++ /dev/null @@ -1,68 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/innovation_budget -name: innovation_budget_slot -title: Innovation Budget 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: - innovation_budget: - description: 'Innovation budget allocation. - - - **Heritage-specific**: Budget for innovation projects that transform - - how the institution operates, preserves, or provides access to heritage. - - - Includes: - - - Digital transformation initiatives - - - R&D and experimental programs - - - New technology adoption (AI, machine learning, etc.) - - - Process automation and improvement - - - Visitor experience innovation - - - Collection management system upgrades - - - Data infrastructure modernization - - - **Distinct from digitization_budget**: Innovation focuses on transforming - - processes and capabilities, while digitization focuses on creating - - digital surrogates of physical collections. - - - **Examples**: - - - AI-powered cataloging systems - - - Virtual/augmented reality experiences - - - Automated conservation monitoring - - - Linked open data infrastructure - - ' - range: decimal - slot_uri: hc:innovationBudget - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:innovationBudget diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inscription.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/inscription.yaml deleted file mode 100644 index e842a719b5..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inscription.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/inscription -name: inscription_slot -title: Inscription Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - inscription: - description: 'Text inscribed on the object (signatures, dates, dedications). - - ' - range: string - multivalued: true - slot_uri: crm:P128_carries - annotations: - custodian_types: '["*"]' - exact_mappings: - - crm:P128_carries diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/installation_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/installation_date.yaml deleted file mode 100644 index e64cc3ef41..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/installation_date.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/installation_date -name: installation_date_slot -title: Installation Date 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: - installation_date: - description: 'Date when the device was installed. - - - Schema.org: dateCreated for installation date. - - ' - range: date - slot_uri: dcterms:date - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:date diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/installed_at_place.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/installed_at_place.yaml deleted file mode 100644 index 5d14bb0371..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/installed_at_place.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/installed_at_place -name: installed_at_place_slot -title: Installed At Place 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: - installed_at_place: - description: 'CustodianPlace where this device is installed. - - - Links to CustodianPlace for precise location. - - - Schema.org: location for physical location. - - ' - range: string # uriorcurie - # range: CustodianPlace - slot_uri: hc:installedAtPlace - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:installedAtPlace diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/instance_of.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/instance_of.yaml deleted file mode 100644 index 8733764083..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/instance_of.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/instance_of -name: instance_of_slot -title: Instance Of Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - instance_of: - description: 'The heritage form this event is an instance/occurrence of. - - - Links this specific event to its abstract heritage tradition. - - ' - range: string # uriorcurie - # range: IntangibleHeritageForm - slot_uri: crm:P2_has_type - annotations: - custodian_types: '["*"]' - exact_mappings: - - crm:P2_has_type diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_function.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_function.yaml deleted file mode 100644 index d7f8320ca9..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_function.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/institution_function -name: institution_function_slot -title: Institution Functions 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: - institution_function: - description: 'Primary functions of the institution. - - Examples: collection, exhibition, education, research, preservation, advocacy - - ' - range: string - multivalued: true - slot_uri: hc:institutionFunctions - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:institutionFunctions diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_linkedin_url.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_linkedin_url.yaml deleted file mode 100644 index c34e82c168..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_linkedin_url.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/institution_linkedin_url -name: institution_linkedin_url_slot -title: Institution Linkedin Url 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: - institution_linkedin_url: - description: 'LinkedIn school/university page URL for the institution. - - ' - range: uri - slot_uri: hc:institutionLinkedinUrl - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:institutionLinkedinUrl diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_name.yaml deleted file mode 100644 index 9f9022771a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/institution_name.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/institution_name -name: institution_name_slot -title: Institution Name Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - skos: http://www.w3.org/2004/02/skos/core# - 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: - institution_name: - description: 'Name of the educational institution. - - Ontology mapping: schema:name is the Schema.org property for the name of an item, specifically applicable to educational organizations.' - range: string - slot_uri: schema:name - close_mappings: - - skos:prefLabel - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_currency.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_currency.yaml deleted file mode 100644 index 52275debec..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_currency.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/insurance_currency -name: insurance_currency_slot -title: Insurance Currency 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: - insurance_currency: - description: 'Currency code for insurance value (ISO 4217). - - ' - range: string - slot_uri: schema:priceCurrency - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:priceCurrency diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_provider.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_provider.yaml deleted file mode 100644 index 9dee1b73aa..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_provider.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/insurance_provider -name: insurance_provider_slot -title: Insurance Provider 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: - insurance_provider: - description: 'Insurance company or government indemnity program. - - ' - range: string - slot_uri: hc:insuranceProvider - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:insuranceProvider diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_value.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_value.yaml deleted file mode 100644 index 9ddf279919..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/insurance_value.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/insurance_value -name: insurance_value_slot -title: Insurance Value 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: - insurance_value: - description: 'Insured value of loaned object(s). - - Typically "nail-to-nail" coverage for transit and display period. - - ' - range: decimal - slot_uri: schema:price - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:price diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/intangible_heritage_subtype.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/intangible_heritage_subtype.yaml deleted file mode 100644 index 9c9c1c1ebb..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/intangible_heritage_subtype.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/intangible_heritage_subtype -name: intangible_heritage_subtype_slot -title: Intangible Heritage Subtype 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 -- ../enums/IntangibleHeritageTypeEnum -default_prefix: hc -slots: - intangible_heritage_subtype: - slot_uri: skos:narrower - description: 'Specific subtype from the IntangibleHeritageTypeEnum taxonomy (82 intangible heritage types). - - Each value links to a Wikidata entity describing a specific type. - - ' - range: string # uriorcurie - # range: IntangibleHeritageTypeEnum - required: false - multivalued: true - comments: - - Values extracted from Wikidata hyponyms - - Each value has a wikidata:QID meaning for Linked Open Data - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:narrower diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/integrates_or_integrated.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/integrates_or_integrated.yaml deleted file mode 100644 index ffd04233d2..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/integrates_or_integrated.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/integrates_or_integrated -name: integrates_or_integrated -title: integrates_or_integrated -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: - integrates_or_integrated: - name: integrates_or_integrated - description: Indicates that an entity integrates or integrated another entity (e.g., a function, system). MIGRATED from functional_integration per Rule 53. Follows RiC-O naming convention. - slot_uri: rico:hasOrHadComponent - range: string # uriorcurie - multivalued: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - rico:hasOrHadComponent diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/interlibrary_loan.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/interlibrary_loan.yaml deleted file mode 100644 index 41a1860f93..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/interlibrary_loan.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/interlibrary_loan -name: interlibrary_loan_slot -title: Interlibrary Loan 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: - interlibrary_loan: - slot_uri: schema:serviceType - description: 'Whether library participates in interlibrary loan (ILL) networks for - - resource sharing with other libraries. - - True = participates in ILL (can borrow from/lend to other libraries) - - False = does not participate in ILL - - ' - range: boolean - required: false - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:serviceType diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/internal_funding.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/internal_funding.yaml deleted file mode 100644 index e1a3253910..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/internal_funding.yaml +++ /dev/null @@ -1,41 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/internal_funding -name: internal_funding_slot -title: Internal Funding 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: - internal_funding: - description: 'Internal/earned revenue included in budget. - - - Sources: - - - Admission fees - - - Merchandise sales - - - Venue rental - - - Licensing fees - - - Membership dues - - ' - range: decimal - slot_uri: hc:internalFunding - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:internalFunding diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/international.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/international.yaml deleted file mode 100644 index 2583d25fb2..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/international.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/international -name: international_slot -title: International Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - international: - slot_uri: dcterms:spatial - description: International scope descriptions - range: string - multivalued: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:spatial diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inventory_number.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/inventory_number.yaml deleted file mode 100644 index efb93e2185..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inventory_number.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/inventory_number -name: inventory_number_slot -title: Inventory Number Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - inventory_number: - description: 'Additional inventory or catalog numbers. - - ' - range: string - slot_uri: dcterms:identifier - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:identifier diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inventory_web_address.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/inventory_web_address.yaml deleted file mode 100644 index bc25c63c26..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/inventory_web_address.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/inventory_web_address -name: inventory_web_address_slot -title: Inventory Web Addresses 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: - inventory_web_address: - description: 'URLs for archival inventories, finding aids, or collection catalogs. - - - DCAT: landingPage for human-readable collection descriptions. - - - Examples: - - - "https://www.nationaalarchief.nl/onderzoeken/index" (National Archives inventories) - - - "https://archief.amsterdam/inventarissen" (Amsterdam City Archives inventories) - - ' - range: uri - slot_uri: hc:inventoryWebAddresses - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:inventoryWebAddresses diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/involves_or_involved.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/involves_or_involved.yaml deleted file mode 100644 index af8566b8cb..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/involves_or_involved.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/involves_or_involved -name: involves_or_involved -title: involves_or_involved -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: - involves_or_involved: - name: involves_or_involved - title: involves_or_involved - description: Actor involved in the event. - slot_uri: prov:wasAssociatedWith - range: string # uriorcurie - # range: Actor - multivalued: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - prov:wasAssociatedWith diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_accredited.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_accredited.yaml deleted file mode 100644 index 999ab2b151..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_accredited.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_accredited -name: is_accredited_slot -title: Is Accredited 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: - is_accredited: - description: 'Whether lab holds professional conservation accreditation. - - - Accreditation bodies include: - - - AIC (American Institute for Conservation) - - - ICON (Institute of Conservation, UK) - - - VeRes (Dutch Restorers Association) - - ' - range: boolean - slot_uri: hc:isAccredited - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isAccredited diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_active.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_active.yaml deleted file mode 100644 index 4e2893be8e..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_active.yaml +++ /dev/null @@ -1,39 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_active -name: is_active_slot -title: is_active 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: - is_active: - slot_uri: hc:isActive - description: 'Whether this temporary location is currently active. - - - TRUE: Currently operational - - FALSE: Closed/ended or not yet started - - - Computed from actual_start/actual_end dates. - - ' - range: boolean - required: true - close_mappings: - - adms:status - comments: - - schema:status does not exist as a Schema.org property - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_annex_of_reading_room.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_annex_of_reading_room.yaml deleted file mode 100644 index 97fd46ebdd..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_annex_of_reading_room.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_annex_of_reading_room -name: is_annex_of_reading_room_slot -title: Is Annex Of Reading Room 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 -default_prefix: hc -slots: - is_annex_of_reading_room: - slot_uri: hc:isAnnexOfReadingRoom - description: 'The main ReadingRoom that this is an annex of. - - - Schema.org: isPartOf for part-whole relationship. - - - Links annex to primary reading room. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isAnnexOfReadingRoom diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_approximate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_approximate.yaml deleted file mode 100644 index 047ea1f194..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_approximate.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_approximate -name: is_approximate_slot -title: Is Approximate Slot -prefixes: - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - 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: - is_approximate: - description: 'Always required. Default to false unless hedging language detected. - - ' - range: boolean - slot_uri: hc:isApproximate - related_mappings: - - schema:approximateValue - 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. - exact_mappings: - - hc:isApproximate diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_auxiliary_of_place.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_auxiliary_of_place.yaml deleted file mode 100644 index 64862f4ea8..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_auxiliary_of_place.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_auxiliary_of_place -name: is_auxiliary_of_place_slot -title: Is Auxiliary Of Place 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: - is_auxiliary_of_place: - description: "Link back to the CustodianPlace that this is an auxiliary of.\n\nSKOS: broader links subordinate to main concept.\n\nLike CustodianAppellation.variant_of_name \u2192 CustodianName,\nthis links AuxiliaryPlace \u2192 CustodianPlace (main place).\n" - range: string # uriorcurie - # range: CustodianPlace - slot_uri: hc:isAuxiliaryOfPlace - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isAuxiliaryOfPlace diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_auxiliary_of_platform.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_auxiliary_of_platform.yaml deleted file mode 100644 index 335987adaa..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_auxiliary_of_platform.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_auxiliary_of_platform -name: is_auxiliary_of_platform_slot -title: Is Auxiliary Of Platform 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: - is_auxiliary_of_platform: - description: "Link back to the DigitalPlatform that this is an auxiliary of.\n\nDublin Core: isPartOf links part to whole.\n\nLike CustodianAppellation.variant_of_name \u2192 CustodianName,\nthis links AuxiliaryDigitalPlatform \u2192 DigitalPlatform (main platform).\n" - range: string # uriorcurie - # range: DigitalPlatform - slot_uri: hc:isAuxiliaryOfPlatform - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isAuxiliaryOfPlatform diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_background.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_background.yaml deleted file mode 100644 index 956409774c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_background.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_background -name: is_background_slot -title: Is Background 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: - is_background: - description: 'Whether music is background (under speech) vs featured. - - - - true: Music is background/ambient - - - false: Music is primary audio - - ' - range: boolean - slot_uri: hc:isBackground - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isBackground diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_branch_of.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_branch_of.yaml deleted file mode 100644 index 2b32c8c83b..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_branch_of.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_branch_of -name: is_branch_of_slot -title: Is Branch Of 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: - is_branch_of: - description: "Parent Custodian or OrganizationBranch that this branch belongs to.\n\nW3C ORG: org:unitOf - \"Indicates an Organization of which this Unit is a part\"\n\nCan link to:\n- Custodian (direct branch of main institution)\n- OrganizationBranch (sub-branch of another branch)\n\nEnables hierarchical branch structures:\n- National Archives \u2192 Regional Branch \u2192 Local Office\n" - range: string # uriorcurie - slot_uri: hc:isBranchOf - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isBranchOf diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_closed_caption.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_closed_caption.yaml deleted file mode 100644 index 917824556f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_closed_caption.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_closed_caption -name: is_closed_caption_slot -title: is_closed_caption 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: - is_closed_caption: - description: 'Whether this is a closed caption track (CC). - - - Closed captions differ from subtitles: - - - **CC (true)**: Designed for Deaf/HoH, includes non-speech audio - - - **Subtitles (false)**: Translation of dialogue only - - - CC typically includes [MUSIC], [APPLAUSE], speaker ID, etc. - - ' - range: boolean - slot_uri: hc:isClosedCaption - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isClosedCaption diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_current_version.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_current_version.yaml deleted file mode 100644 index b91cd7c9e7..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_current_version.yaml +++ /dev/null @@ -1,42 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_current_version -name: is_current_version_slot -title: Is Current Version 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: - is_current_version: - description: 'Indicates whether this is the current/active version of articles. - - - Only ONE version should be current at any time. - - - When articles are amended: - - 1. Set is_current_version = false on old version - - 2. Set superseded_by on old version - - 3. Create new version with is_current_version = true - - 4. Set supersedes on new version - - ' - range: boolean - slot_uri: hc:isCurrentVersion - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isCurrentVersion diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_deceased.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_deceased.yaml deleted file mode 100644 index b86f261f6a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_deceased.yaml +++ /dev/null @@ -1,51 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_deceased -name: is_deceased_slot -title: Is Deceased Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - prov: http://www.w3.org/ns/prov# - dcterms: http://purl.org/dc/terms/ - 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: - is_deceased: - slot_uri: hc:isDeceased - description: "Links to structured information about a person's death status.\n\n**Purpose**:\nProvides a structured representation of death circumstances, replacing\nthe simple `circumstances_of_death` string with a `DeceasedStatus` class\nthat captures:\n- Cause of death (via CauseOfDeath class)\n- Temporal extent (date of death via TimeSpan)\n- Narrative description of circumstances\n\n**Temporal Semantics**:\nUses \"is\" prefix (not \"has_or_had\") because death status is a permanent\nstate - once deceased, always deceased.\n\n**Ontological Alignment**:\n- **Primary** (`slot_uri`): `hc:isDeceased` - Heritage Custodian property\n- **Related**: `schema:deathDate` - Schema.org death date\n- **Related**: `prov:wasEndedBy` - PROV-O activity termination\n\n**Usage in StaffRole**:\nDocuments the death status of heritage workers, particularly important for:\n- Heritage workers killed during conflicts (Gaza, Ukraine, etc.)\n- Historical figures in the heritage sector\n- Biographical documentation\ - \ and commemoration\n\n**Example - Gaza Heritage Worker**:\n```yaml\nis_deceased:\n is_or_was_caused_by:\n cause_type: CONFLICT\n has_or_had_description: |\n Killed in Israeli airstrike on his home in Gaza City on November 19, 2023.\n He was a journalist and information professional at Press House - Palestine.\n temporal_extent:\n begin_of_the_begin: \"2023-11-19T00:00:00Z\"\n end_of_the_end: \"2023-11-19T23:59:59Z\"\n```\n" - range: string # uriorcurie - # range: DeceasedStatus - inlined: false # Fixed invalid inline for primitive type - required: false - narrow_mappings: - - schema:deathDate - related_mappings: - - prov:wasEndedBy - annotations: - migration_source: circumstances_of_death - migration_date: '2026-01-19' - migration_rationale: 'Replaced simple string slot with structured DeceasedStatus class - - per slot_fixes.yaml revision at line 9369. - - Enables structured capture of cause, date, and narrative. - - ' - custodian_types: '["*"]' - comments: - - 'Replaces: circumstances_of_death (string)' - - 'Range: DeceasedStatus class for structured death information' - - 'Includes: cause of death, temporal extent, narrative description' - - Important for documenting heritage workers killed in conflicts - examples: - - value: "is_deceased:\n is_or_was_caused_by:\n cause_type: NATURAL\n temporal_extent:\n begin_of_the_begin: \"2020-03-15\"\n end_of_the_end: \"2020-03-15\"\n" - description: Natural death with known date - - value: "is_deceased:\n is_or_was_caused_by:\n cause_type: CONFLICT\n has_or_had_description: \"Killed during airstrike on cultural center\"\n temporal_extent:\n begin_of_the_begin: \"2023-10-01\"\n end_of_the_end: \"2023-12-31\"\n" - description: Death during conflict with date range (exact date unknown) diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_embeddable.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_embeddable.yaml deleted file mode 100644 index 24cc641001..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_embeddable.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_embeddable -name: is_embeddable_slot -title: Is Embeddable 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 -default_prefix: hc -slots: - is_embeddable: - slot_uri: hc:isEmbeddable - description: 'Whether the video can be embedded on external sites. - - - Publisher-controlled setting. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isEmbeddable diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_estimate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_estimate.yaml deleted file mode 100644 index 36eca68995..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_estimate.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_estimate -name: is_estimate_slot -title: Is Estimate 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# -default_prefix: hc -imports: -- linkml:types -slots: - is_estimate: - slot_uri: hc:is_estimate - range: boolean - description: 'Is Estimate for heritage custodian entities. - - ' - annotations: - custodian_types: '["*"]' - specificity_score: 0.5 - exact_mappings: - - hc:is_estimate diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_heritage_relevant.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_heritage_relevant.yaml deleted file mode 100644 index 26a1a02478..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_heritage_relevant.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_heritage_relevant -name: is_heritage_relevant_slot -title: Is Heritage Relevant 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: - is_heritage_relevant: - description: 'Whether this person is professionally relevant to heritage sectors. - - True if they work at, consult for, or research heritage institutions. - - ' - range: boolean - slot_uri: hc:isHeritageRelevant - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isHeritageRelevant diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_historical_boundary.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_historical_boundary.yaml deleted file mode 100644 index 3d1e49aef2..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_historical_boundary.yaml +++ /dev/null @@ -1,52 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_historical_boundary -name: is_historical_boundary_slot -title: Is Historical Boundary 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: - is_historical_boundary: - range: boolean - description: 'Indicates if this service area represents a historical boundary - - that no longer exists in current administrative geography. - - - Use for: - - - Pre-merger municipal boundaries - - - Historical territories (e.g., HALC data from 1500) - - - Dissolved provinces or regions - - - When true: - - - has_boundary should use historical GeoSpatialPlace data - - - temporal_extent should indicate the period of validity - - - Display styling should indicate historical nature (e.g., brown/sepia) - - ' - ifabsent: boolean(false) - examples: - - value: true - description: Historical boundary from pre-1800 territory - slot_uri: hc:isHistoricalBoundary - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isHistoricalBoundary diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_inferred.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_inferred.yaml deleted file mode 100644 index 34340adb5a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_inferred.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_inferred -name: is_inferred_slot -title: Is Inferred 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# -default_prefix: hc -imports: -- linkml:types -slots: - is_inferred: - slot_uri: hc:is_inferred - range: boolean - description: 'Is Inferred for heritage custodian entities. - - ' - annotations: - custodian_types: '["*"]' - specificity_score: 0.5 - exact_mappings: - - hc:is_inferred diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_leased.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_leased.yaml deleted file mode 100644 index ae83773f7c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_leased.yaml +++ /dev/null @@ -1,47 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_leased -name: is_leased_slot -title: Is Leased 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: - is_leased: - slot_uri: hc:isLeased - description: 'Whether this administrative office is leased (TRUE) or owned (FALSE). - - - HC Ontology: Custom property for space tenure status. - - - Administrative offices are often leased in commercial buildings - - rather than owned by the heritage organization. This boolean flag - - indicates tenure type: - - - TRUE: Space is leased from a third party (rental agreement) - - - FALSE: Space is owned by the heritage custodian organization - - - Note: No standard ontology property exists for boolean tenure status. - - Schema.org `owns` expects an object, not a boolean value. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isLeased diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_legal_status_of.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_legal_status_of.yaml deleted file mode 100644 index 98af61f20f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_legal_status_of.yaml +++ /dev/null @@ -1,39 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_legal_status_of -name: is_legal_status_of -title: Is Legal Status Of -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - owl: http://www.w3.org/2002/07/owl# - 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 -slots: - is_legal_status_of: - slot_uri: hc:isLegalStatusOf - description: The custodian that this legal status represents. - range: string # uriorcurie - # range: Custodian - comments: - - Inverse of legal_status - - Links legal entity back to custodian hub - - Creates owl:inverseOf axiom in RDF output - - 'Inverse: `legal_status` | Pattern: If Custodian legal_status LegalStatus, then LegalStatus is_legal_status_of Custodian' - - 'Navigation: From legal status: Find custodian it represents (is_legal_status_of) | From custodian: Find formal legal entity (legal_status)' - related_mappings: - - rdf:type - annotations: - inverse_slot: legal_status - custodian_types: '["*"]' - examples: - - value: "CustodianLegalStatus:\n legal_name: \"Stichting Rijksmuseum\"\n is_legal_status_of: \"https://nde.nl/ontology/hc/nl-nh-ams-m-rm\"\n" - description: Usage example - exact_mappings: - - hc:isLegalStatusOf diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_licensed_content.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_licensed_content.yaml deleted file mode 100644 index 633bd56f9f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_licensed_content.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_licensed_content -name: is_licensed_content_slot -title: Is Licensed Content 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 -default_prefix: hc -slots: - is_licensed_content: - slot_uri: hc:isLicensedContent - description: 'Whether the video contains licensed content (music, clips). - - - Affects monetization and regional availability. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isLicensedContent diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_made_for_kid.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_made_for_kid.yaml deleted file mode 100644 index 5e4a051032..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_made_for_kid.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_made_for_kid -name: is_made_for_kid_slot -title: Is Made For Kids 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 -default_prefix: hc -slots: - is_made_for_kid: - slot_uri: hc:isMadeForKids - description: 'Whether the video is designated as made for children. - - - COPPA compliance flag. Affects comments, ads, features. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isMadeForKids diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_mandatory.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_mandatory.yaml deleted file mode 100644 index 2b08ffd647..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_mandatory.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_mandatory -name: is_mandatory_slot -title: Is Mandatory 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: - is_mandatory: - range: boolean - description: 'Whether this requirement is mandatory for eligibility (true) - - or preferred/optional (false). - - - Defaults to true - most requirements are mandatory. - - ' - slot_uri: hc:isMandatory - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isMandatory diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_official_assessment.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_official_assessment.yaml deleted file mode 100644 index a677cae814..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_official_assessment.yaml +++ /dev/null @@ -1,38 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_official_assessment -name: is_official_assessment_slot -title: Is Official Assessment 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: - is_official_assessment: - description: 'Whether this is an official institutional assessment or external observation. - - - TRUE = Official self-assessment or authorized inspection. - - FALSE = External/investigative observation not sanctioned by institution. - - - **Important for interpretation**: Official assessments represent what - - the institution claims; external observations may contradict this. - - ' - range: boolean - slot_uri: hc:isOfficialAssessment - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isOfficialAssessment diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_official_content.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_official_content.yaml deleted file mode 100644 index 3e1ad734b3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_official_content.yaml +++ /dev/null @@ -1,36 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_official_content -name: is_official_content_slot -title: Is Official Content 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: - is_official_content: - description: 'Whether this content was posted by the heritage institution''s official account. - - - - **true**: Posted by the custodian''s verified/official account - - - **false**: Third-party content (visitors, media, etc.) about the institution - - - Helps distinguish official communications from external coverage. - - ' - range: boolean - slot_uri: hc:isOfficialContent - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isOfficialContent diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_open_to_public.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_open_to_public.yaml deleted file mode 100644 index 370f230678..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_open_to_public.yaml +++ /dev/null @@ -1,41 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is-open-to-public -name: is_open_to_public_slot -title: is_open_to_public slot -version: 1.0.0 -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: - is_open_to_public: - slot_uri: schema:isAccessibleForFree - description: 'Whether building is open to public visitors. - - - Some historic buildings are: - - - Fully open (museum house) - - - Partially open (guided tours only) - - - Closed (administrative use, private) - - ' - range: boolean - examples: - - value: true - description: Open to public - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:isAccessibleForFree diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_overlapping.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_overlapping.yaml deleted file mode 100644 index 17a9635d64..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_overlapping.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_overlapping -name: is_overlapping_slot -title: Is Overlapping 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: - is_overlapping: - description: 'Whether this segment overlaps with another speaker. - - - Overlapping speech occurs when multiple people speak simultaneously. - - ' - range: boolean - slot_uri: hc:isOverlapping - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isOverlapping diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_part_of_complex.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_part_of_complex.yaml deleted file mode 100644 index 33de1df973..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_part_of_complex.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_part_of_complex -name: is_part_of_complex_slot -title: Is Part Of Complex 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: - is_part_of_complex: - description: 'Whether this building is part of a larger complex/ensemble. - - - e.g., Abbey with multiple buildings, palace complex, castle grounds. - - ' - range: boolean - slot_uri: hc:isPartOfComplex - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isPartOfComplex diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_permanent.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_permanent.yaml deleted file mode 100644 index 436fa643fb..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_permanent.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_permanent -name: is_permanent_slot -title: is_permanent slot -version: 1.0.0 -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: - is_permanent: - slot_uri: schema:duration - description: 'Whether this is a permanent exhibition space or temporary. - - - TRUE: Ongoing/permanent venue - - FALSE: Temporary/pop-up venue - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:duration diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_permitted.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_permitted.yaml deleted file mode 100644 index 21bbc255c8..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_permitted.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_permitted -name: is_permitted_slot -title: Is Permitted 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# -default_prefix: hc -imports: -- linkml:types -slots: - is_permitted: - slot_uri: hc:is_permitted - range: boolean - description: 'Is Permitted for heritage custodian entities. - - ' - annotations: - custodian_types: '["*"]' - specificity_score: 0.5 - exact_mappings: - - hc:is_permitted diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_primary_digital_presence.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_primary_digital_presence.yaml deleted file mode 100644 index cea713bac0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_primary_digital_presence.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_primary_digital_presence -name: is_primary_digital_presence_slot -title: Is Primary Digital Presence 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: - is_primary_digital_presence: - description: "**CURRENT** status indicating whether this social media profile is the \ncustodian's PRIMARY or ONLY digital presence.\n\n**IMPORTANT**: This is a CONVENIENCE field representing the CURRENT status.\nFor temporal history and provenance, use `primary_presence_assertions`.\n\n**Decision Logic**:\n\n- **true**: Social media IS the main way this custodian profiles itself online\n - Custodian has no formal website (digital_platform is null)\n - OR social media reaches significantly more audience than website\n - Example: Local heritage society with Facebook as only presence\n\n- **false** (default): Social media SUPPORTS other digital presence\n - Custodian has a main website (DigitalPlatform)\n - Social media complements/promotes the website\n - Example: Museum Instagram supporting rijksmuseum.nl\n\n**Relationship to primary_presence_assertions**:\n\nThis boolean reflects the MOST RECENT assertion's value. The full \ntemporal history is maintained in `primary_presence_assertions`.\n\ - \nWhen assertions change, this field should be updated to match\nthe current valid assertion.\n\n**Impact on Linking**:\n\n- When true: SocialMediaProfile links directly to Custodian\n- When false: SocialMediaProfile links to DigitalPlatform/AuxiliaryDigitalPlatform\n" - range: boolean - slot_uri: hc:isPrimaryDigitalPresence - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isPrimaryDigitalPresence diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_public_facing.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_public_facing.yaml deleted file mode 100644 index 49b52f19b9..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_public_facing.yaml +++ /dev/null @@ -1,36 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_public_facing -name: is_public_facing_slot -title: Is Public Facing 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: - is_public_facing: - description: 'Whether this branch office serves the public directly. - - - TRUE: Public visitors, researchers, patrons can access - - FALSE: Staff-only administrative location - - - Note: Use AdministrativeOffice class for staff-only locations. - - ' - range: boolean - slot_uri: hc:isPublicFacing - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isPublicFacing diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_rebuilding.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_rebuilding.yaml deleted file mode 100644 index 40db7f96f2..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_rebuilding.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_rebuilding -name: is_rebuilding_slot -title: Is Rebuilding 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: - is_rebuilding: - description: Whether institution is being rebuilt - range: boolean - slot_uri: hc:isRebuilding - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isRebuilding diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_recognized.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_recognized.yaml deleted file mode 100644 index dfa13dd9f0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_recognized.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_recognized -name: is_recognized_slot -title: Is Recognized 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: - is_recognized: - description: Whether face was matched to known person - range: boolean - slot_uri: hc:isRecognized - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isRecognized diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_recurring.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_recurring.yaml deleted file mode 100644 index e7dee26846..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_recurring.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_recurring -name: is_recurring_slot -title: Is Recurring 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: - is_recurring: - description: 'Whether this activity recurs on a regular schedule. - - - True for activities like annual inventory, quarterly condition checks. - - ' - range: boolean - slot_uri: hc:isRecurring - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isRecurring diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_sdh.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_sdh.yaml deleted file mode 100644 index 1c6df2e493..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_sdh.yaml +++ /dev/null @@ -1,40 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_sdh -name: is_sdh_slot -title: is_sdh 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: - is_sdh: - description: 'Whether these are Subtitles for Deaf/Hard-of-Hearing (SDH). - - - SDH combines subtitle translation with CC-style annotations: - - - Dialogue translation (like subtitles) - - - Sound descriptions (like CC) - - - Speaker identification - - - Typically marked "[SDH]" on streaming platforms. - - ' - range: boolean - slot_uri: hc:isSdh - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isSdh diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_sub_guide.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_sub_guide.yaml deleted file mode 100644 index 942b931bdf..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_sub_guide.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_sub_guide -name: is_sub_guide_slot -title: Is Sub Guide 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: - is_sub_guide: - slot_uri: hc:isSubGuide - description: Whether this is a link to a sub-guide - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isSubGuide diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_temporary.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_temporary.yaml deleted file mode 100644 index a5ac6cca30..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_temporary.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_temporary -name: is_temporary_slot -title: Is Temporary 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 -default_prefix: hc -slots: - is_temporary: - slot_uri: hc:isTemporary - description: 'Whether this annex is temporary (will close when main room reopens). - - - Relevant for renovation/construction annexes. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isTemporary diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_type_specimen.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_type_specimen.yaml deleted file mode 100644 index e87d547189..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_type_specimen.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_type_specimen -name: is_type_specimen_slot -title: Is Type Specimen 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: - is_type_specimen: - description: 'Whether this is a nomenclatural type specimen. - - True if specimen has any type status (holotype, paratype, etc.) - - ' - range: boolean - slot_uri: hc:isTypeSpecimen - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isTypeSpecimen diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_verified.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_verified.yaml deleted file mode 100644 index dedc5d3900..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_verified.yaml +++ /dev/null @@ -1,36 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/is_verified -name: is_verified_slot -title: Is Verified 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 -default_prefix: hc -slots: - is_verified: - slot_uri: hc:isVerified - description: 'Whether content has been verified by a human. - - - - **true**: Human-reviewed and approved - - - **false**: Not yet verified (default for AI-generated) - - - Critical for quality assurance in heritage contexts. - - ' - range: boolean - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:isVerified diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/isbn.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/isbn.yaml deleted file mode 100644 index 2422ec416c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/isbn.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/isbn -name: isbn_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_range: string -slots: - isbn: - description: 'International Standard Book Number (ISBN) for publications. - - Accepts both ISBN-10 and ISBN-13 formats. - - ' - slot_uri: schema:isbn - range: string - pattern: ^(97[89])?[0-9]{9}[0-9X]$ - exact_mappings: - - schema:isbn - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/isbn_13.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/isbn_13.yaml deleted file mode 100644 index 9a3e8490f6..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/isbn_13.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/isbn_13 -name: isbn_13_slot -title: Isbn 13 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: - isbn_13: - description: 'ISBN-13 specifically. - - ' - range: string - slot_uri: bibo:isbn13 - annotations: - custodian_types: '["*"]' - exact_mappings: - - bibo:isbn13 diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/isil.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/isil.yaml deleted file mode 100644 index 3a82f70f23..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/isil.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/isil -name: isil_slot -title: Isil Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - isil: - slot_uri: dcterms:identifier - description: International Standard Identifier for Libraries (ISO 15511) - range: string - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:identifier diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_3166_2_code.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_3166_2_code.yaml deleted file mode 100644 index 42abd353a8..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_3166_2_code.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/iso_3166_2_code -name: iso_3166_2_code_slot -title: Iso 3166 2 Code 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: - iso_3166_2_code: - description: "ISO 3166-2 subdivision code.\n\nFormat: {country_alpha2}-{subdivision_code}\n- First 2 letters: ISO 3166-1 alpha-2 country code\n- Hyphen separator\n- Subdivision code (1-3 alphanumeric characters, varies by country)\n\nExamples:\n- \"US-PA\": Pennsylvania (US state)\n- \"ID-BA\": Bali (Indonesian province)\n- \"DE-BY\": Bayern/Bavaria (German Land)\n- \"NL-LI\": Limburg (Dutch province)\n- \"CA-ON\": Ontario (Canadian province)\n- \"AU-NSW\": New South Wales (Australian state)\n- \"IN-KL\": Kerala (Indian state)\n- \"ES-AN\": Andaluc\xEDa/Andalusia (Spanish autonomous community)\n\nReference: https://en.wikipedia.org/wiki/ISO_3166-2\n" - range: string - pattern: ^[A-Z]{2}-[A-Z0-9]{1,3}$ - slot_uri: schema:addressRegion - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:addressRegion diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_standard.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_standard.yaml deleted file mode 100644 index 6e02155ea8..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_standard.yaml +++ /dev/null @@ -1,64 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/iso_standard -name: iso_standard_slot -title: ISO Standard Reference Slot -description: 'Slot for referencing ISO standards applicable to heritage preservation contexts. - - - Common preservation standards: - - - ISO 11799: Document storage requirements for archive and library materials - - - ISO 18911: Imaging materials - Processed safety photographic films - Storage practices - - - ISO 18934: Imaging materials - Multiple media archives - Storage environment - - - EN 16893: Conservation of cultural heritage - Specifications for location, construction and modification of buildings or rooms intended for the storage or use of heritage collections - - ' -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - iso_standard: - description: 'Reference to applicable ISO or EN standard for this environmental zone type. - - - Format: Standard identifier (e.g., "ISO 11799", "ISO 18911", "EN 16893") - - - Common preservation standards: - - - ISO 11799: Document storage requirements - - - ISO 18911: Film storage practices - - - ISO 18934: Multiple media archives storage - - - EN 16893: Heritage collection storage buildings - - ' - range: string - slot_uri: dcterms:conformsTo - multivalued: true - examples: - - value: ISO 11799 - description: Document storage requirements standard - - value: ISO 18911 - description: Film storage practices standard - - value: EN 16893 - description: Heritage collection storage building specifications - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:conformsTo diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_standard_reference.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_standard_reference.yaml deleted file mode 100644 index 6461419754..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/iso_standard_reference.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/iso_standard_reference -name: iso_standard_reference_slot -title: Iso Standard Reference 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# -default_prefix: hc -imports: -- linkml:types -slots: - iso_standard_reference: - slot_uri: hc:iso_standard_reference - range: string - description: 'Iso Standard Reference for heritage custodian entities. - - ' - annotations: - custodian_types: '["*"]' - specificity_score: 0.5 - exact_mappings: - - hc:iso_standard_reference diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/issn.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/issn.yaml deleted file mode 100644 index f0a1d48542..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/issn.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/issn -name: issn_slot -title: Issn 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: - issn: - description: 'International Standard Serial Number for periodicals. - - ' - range: string - slot_uri: bibo:issn - annotations: - custodian_types: '["*"]' - exact_mappings: - - bibo:issn diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/issued_call.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/issued_call.yaml deleted file mode 100644 index e64917f1ee..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/issued_call.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/issued_call -name: issued_call_slot -title: Issued Calls 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: - issued_call: - slot_uri: schema:makesOffer - range: string # uriorcurie - multivalued: true - description: "Funding calls issued by this funding organisation.\n\nLinks FundingOrganisation to CallForApplication instances representing\nspecific funding opportunities.\n\n**Inverse of CallForApplication.issuing_organisation**:\n- FundingOrganisation \u2192 issued_calls \u2192 CallForApplication[]\n- CallForApplication \u2192 issuing_organisation \u2192 FundingOrganisation\n\nUses schema:makesOffer (FundingOrganisation makes funding offers via calls).\n" - examples: - - value: https://nde.nl/ontology/hc/call/ec/cl2-2025-heritage-01 - description: Horizon Europe CL2 2025 heritage call - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:makesOffer diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/issuing_organisation.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/issuing_organisation.yaml deleted file mode 100644 index b09baf3ca3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/issuing_organisation.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/issuing_organisation -name: issuing_organisation_slot -title: Issuing Organisation 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: - issuing_organisation: - range: string # uriorcurie - description: "The FundingOrganisation that issues this call.\n\nURI reference to EncompassingBody entity (FundingOrganisation subclass).\nFormat: https://nde.nl/ontology/hc/encompassing-body/funding/{slug}\n\n**Inverse of FundingOrganisation.issued_calls**:\n- FundingOrganisation \u2192 issued_calls \u2192 CallForApplication[]\n- CallForApplication \u2192 issuing_organisation \u2192 FundingOrganisation\n" - slot_uri: hc:issuingOrganisation - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:issuingOrganisation diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/item.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/item.yaml deleted file mode 100644 index 2f3ca15a9f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/item.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/item -name: item -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 -slots: - item: - slot_uri: rico:hasOrHadConstituent - description: "Individual ExhibitedObject items within this collection.\n\nRiC-O: hasOrHadConstituent for record-level items within a RecordSet.\n\nLinks to fully-modeled ExhibitedObject entities with:\n- Creator attribution\n- Medium and dimensions\n- Provenance information\n- Conservation history\n- Exhibition history\n\n**Relationship to ExhibitedObject.part_of_collection**:\nThis is the inverse relationship. Collection.items \u2192 ExhibitedObject[]\ncorresponds to ExhibitedObject.part_of_collection \u2192 Collection.\n\n**Use Cases**:\n- Museum: Individual artworks in a named collection\n- Archive: Individual documents/files in a fonds/series\n- Library: Individual rare books in a special collection\n\n**Note**: For large collections, items may be linked by reference (URI)\nrather than inlined, to avoid excessive file sizes.\n" - range: string # uriorcurie - # range: ExhibitedObject - multivalued: true - required: false - examples: - - value: https://nde.nl/ontology/hc/object/voc-charter-1602 - description: VOC founding charter - close_mappings: - - schema:itemListElement - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/item_returned.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/item_returned.yaml deleted file mode 100644 index e709483cea..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/item_returned.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/item_returned -name: item_returned_slot -title: Item Returned 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: - item_returned: - description: "The item(s) being returned in a return event.\n\nLinks a ReturnEvent to the specific Item that was returned.\nMay be multivalued for loan returns involving multiple objects.\n\n**RELATIONSHIP TO LOAN**:\n- Loan.loaned_items \u2192 Items loaned out\n- ReturnEvent.item_returned \u2192 Items returned\n- Should match loaned_items for complete returns\n\n**Migration (2026-01-22)**:\nPart of condition_on_return \u2192 ReturnEvent migration per slot_fixes.yaml (Rule 53)\n" - range: string # uriorcurie - # range: Item - multivalued: true - inlined: false - slot_uri: hc:itemReturned - close_mappings: - - schema:object - examples: - - value: hc:object/mauritshuis-670 - description: Reference to returned painting - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/iucn_status.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/iucn_status.yaml deleted file mode 100644 index 623247b5f5..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/iucn_status.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/iucn_status -name: iucn_status_slot -title: Iucn Status 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: - iucn_status: - description: 'IUCN Red List conservation status. - - - **Values**: EX (Extinct), EW (Extinct in Wild), CR (Critically Endangered), - - EN (Endangered), VU (Vulnerable), NT (Near Threatened), LC (Least Concern), - - DD (Data Deficient), NE (Not Evaluated) - - ' - range: string - slot_uri: hc:iucnStatus - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:iucnStatus diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction.yaml deleted file mode 100644 index c919be6e3d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction.yaml +++ /dev/null @@ -1,58 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/jurisdiction -name: jurisdiction -title: Jurisdiction Slot -prefixes: - gleif_base: https://www.gleif.org/ontology/Base/ - lcc_cr: https://www.omg.org/spec/LCC/Countries/CountryRepresentation/ - schema: http://schema.org/ - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - 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 -description: 'Legal/administrative jurisdiction where an entity operates or is registered. - - - Links to Jurisdiction class which captures: - - - National jurisdictions (e.g., Netherlands, Japan) - - - Subnational jurisdictions (e.g., Bavaria, Delaware) - - - Municipal jurisdictions (e.g., Hong Kong, City of London) - - - Supranational jurisdictions (e.g., European Union, OHADA) - - - GLEIF alignment: - - - gleif_base:hasLegalJurisdiction - jurisdiction of legal formation - - - gleif_base:hasCoverageArea - geographic scope of authority/register - - ' -slots: - jurisdiction: - slot_uri: gleif_base:hasCoverageArea - range: string # uriorcurie - required: false - multivalued: false - inlined: false # Fixed invalid inline for primitive type - description: "Legal/administrative jurisdiction where entity operates or is registered.\n\ngleif_base:hasCoverageArea - \"Indicates a geographic region in which \nsome service is provided, or to which some policy applies\"\n\nExamples:\n- Netherlands (national): KvK jurisdiction\n- Bavaria (subnational): Amtsgericht M\xFCnchen jurisdiction\n- European Union (supranational): SE registration jurisdiction\n" - exact_mappings: - - schema:areaServed - close_mappings: - - dcterms:spatial - annotations: - custodian_types: '["*"]' -comments: -- Maps to gleif_base:hasCoverageArea -- Jurisdictions are LEGAL boundaries, not just geographic -- Used for registration authorities, trade registers, and legal forms -- 'inlined: true allows jurisdiction to be specified as nested object' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_id.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_id.yaml deleted file mode 100644 index 185d49c24d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_id.yaml +++ /dev/null @@ -1,43 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/jurisdiction_id -name: jurisdiction_id_slot -title: jurisdiction_id slot -version: 1.0.0 -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: - jurisdiction_id: - description: 'Unique identifier for this jurisdiction. - - - Recommended format: ISO-based hierarchical identifier - - - Examples: - - - "NL" (Netherlands national) - - - "DE-BY" (Bavaria subnational) - - - "HK" (Hong Kong municipal/special region) - - - "EU" (European Union supranational) - - ' - range: string - slot_uri: schema:identifier - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:identifier diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_level.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_level.yaml deleted file mode 100644 index 5dd29df7a6..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_level.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/jurisdiction_level -name: jurisdiction_level_slot -title: Jurisdiction Level 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: - jurisdiction_level: - description: 'Level of court jurisdiction covered by this archive. - - Values: national, federal, state, regional, district, local, specialized - - ' - range: string - slot_uri: hc:jurisdictionLevel - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:jurisdictionLevel diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_type.yaml deleted file mode 100644 index b92b70c6e3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/jurisdiction_type.yaml +++ /dev/null @@ -1,53 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/jurisdiction_type -name: jurisdiction_type_slot -title: jurisdiction_type slot -version: 1.0.0 -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 -- ../enums/JurisdictionTypeEnum -default_prefix: hc -slots: - jurisdiction_type: - description: 'Classification of jurisdiction level. - - - Values: - - - NATIONAL: Country-level jurisdiction (most common) - - - SUBNATIONAL: State/province/region level - - - MUNICIPAL: City/municipality level - - - SUPRANATIONAL: Multi-country jurisdiction (EU, OHADA) - - - This determines which geographic slot is required: - - - NATIONAL: country required - - - SUBNATIONAL: country + subregion required - - - MUNICIPAL: country + settlement required (subregion optional) - - - SUPRANATIONAL: supranational_code required - - ' - range: string # uriorcurie - # range: JurisdictionTypeEnum - slot_uri: schema:additionalType - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:additionalType diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/justification.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/justification.yaml deleted file mode 100644 index 28748b6576..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/justification.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/justification -name: justification_slot -imports: -- linkml:types -slots: - justification: - slot_uri: prov:qualifiedAttribution - range: string - description: 'Justification for entity resolution decisions. - - PROV-O: qualifiedAttribution for detailed provenance rationale. - - ' - close_mappings: - - prov:hadReason - related_mappings: - - skos:note - annotations: - custodian_types: '["*"]' -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# diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/key_distinction.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/key_distinction.yaml deleted file mode 100644 index f8abd6b65f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/key_distinction.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/key_distinction -name: key_distinction-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# -default_prefix: hc -imports: -- linkml:types -slots: - key_distinction: - slot_uri: skos:note - description: 'The primary distinguishing characteristic of this class. - - What sets it apart from similar or related types. - - - **Migrated from**: `**Key Distinction**:` and `**Key Distinctions from Other Types**:` sections. - - ' - range: string - annotations: - source_section: '**Key Distinction**:' - custodian_types: '["*"]' - exact_mappings: - - skos:note diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/keyframe_extraction.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/keyframe_extraction.yaml deleted file mode 100644 index abe79ec1a0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/keyframe_extraction.yaml +++ /dev/null @@ -1,43 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/keyframe_extraction -name: keyframe_extraction_slot -title: Keyframe Extraction 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 -default_prefix: hc -slots: - keyframe_extraction: - slot_uri: hc:keyframeExtraction - description: 'Whether keyframe extraction was used instead of uniform sampling. - - - **Keyframe extraction** selects visually distinct frames - - (scene changes, significant motion) rather than uniform intervals. - - - - true: Keyframes extracted (variable frame selection) - - - false: Uniform sampling at frame_sample_rate - - - Keyframe extraction is more efficient but may miss content - - between scene changes. - - ' - range: string - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:keyframeExtraction diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/keyword.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/keyword.yaml deleted file mode 100644 index 1eaeff69e9..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/keyword.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/keyword -name: keyword_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# -default_prefix: hc -imports: -- linkml:types -slots: - keyword: - slot_uri: schema:keywords - description: 'Keywords describing the project scope and topics. - - Used for discovery and classification. - - ' - range: string - multivalued: true - exact_mappings: - - schema:keywords - close_mappings: - - dcterms:subject - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/kien_registration_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/kien_registration_date.yaml deleted file mode 100644 index a975aeeaff..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/kien_registration_date.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/kien_registration_date -name: kien_registration_date_slot -title: Kien Registration Date Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - kien_registration_date: - description: 'Date when this heritage form was added to the Dutch National - - Inventory of Intangible Cultural Heritage (maintained by KIEN). - - ' - range: date - slot_uri: dcterms:created - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:created diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/kien_url.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/kien_url.yaml deleted file mode 100644 index 539ecf5997..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/kien_url.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/kien_url -name: kien_url_slot -title: Kien Url 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: - kien_url: - description: 'URL to the heritage form''s page on the KIEN website. - - Format: https://www.immaterieelerfgoed.nl/nl/{slug} - - ' - range: uri - slot_uri: schema:url - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:url diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/knowledge_transmission.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/knowledge_transmission.yaml deleted file mode 100644 index 2406b32cca..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/knowledge_transmission.yaml +++ /dev/null @@ -1,61 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/knowledge_transmission -name: knowledge_transmission_slot -title: Knowledge Transmission 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: - knowledge_transmission: - description: 'How culinary/olfactory expertise is taught and passed to next generation. - - - Describes transmission mechanisms: - - - **Formal apprenticeship**: Structured training programs, certification - - - **Informal mentorship**: Master-apprentice relationships, family succession - - - **Demonstration programs**: Public cooking/brewing/perfume-making events - - - **Educational partnerships**: Collaboration with culinary schools, universities - - - **Documentation projects**: Video recording, oral history, recipe archiving - - - **Professional networks**: Guild memberships, trade associations, peer learning - - - **Intergenerational transfer**: Family recipes, succession within communities - - - **Embodied learning**: Learning by doing, sensory skill development - - - Knowledge transmission ensures heritage continuity. - - - Examples: - - - "Monastic apprenticeship, Direct demonstration, No written recipe publication" - - - "Apprentice perfumer program (3 years), Nose training, Formula access after 10 years" - - - "Family succession, Public cheese-making demos, Protected PDO training" - - - "Master distiller mentorship, Distillery tours, Whisky academy courses" - - ' - range: string - slot_uri: schema:educationalUse - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:educationalUse diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_de.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_de.yaml deleted file mode 100644 index 96c4bdab72..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_de.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/label_de -name: label_de_slot -title: German Label 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# -default_prefix: hc -imports: -- linkml:types -slots: - label_de: - slot_uri: skos:prefLabel - description: German language label for this class - range: string - annotations: - language: de - custodian_types: '["*"]' - exact_mappings: - - skos:prefLabel diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_es.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_es.yaml deleted file mode 100644 index 2c237b9a20..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_es.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/label_es -name: label_es_slot -title: Spanish Label 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# -default_prefix: hc -imports: -- linkml:types -slots: - label_es: - slot_uri: skos:prefLabel - description: Spanish language label for this class - range: string - annotations: - language: es - custodian_types: '["*"]' - exact_mappings: - - skos:prefLabel diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_fr.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_fr.yaml deleted file mode 100644 index 3265500f19..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_fr.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/label_fr -name: label_fr_slot -title: French Label 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# -default_prefix: hc -imports: -- linkml:types -slots: - label_fr: - slot_uri: skos:prefLabel - description: French language label for this class - range: string - annotations: - language: fr - custodian_types: '["*"]' - exact_mappings: - - skos:prefLabel diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_it.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_it.yaml deleted file mode 100644 index 70b82c228f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_it.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/label_it -name: label_it_slot -title: Italian Label 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# -default_prefix: hc -imports: -- linkml:types -slots: - label_it: - slot_uri: skos:prefLabel - description: Italian language label for this class - range: string - annotations: - language: it - custodian_types: '["*"]' - exact_mappings: - - skos:prefLabel diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_nl.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_nl.yaml deleted file mode 100644 index d946f19ee7..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_nl.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/label_nl -name: label_nl_slot -title: Dutch Label 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# -default_prefix: hc -imports: -- linkml:types -slots: - label_nl: - slot_uri: skos:prefLabel - description: Dutch language label for this class - range: string - annotations: - language: nl - custodian_types: '["*"]' - exact_mappings: - - skos:prefLabel diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_pt.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_pt.yaml deleted file mode 100644 index 7b7ee50575..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/label_pt.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/label_pt -name: label_pt_slot -title: Portuguese Label 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# -default_prefix: hc -imports: -- linkml:types -slots: - label_pt: - slot_uri: skos:prefLabel - description: Portuguese language label for this class - range: string - annotations: - language: pt - custodian_types: '["*"]' - exact_mappings: - - skos:prefLabel diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lacks_or_lacked.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/lacks_or_lacked.yaml deleted file mode 100644 index a1fa1af1f1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lacks_or_lacked.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/lacks_or_lacked -name: lacks_or_lacked -title: Lacks Or Lacked -description: 'Indicates that an entity lacks or lacked something (e.g. evidence). - - MIGRATED from evidence_gap per slot_fixes.yaml (Rule 53).' -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: - lacks_or_lacked: - description: Indicates absence of a quality, resource, or evidence. - # range: Any - multivalued: true - # inlined: true # CANNOT inline string - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_confidence.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_confidence.yaml deleted file mode 100644 index 88432d5fc5..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_confidence.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/landmark_confidence -name: landmark_confidence_slot -title: Landmark Confidence Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - sosa: http://www.w3.org/ns/sosa/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - landmark_confidence: - description: 'Detection confidence (0.0-1.0). - - **Ontology mapping**: Uses sosa:hasSimpleResult because landmark detection models act as sensors producing observation results.' - range: float - minimum_value: 0.0 - maximum_value: 1.0 - slot_uri: sosa:hasSimpleResult - close_mappings: - - prov:value - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_geonames_id.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_geonames_id.yaml deleted file mode 100644 index 2dc8bbd71a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_geonames_id.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/landmark_geonames_id -name: landmark_geonames_id_slot -title: Landmark Geonames Id 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: - landmark_geonames_id: - description: GeoNames ID for location - range: string - slot_uri: hc:landmarkGeonamesId - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:landmarkGeonamesId diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_label.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_label.yaml deleted file mode 100644 index 9596450709..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_label.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/landmark_label -name: landmark_label_slot -title: Landmark Label Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - 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: - landmark_label: - description: 'Landmark name as recognized by computer vision model. - - Ontology mapping: rdfs:label is the standard RDF property for human-readable labels. Used here for ML-detected landmark names.' - range: string - slot_uri: rdfs:label - close_mappings: - - schema:name - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_segment.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_segment.yaml deleted file mode 100644 index 0f58619a4b..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_segment.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/landmark_segment -name: landmark_segment_slot -title: Landmark Segment 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: - landmark_segment: - description: Time segment when landmark is visible - range: string # uriorcurie - # range: VideoTimeSegment - slot_uri: hc:landmarkSegment - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:landmarkSegment diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_wikidata_id.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_wikidata_id.yaml deleted file mode 100644 index c674e0b074..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/landmark_wikidata_id.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/landmark_wikidata_id -name: landmark_wikidata_id_slot -title: Landmark Wikidata Id Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - schema: http://schema.org/ - wdt: http://www.wikidata.org/prop/direct/ - 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: - landmark_wikidata_id: - description: Wikidata ID for landmark. Mapped to dcterms:identifier as a standard external identifier property. The value should be a Wikidata Q-number (e.g., Q12345). - range: string - slot_uri: dcterms:identifier - close_mappings: - - schema:identifier - related_mappings: - - wdt:P625 - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/language.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/language.yaml deleted file mode 100644 index 6a028dce50..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/language.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/language -name: language_slot -imports: -- linkml:types -slots: - language: - slot_uri: schema:inLanguage - range: string - description: 'Primary language of content on this profile. - - - Dublin Core: language for content language. - - - ISO 639-1 language code (e.g., "en", "nl", "de"). - - - Some institutions maintain separate profiles for different languages. - - ' - pattern: ^[a-z]{2}$ - exact_mappings: - - dcterms:language - - schema:inLanguage - annotations: - custodian_types: '["*"]' -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# diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_code.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_code.yaml deleted file mode 100644 index 2110354409..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_code.yaml +++ /dev/null @@ -1,42 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/language_code -name: language_code_slot -title: language_code slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dct: http://purl.org/dc/terms/ - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - prov: http://www.w3.org/ns/prov# - crm: http://www.cidoc-crm.org/cidoc-crm/ - skos: http://www.w3.org/2004/02/skos/core# - rdfs: http://www.w3.org/2000/01/rdf-schema# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - language_code: - description: 'ISO 639-1 two-letter language code. - - Derived from language_name lookup. - - ' - slot_uri: dct:language - range: string - pattern: ^[a-z]{2}$ - broad_mappings: - - dct:identifier - examples: - - value: en - description: English - - value: nl - description: Dutch - - value: fr - description: French - annotations: - custodian_types: '["*"]' - exact_mappings: - - dct:language diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_name.yaml deleted file mode 100644 index 45c4ef9ebf..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_name.yaml +++ /dev/null @@ -1,32 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/language_name -name: language_name_slot -title: language_name 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: - language_name: - description: 'Language name (parsed from raw string). - - ' - slot_uri: schema:name - range: string - examples: - - value: English - - value: Dutch - - value: French - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:name diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_raw.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_raw.yaml deleted file mode 100644 index e12c2955b4..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/language_raw.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/language_raw -name: language_raw_slot -title: language_raw 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: - language_raw: - description: 'Raw language string as extracted from LinkedIn. - - Format: "Language - Proficiency level" - - Preserved for provenance. - - ' - slot_uri: schema:description - range: string - examples: - - value: English - Native or bilingual - description: Native English speaker - - value: Dutch - Professional working proficiency - description: Professional Dutch - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:description diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/languages_detected.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/languages_detected.yaml deleted file mode 100644 index d7fec363ee..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/languages_detected.yaml +++ /dev/null @@ -1,41 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/languages_detected -name: languages_detected_slot -title: Languages Detected 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: - languages_detected: - description: 'All languages detected in speech (ISO 639-1 codes). - - - Heritage content often includes multiple languages: - - - Exhibition videos with translations - - - Interviews with multilingual speakers - - - Historical content with period languages - - - Ordered by speaking time (most spoken first). - - ' - range: string - multivalued: true - slot_uri: hc:languagesDetected - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:languagesDetected diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/last_modified.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/last_modified.yaml deleted file mode 100644 index 6ef9121984..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/last_modified.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/last_modified -name: last_modified_slot -title: Last Modified 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: - last_modified: - range: datetime - description: Last-Modified header value from HTTP response - slot_uri: hc:lastModified - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:lastModified diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/latency_ms.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/latency_ms.yaml deleted file mode 100644 index f830a9f56a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/latency_ms.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/latency_ms -name: latency_ms_slot -title: latency_ms slot -version: 1.0.0 -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: - latency_ms: - description: 'Response latency in milliseconds (time from request to response). - - Measured client-side (includes network time). - - ' - slot_uri: schema:duration - range: integer - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:duration diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/latitude.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/latitude.yaml deleted file mode 100644 index 716c53d7c5..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/latitude.yaml +++ /dev/null @@ -1,49 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/latitude -name: latitude_slot -title: Latitude Slot -description: 'Geographic latitude coordinate in WGS84 decimal degrees. - - - Format: Decimal degrees (e.g., 52.3600 for Amsterdam) - - Range: -90.0 to +90.0 - - - Positive values = North of equator - - Negative values = South of equator - - ' -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - wgs84: http://www.w3.org/2003/01/geo/wgs84_pos# - 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 -slots: - latitude: - slot_uri: wgs84:lat - range: float - required: false - description: 'Geographic latitude (WGS84 coordinate). - - - Schema.org: latitude for geographic positioning. - - ' - exact_mappings: - - schema:latitude - - wgs84:lat - annotations: - custodian_types: '["*"]' -comments: -- WGS84 datum (standard GPS coordinate system) -- 'Example: 52.3600 (Amsterdam), 40.7128 (New York), -33.8688 (Sydney)' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/launch_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/launch_date.yaml deleted file mode 100644 index cd90d26c37..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/launch_date.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/launch_date -name: launch_date_slot -title: Launch Date 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: - launch_date: - range: date - description: 'Date the portal was originally launched. - - ' - slot_uri: dcterms:date - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:date diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lease_expiry.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/lease_expiry.yaml deleted file mode 100644 index 272ef115c8..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lease_expiry.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/lease_expiry -name: lease_expiry_slot -title: Lease Expiry 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: - lease_expiry: - slot_uri: schema:validThrough - description: 'Expiry date of lease agreement, if applicable. - - - Schema.org: validThrough for temporal validity. - - - Only relevant if is_leased is TRUE. - - ' - range: date - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:validThrough diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legacy_planning.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legacy_planning.yaml deleted file mode 100644 index 42305383c4..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legacy_planning.yaml +++ /dev/null @@ -1,15 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legacy_planning -name: legacy_planning -title: Legacy Planning -description: Planning for legacy. -imports: -- linkml:types -slots: - legacy_planning: - slot_uri: schema:featureList - range: boolean - multivalued: false - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:featureList diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_entity_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_entity_type.yaml deleted file mode 100644 index 4e1bc08152..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_entity_type.yaml +++ /dev/null @@ -1,52 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_entity_type -name: legal_entity_type-slot -imports: -- linkml:types -slots: - legal_entity_type: - description: 'High-level legal entity classification distinguishing between natural persons - - and legal persons (organizations). - - - Links to LegalEntityType class which provides two top-level categories: - - - PERSON: Natural person (individual with legal rights) - - - ORGANIZATION: Legal person (all organizational forms including corporations, governments) - - - This replaces the deprecated entity_type enum which incorrectly mixed - - informal groups with formal legal entities. - - ' - slot_uri: org:classification - range: string # uriorcurie - # range: LegalEntityType - required: true - comments: - - Natural persons cannot have legal forms (individuals are not 'incorporated') - - Legal persons (organizations) must have legal forms (ISO 20275 codes) - - Informal groups without legal status are NOT CustodianLegalStatuss - - This is the fundamental legal distinction in most jurisdictions - exact_mappings: - - org:classification - close_mappings: - - schema:additionalType - - tooi:organisatievorm - broad_mappings: - - dcterms:type - annotations: - custodian_types: '["*"]' -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# diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_form.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_form.yaml deleted file mode 100644 index f6cbddcfce..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_form.yaml +++ /dev/null @@ -1,56 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_form -name: legal_form_slot -imports: -- linkml:types -slots: - legal_form: - slot_uri: rov:orgType - range: string # uriorcurie - # range: LegalForm - description: 'Specific legal form based on ISO 20275 Entity Legal Forms (ELF) codes. - - Links to LegalForm class with jurisdiction-specific legal form details. - - - ROV: orgType for legal form classification. - - W3C Org: classification links to gleif_elf:EntityLegalForm SKOS Concept. - - - Required for ORGANIZATION entities, not applicable for PERSON. - - Values MUST be valid ELF codes from /data/ontology/2023-09-28-elf-code-list-v1.5.csv. - - ' - exact_mappings: - - rov:orgType - - gleif:hasLegalForm - close_mappings: - - org:classification - - tooi:rechtsvorm - - schema:legalForm # Same legal form concept - comments: - - 'Source standard: ISO 20275 Entity Legal Forms' - - 1,600+ legal forms across 150+ jurisdictions - - 'Dutch example: ELF code ''8888'' = Stichting (foundation)' - - Now uses structured LegalForm class instead of simple string pattern - examples: - - value: - elf_code: '8888' - country_code: NL - local_name: Stichting - abbreviation: St. - description: Dutch foundation (Rijksmuseum) - annotations: - custodian_types: '["*"]' -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# diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_jurisdiction.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_jurisdiction.yaml deleted file mode 100644 index bdb7bc521f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_jurisdiction.yaml +++ /dev/null @@ -1,50 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_jurisdiction -name: legal_jurisdiction -title: Legal Jurisdiction Slot -prefixes: - gleif_base: https://www.gleif.org/ontology/Base/ - schema: http://schema.org/ - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - 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 -description: "Jurisdiction of legal formation and registration.\n\nLinks to Jurisdiction class.\n\ngleif_base:hasLegalJurisdiction - \"The jurisdiction of legal formation \nand registration of the entity\"\n\nFor most entities, this is the country. For federal systems (USA, Germany),\nthis may be a state/region.\n" -slots: - legal_jurisdiction: - slot_uri: gleif_base:hasLegalJurisdiction - range: string # uriorcurie - # range: Jurisdiction - required: false - multivalued: false - description: 'Legal jurisdiction where this umbrella organization has authority. - - - Required for UmbrellaOrganisation because legal parent-child relationships - - are defined by law within specific jurisdictions. - - - **Examples:** - - - Ministry of OCW: jurisdiction_type=NATIONAL, country=NL - - - Bavarian State Ministry: jurisdiction_type=SUBNATIONAL, subregion=DE-BY - - - University of Amsterdam: jurisdiction_type=NATIONAL, country=NL - - ' - related_mappings: - - schema:areaServed - annotations: - custodian_types: '["*"]' -comments: -- Maps to gleif_base:hasLegalJurisdiction -- Jurisdictions are LEGAL boundaries, not just geographic -- For federal systems, may be state/region level diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_name.yaml deleted file mode 100644 index 2ffea0caac..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_name.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_name -name: legal_name_slot -imports: -- linkml:types -slots: - legal_name: - slot_uri: rov:legalName - range: string # uriorcurie - # range: LegalName - description: "Official legal name as registered in legal documents (KvK, company registry, etc.).\nLinks to LegalName class with structured name variants (TOOI pattern).\nThis is DISTINCT from hc:CustodianName (emic operational name).\nExample: LegalName{full_name: \"Stichting Rijksmuseum\", name_without_type: \"Rijksmuseum\"} (legal) \nvs CustodianName{emic_name: \"Rijksmuseum\"} (emic operational).\n" - required: true - notes: - - 'Legal name appears in: statutes, KvK registry, tax documents, legal contracts' - - 'Emic operational name appears in: website, signage, marketing, public communications' - - These may differ significantly! - - Now uses structured LegalName class instead of simple string - exact_mappings: - - schema:legalName - broad_mappings: - - rdfs:label - annotations: - custodian_types: '["*"]' -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# diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_note.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_note.yaml deleted file mode 100644 index b70cb9964c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_note.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_note -name: legal_note -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - skos: http://www.w3.org/2004/02/skos/core# - rico: https://www.ica.org/standards/RiC/ontology# - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# - 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 -slots: - legal_note: - slot_uri: schema:legislationIdentifier - description: Notes about legal considerations or regulatory requirements. - range: string - required: false - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:legislationIdentifier diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_provenance_note.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_provenance_note.yaml deleted file mode 100644 index d7471d120d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_provenance_note.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_provenance_note -name: legal_provenance_note_slot -title: Legal Provenance Notes Slot -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/ - schema: http://schema.org/ - 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: - legal_provenance_note: - description: 'Notes on legal status and provenance for conservation-sensitive specimens. Document pre-CITES collection, permits, legal transfers. - - Maps to skos:note for legal documentation notes.' - range: string - slot_uri: skos:note - close_mappings: - - dcterms:description - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_basis.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_basis.yaml deleted file mode 100644 index 9fbad3a116..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_basis.yaml +++ /dev/null @@ -1,69 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_responsibility_basis -name: legal_responsibility_basis_slot -title: legal_responsibility_basis Slot -prefixes: - linkml: https://w3id.org/linkml/ - dcterms: http://purl.org/dc/terms/ - hc: https://nde.nl/ontology/hc/ - 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# -default_prefix: hc -imports: -- linkml:types -- ../metadata -slots: - legal_responsibility_basis: - slot_uri: dcterms:conformsTo - range: string - required: true - description: 'Legal basis establishing the organization''s responsibility for this collection. - - - Documents the statutory, regulatory, or contractual foundation for legal accountability. - - - **Examples**: - - - "Archiefwet 1995 (Dutch Archives Act)" - - - "Erfgoedwet (Heritage Act) + Foundation statute" - - - "Municipal charter Article 5.2: Archive custody responsibilities" - - - "Donation deed dated 1923-05-15: Wallace Collection trust agreement" - - - "UNESCO Convention on Intangible Cultural Heritage (2003)" - - - **Use Cases**: - - 1. **Statutory Responsibility**: Government archives legally mandated by law - - 2. **Contractual Responsibility**: Museum collections held under trust agreements - - 3. **Regulatory Responsibility**: University archives required by accreditation - - 4. **International Responsibility**: UNESCO World Heritage site management obligations - - - **Related Properties**: - - - legal_responsibility_basis: WHAT establishes responsibility? (statute, contract, regulation) - - - responsible_legal_entity: WHO is responsible? (legal entity) - - - valid_from/valid_to: WHEN is responsibility valid? (temporal extent) - - ' - examples: - - value: 'Archiefwet 1995, Article 41: Provincial archives shall preserve government records' - description: Statutory basis for provincial archive responsibility - close_mappings: - - dcterms:rights - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_end_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_end_date.yaml deleted file mode 100644 index ce22d64664..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_end_date.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_responsibility_end_date -name: legal_responsibility_end_date_slot -title: legal_responsibility_end_date Slot -prefixes: - linkml: https://w3id.org/linkml/ - prov: http://www.w3.org/ns/prov# - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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 -- ../metadata -slots: - legal_responsibility_end_date: - slot_uri: prov:invalidatedAtTime - range: date - required: false - description: "Date when legal responsibility for this collection ended (if applicable).\n\n**Scenarios**:\n- **Custody Transfer**: Responsibility transferred to another legal entity\n- **Collection Deaccessioned**: Collection sold, destroyed, or dispersed\n- **Entity Dissolution**: Responsible entity dissolved (responsibility must transfer)\n- **Statutory Change**: Law changed, responsibility removed or transferred\n\n**Requirements**:\n- If legal_responsibility_end_date is set, MUST document transfer in custody_history\n- If responsible_legal_entity dissolved, MUST set end date <= dissolution_date\n\n**Relation to valid_to**:\n- `valid_to`: When collection CEASED TO EXIST as heritage materials\n- `legal_responsibility_end_date`: When LEGAL ACCOUNTABILITY ended\n\nExample:\n```yaml\nvalid_to: null # Collection still exists\nlegal_responsibility_end_date: \"2001-01-01\" # But responsibility transferred\n\ncustody_history:\n - transfer_date: \"2001-01-01\"\ - \n from_entity: \".../legal/haarlem-municipality\"\n to_entity: \".../legal/nha-organization\"\n transfer_reason: \"Merger of Gemeentearchief into NHA\"\n```\n" - examples: - - value: '2001-01-01' - description: Legal responsibility ended when collection transferred to NHA - broad_mappings: - - dcterms:date - annotations: - custodian_types: '["*"]' - exact_mappings: - - prov:invalidatedAtTime diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_start_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_start_date.yaml deleted file mode 100644 index d3b64b615b..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_responsibility_start_date.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_responsibility_start_date -name: legal_responsibility_start_date_slot -title: legal_responsibility_start_date Slot -prefixes: - linkml: https://w3id.org/linkml/ - prov: http://www.w3.org/ns/prov# - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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 -- ../metadata -slots: - legal_responsibility_start_date: - slot_uri: prov:generatedAtTime - range: date - required: false - description: "Date when legal responsibility for this collection began.\n\nMay differ from collection.valid_from (when collection itself was created).\n\n**Scenarios**:\n- **Founding Collection**: Start date = collection creation date\n - Example: National archive founded 1802, collection starts 1802\n\n- **Custody Transfer**: Start date = transfer date (\u2260 collection creation)\n - Example: Collection created 1600s, legal responsibility transferred to NHA in 2001\n\n- **Statutory Change**: Start date = law effective date\n - Example: New law in 2010 assigns responsibility for existing 1800s collection\n\n**Relation to valid_from**:\n- `valid_from`: When collection EXISTED as heritage materials\n- `legal_responsibility_start_date`: When LEGAL ACCOUNTABILITY began\n\nThese may be different! Example:\n```yaml\ntemporal_coverage: \"1600-01-01/1800-12-31\" # Materials date from 17th-18th centuries\nvalid_from: \"1910-01-01\" # Formally accessioned as collection\ - \ in 1910\nlegal_responsibility_start_date: \"2001-01-01\" # Legal responsibility transferred in 2001\n```\n" - examples: - - value: '2001-01-01' - description: Legal responsibility transferred when NHA formed from merger - broad_mappings: - - dcterms:date - annotations: - custodian_types: '["*"]' - exact_mappings: - - prov:generatedAtTime diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_status.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_status.yaml deleted file mode 100644 index 3eecdfc585..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_status.yaml +++ /dev/null @@ -1,57 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_status -name: legal_status_slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - gleif: https://www.gleif.org/ontology/Base/ - 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 -- ../metadata -slots: - legal_status: - slot_uri: hc:hasLegalStatus - description: 'The formal legal entity representing this custodian. - - - Links to CustodianLegalStatus with: - - - Legal name (as registered) - - - Legal form (ISO 20275 codes) - - - Registration number (KvK, company number, etc.) - - - May be null if legal status not yet reconstructed or if custodian - - has no formal legal registration (informal groups, individuals). - - - W3C Org: hasRegisteredOrganization for registered legal entity. - - Note: slot_uri changed from gleif:hasLegalForm to hc:hasLegalStatus to resolve OWL ambiguous type warning. gleif:hasLegalForm may have different range expectations in the GLEIF ontology. - - **Range**: `Any` (2026-01-16) - Allows class instances. Classes narrow this to CustodianLegalStatus via slot_usage. - - ' - range: string # uriorcurie - # range: CustodianLegalStatus - required: false - narrow_mappings: - - gleif:hasLegalForm - close_mappings: - - schema:legalName - - org:classification - broad_mappings: - - adms:status - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_system_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_system_type.yaml deleted file mode 100644 index 49adf420d2..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/legal_system_type.yaml +++ /dev/null @@ -1,47 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/legal_system_type -name: legal_system_type_slot -title: legal_system_type slot -version: 1.0.0 -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 -- ../enums/LegalSystemTypeEnum -default_prefix: hc -slots: - legal_system_type: - description: 'Type of legal system in this jurisdiction. - - - Values: - - - CIVIL_LAW: Continental European tradition (Germany, Netherlands, Japan) - - - COMMON_LAW: English tradition (UK, USA, Australia) - - - MIXED: Combination (South Africa, Louisiana, Quebec) - - - RELIGIOUS: Based on religious law (some Middle Eastern jurisdictions) - - - CUSTOMARY: Based on local custom - - - This affects which legal forms are available and how entities are registered. - - ' - range: string # uriorcurie - # range: LegalSystemTypeEnum - slot_uri: schema:category - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:category diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lender.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/lender.yaml deleted file mode 100644 index 886c5b7deb..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lender.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/lender -name: lender_slot -title: Lender Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - lender: - description: 'Institution lending the object(s). - - - CIDOC-CRM: P28_custody_surrendered_by - "identifies the E39 Actor who - - surrenders custody of an object." - - ' - range: string # uriorcurie - slot_uri: crm:P28_custody_surrendered_by - annotations: - custodian_types: '["*"]' - exact_mappings: - - crm:P28_custody_surrendered_by diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lender_contact.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/lender_contact.yaml deleted file mode 100644 index ca2316dc2f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lender_contact.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/lender_contact -name: lender_contact_slot -title: Lender Contact 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: - lender_contact: - description: 'Contact person at lending institution for this loan. - - ' - range: string - slot_uri: schema:contactPoint - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:contactPoint diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lending_policy.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/lending_policy.yaml deleted file mode 100644 index 0ca1593df9..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lending_policy.yaml +++ /dev/null @@ -1,40 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/lending_policy -name: lending_policy_slot -title: Lending Policy Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - lending_policy: - slot_uri: dcterms:accessRights - description: 'The circulation policy for library materials. - - Values: open (public lending), restricted (limited access), reference-only (on-site use only), - - digital-only (online access), membership-required (must join to borrow). - - ' - range: string - required: false - examples: - - value: open - description: Public lending library with borrowing privileges - - value: reference-only - description: Research library, materials must be used on-site - - value: membership-required - description: Must join library to borrow materials - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:accessRights diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/level_value.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/level_value.yaml deleted file mode 100644 index 911f8c4e29..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/level_value.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/level_value -name: level_value_slot -title: Level Value Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - prov: http://www.w3.org/ns/prov# - crm: http://www.cidoc-crm.org/cidoc-crm/ - skos: http://www.w3.org/2004/02/skos/core# - rdfs: http://www.w3.org/2000/01/rdf-schema# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - level_value: - description: 'The value of a level (certainty, confidence, severity, arrangement, etc.). - - For certainty levels, standard values are: - CERTAIN: Documentary evidence confirms - PROBABLE: Strong circumstantial evidence - POSSIBLE: Reasonable inference - UNCERTAIN: Speculative/unverified - - Class-specific slot_usage should document applicable values.' - range: string - slot_uri: rdf:value - annotations: - specificity_score: 0.25 - specificity_rationale: Generic value slot applicable to various level types. - custodian_types: '["*"]' - custodian_types_rationale: Level values are universal concepts applicable to all custodian types. - exact_mappings: - - rdf:value diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_catalog_url.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_catalog_url.yaml deleted file mode 100644 index 1d6a6c0d0c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_catalog_url.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/library_catalog_url -name: library_catalog_url_slot -title: Library Catalog Url 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: - library_catalog_url: - description: 'URL to library catalog record (WorldCat, institutional catalogs). - - ' - range: uri - multivalued: true - slot_uri: rdfs:seeAlso - annotations: - custodian_types: '["*"]' - exact_mappings: - - rdfs:seeAlso diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_search_score.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_search_score.yaml deleted file mode 100644 index 9881f99355..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_search_score.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/library_search_score -name: library_search_score_slot -title: Library Search Score Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - sosa: http://www.w3.org/ns/sosa/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - library_search_score: - slot_uri: sosa:hasSimpleResult - range: float - minimum_value: 0.0 - maximum_value: 1.0 - description: 'Specificity score for library and bibliographic queries. - - **Ontology mapping**: Uses sosa:hasSimpleResult because this is a computed relevance score from search/retrieval algorithms acting as observation systems.' - close_mappings: - - prov:value - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_subtype.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_subtype.yaml deleted file mode 100644 index 9e349b2ee3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/library_subtype.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/library_subtype -name: library_subtype_slot -title: Library Subtype 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 -- ../enums/LibraryTypeEnum -default_prefix: hc -slots: - library_subtype: - slot_uri: skos:narrower - description: 'Specific subtype from the LibraryTypeEnum taxonomy (61 library types). - - Each value links to a Wikidata entity describing a specific type. - - ' - range: string # uriorcurie - # range: LibraryTypeEnum - required: false - multivalued: true - comments: - - Values extracted from Wikidata hyponyms - - Each value has a wikidata:QID meaning for Linked Open Data - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:narrower diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/license.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/license.yaml deleted file mode 100644 index 77d4ab7235..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/license.yaml +++ /dev/null @@ -1,46 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/license -name: license_slot -title: License 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: - license: - description: 'Software license for this CMS. - - - DOAP: license for software license information. - - - Use SPDX identifiers when possible: - - - GPL-3.0: GNU General Public License v3 - - - MIT: MIT License - - - Apache-2.0: Apache License 2.0 - - - BSD-3-Clause: BSD 3-Clause - - - ECL-2.0: Educational Community License - - - Proprietary: Commercial/proprietary license - - ' - range: string - slot_uri: dcterms:license - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:license diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/life_stage.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/life_stage.yaml deleted file mode 100644 index e0056296a0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/life_stage.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/life_stage -name: life_stage_slot -title: Life Stage 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: - life_stage: - description: 'Life stage of the organism when collected/preserved. - - - **Values vary by taxon**: - - - Vertebrates: ADULT, JUVENILE, SUBADULT, NEONATE - - - Insects: ADULT, LARVA, PUPA, NYMPH, EGG - - - Plants: FLOWERING, FRUITING, VEGETATIVE, SEED - - ' - range: string - slot_uri: dwc:lifeStage - annotations: - custodian_types: '["*"]' - exact_mappings: - - dwc:lifeStage diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lifecycle_phase_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/lifecycle_phase_type.yaml deleted file mode 100644 index c13d02e6b1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lifecycle_phase_type.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/lifecycle_phase_type -name: lifecycle_phase_type_slot -title: Lifecycle Phase Type 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: - lifecycle_phase_type: - slot_uri: skos:broaderTransitive - description: "Links this CustodianArchive INSTANCE to its lifecycle phase TYPE.\n\n**SKOS**: skos:broaderTransitive for instance-to-type relationship.\n\n**Archive Lifecycle Types (Wikidata)**:\n- Q3621648 (CurrentArchive) - Active records phase\n- Q244904 (DepositArchive) - Intermediate/semi-current phase\n- Q3621673 (HistoricalArchive) - Archival/permanent phase\n\n**Usage**:\nClassify this operational archive by its position in the records lifecycle.\nMost CustodianArchive records are in the intermediate phase (awaiting processing).\n\n**Example**:\n- CustodianArchive \"Ministry Records 2010-2020\" \u2192 lifecycle_phase_type \u2192 \n DepositArchive (Q244904) - semi-current, awaiting processing\n" - range: string # uriorcurie - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:broaderTransitive diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/light_max_lux.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/light_max_lux.yaml deleted file mode 100644 index cbe32d887a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/light_max_lux.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/light_max_lux -name: light_max_lux_slot -title: Light Max Lux 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: - light_max_lux: - description: 'Maximum light level in lux for storage areas. - - - EN 15757:2010 recommends: - - - <50 lux for highly sensitive materials (textiles, works on paper) - - - <150 lux for moderately sensitive (oil paintings) - - - <300 lux for low sensitivity (stone, metal) - - ' - range: float - slot_uri: hc:lightMaxLux - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:lightMaxLux diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/like_count.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/like_count.yaml deleted file mode 100644 index 9ad46a2424..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/like_count.yaml +++ /dev/null @@ -1,36 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/like_count -name: like_count_slot -title: Like Count 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 -default_prefix: hc -slots: - like_count: - slot_uri: hc:likeCount - description: 'Number of likes/upvotes for this video. - - - Platform-specific: YouTube likes, Facebook reactions, etc. - - - **OBSERVATIONAL**: Record with `metrics_observed_at`. - - ' - range: integer - comments: - - schema:interactionCount is a CLASS (InteractionCounter), not a property. Like count is a social media metric without standard ontology equivalent. - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:likeCount diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_confidence.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_confidence.yaml deleted file mode 100644 index f57221c086..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_confidence.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/likelihood_confidence -name: likelihood_confidence_slot -title: Likelihood Confidence Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - sosa: http://www.w3.org/ns/sosa/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - likelihood_confidence: - description: 'Confidence in the assessment (0.0-1.0). - - **Ontology mapping**: Uses sosa:hasSimpleResult because this is a computed observation result from confidence estimation algorithms.' - range: float - minimum_value: 0.0 - maximum_value: 1.0 - slot_uri: sosa:hasSimpleResult - close_mappings: - - prov:value - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_factor.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_factor.yaml deleted file mode 100644 index c3b2e4733c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_factor.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/likelihood_factor -name: likelihood_factor_slot -title: Likelihood Factors Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - likelihood_factor: - description: 'Factors contributing to the score. - - **Ontology mapping**: Uses prov:used because these factors are the inputs that were used by the scoring activity to compute the result.' - range: string - multivalued: true - slot_uri: prov:used - annotations: - custodian_types: '["*"]' - exact_mappings: - - prov:used diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_level.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_level.yaml deleted file mode 100644 index 6511c6e1a4..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_level.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/likelihood_level -name: likelihood_level_slot -title: Likelihood Level 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: - likelihood_level: - description: 'Categorical level: low, medium, high. - - **Ontology mapping**: Uses skos:notation because this is a categorical classification code from a controlled vocabulary, not a numeric score.' - range: string - slot_uri: skos:notation - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:notation diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_score.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_score.yaml deleted file mode 100644 index 4b28e5bda9..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likelihood_score.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/likelihood_score -name: likelihood_score_slot -title: Likelihood Score Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - sosa: http://www.w3.org/ns/sosa/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - likelihood_score: - description: 'Numeric likelihood score. - - **Ontology mapping**: Uses sosa:hasSimpleResult because this is a computed observation result from probability estimation algorithms.' - range: integer - slot_uri: sosa:hasSimpleResult - close_mappings: - - prov:value - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likely_whatsapp_proficient.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/likely_whatsapp_proficient.yaml deleted file mode 100644 index 9f84e6d886..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/likely_whatsapp_proficient.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/likely_whatsapp_proficient -name: likely_whatsapp_proficient_slot -title: Likely Whatsapp Proficient 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: - likely_whatsapp_proficient: - description: Whether person is likely proficient with WhatsApp - range: boolean - slot_uri: hc:likelyWhatsappProficient - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:likelyWhatsappProficient diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_context.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_context.yaml deleted file mode 100644 index b0877fa1f6..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_context.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/link_context -name: link_context_slot -title: Link Context 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: - link_context: - slot_uri: hc:context - description: Parent section or surrounding context - range: string - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:context diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_count.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_count.yaml deleted file mode 100644 index 1eea4fbfb3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_count.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/link_count -name: link_count_slot -title: Link Count 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# -default_prefix: hc -imports: -- linkml:types -slots: - link_count: - slot_uri: hc:link_count - range: float - description: 'Link Count for heritage custodian entities. - - ' - annotations: - custodian_types: '["*"]' - specificity_score: 0.5 - exact_mappings: - - hc:link_count diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_rationale.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_rationale.yaml deleted file mode 100644 index a7df1a531f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_rationale.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/link_rationale -name: link_rationale_slot -title: Link Rationale 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# -default_prefix: hc -imports: -- linkml:types -slots: - link_rationale: - slot_uri: skos:editorialNote - description: 'Editorial note explaining the dual-class pattern linkage. - - Documents the relationship between custodian and collection types. - - ' - range: string - examples: - - value: This class represents the CUSTODIAN type. See linked_class_name for the corresponding rico:RecordSetType. - description: Custodian type link explanation - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:editorialNote diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_text.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_text.yaml deleted file mode 100644 index a13676ba85..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_text.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/link_text -name: link_text_slot -title: Link Text 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: - link_text: - slot_uri: schema:name - description: Visible text of the link - range: string - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:name diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_type.yaml deleted file mode 100644 index cc879ea27f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_type.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/link_type -name: link_type_slot -title: Link Type Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -- ../enums/LinkTypeEnum -default_prefix: hc -slots: - link_type: - slot_uri: dcterms:type - description: Type of link - range: string # uriorcurie - # range: LinkTypeEnum - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:type diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_url.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_url.yaml deleted file mode 100644 index afda4eaf10..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/link_url.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/link_url -name: link_url_slot -title: Link Url 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: - link_url: - slot_uri: schema:url - description: URL of the link - range: uri - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:url diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_class_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_class_name.yaml deleted file mode 100644 index 0f475c6c8d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_class_name.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/linked_class_name -name: linked_class_name_slot -title: Linked Class Name Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - 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# -default_prefix: hc -imports: -- linkml:types -slots: - linked_class_name: - slot_uri: rdfs:seeAlso - description: 'Name of the linked class in the dual-class pattern. - - If this is a custodian_type, links to the collection_type and vice versa. - - ' - range: string - examples: - - value: AcademicArchiveRecordSetType - description: Linked collection type for AcademicArchive custodian - - value: AcademicArchive - description: Linked custodian type for AcademicArchiveRecordSetType - annotations: - custodian_types: '["*"]' - exact_mappings: - - rdfs:seeAlso diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data.yaml deleted file mode 100644 index b766dd8cc0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data.yaml +++ /dev/null @@ -1,45 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/linked_data -name: linked_data_slot -title: Linked Data 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: - linked_data: - description: 'Does this platform provide linked open data (RDF)? - - - Dublin Core: conformsTo indicates LOD compliance. - - - Linked data features: - - - RDF triples (Turtle, JSON-LD, N-Triples) - - - SPARQL endpoint - - - Dereferenceable URIs - - - Linked to external vocabularies (Wikidata, Getty, etc.) - - - Boolean true/false or null if unknown. - - ' - range: boolean - slot_uri: hc:linkedData - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:linkedData diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data_access.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data_access.yaml deleted file mode 100644 index 550f3dcf5a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data_access.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/linked_data_access -name: linked_data_access_slot -title: Linked Data Access 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: - linked_data_access: - slot_uri: void:sparqlEndpoint - description: 'LinkedDataHub providing SPARQL access to this dataset. Named ''linked_data_access'' to avoid conflict with shared ''sparql_endpoint'' slot which has range: uri. This slot specifically links to a LinkedDataHub entity.' - range: string # uriorcurie - inlined: false - annotations: - custodian_types: '["*"]' - exact_mappings: - - void:sparqlEndpoint diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data_export.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data_export.yaml deleted file mode 100644 index 0963429908..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_data_export.yaml +++ /dev/null @@ -1,42 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/linked_data_export -name: linked_data_export_slot -title: Linked Data Export 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: - linked_data_export: - description: 'Does this CMS support linked open data export (RDF)? - - - Dublin Core: conformsTo for LOD compliance. - - - Export formats may include: - - - RDF/XML - - - Turtle - - - JSON-LD - - - N-Triples - - ' - range: boolean - slot_uri: hc:linkedDataExport - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:linkedDataExport diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_to_collection.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_to_collection.yaml deleted file mode 100644 index b8b8c6e5d7..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linked_to_collection.yaml +++ /dev/null @@ -1,42 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/linked_to_collection -name: linked_to_collection_slot -title: Linked To 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: - linked_to_collection: - description: 'Whether detected objects are linked to collection database. - - - When true, detected objects have collection_id or - - wikidata_id linking them to authoritative records. - - - Enables: - - - "Find videos showing artwork X" - - - Rich metadata for detected items - - - Cross-referencing with collection management - - ' - range: boolean - slot_uri: hc:linkedToCollection - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:linkedToCollection diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_profile_path.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_profile_path.yaml deleted file mode 100644 index b0d0300ae1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_profile_path.yaml +++ /dev/null @@ -1,34 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/linkedin_profile_path -name: linkedin_profile_path_slot -title: LinkedIn Profile Path Slot -version: 1.0.0 -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - linkedin_profile_path: - slot_uri: prov:hadPrimarySource - description: "File path to LinkedIn profile data (per Rule 12, Rule 20).\n\n**Pattern**: LinkedIn profiles are stored as individual JSON files\nrather than inline data to avoid duplication and enable updates.\n\n**File Location**: data/custodian/person/entity/{linkedin-slug}_{timestamp}.json\n\n**Example**: \"data/custodian/person/entity/jane-smith_20250115T103000Z.json\"\n\n**Rationale**:\n- Same person may work at multiple custodians\n- Profile data can be updated independently\n- Reduces duplication (50+ lines \u2192 1 path)\n\n**See**: Rule 12 (Person Data Reference Pattern), Rule 20 (Person Entity Profiles)\n" - range: string - required: false - close_mappings: - - schema:sameAs - comments: - - 'Rationale: - Same person may work at multiple custodians - - - Profile data can be updated independently - - - Reduces duplication (50+ lines -> 1 path reference)' - - 'See: Rule 12 (Person Data Reference Pattern) | Rule 20 (Person Entity Profiles) | Rule 27 (Person-Custodian Data Architecture)' - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_profile_url.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_profile_url.yaml deleted file mode 100644 index 95af860078..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_profile_url.yaml +++ /dev/null @@ -1,57 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/linkedin_profile_url -name: linkedin_profile_url_slot -title: LinkedIn Profile URL Slot -version: 1.0.0 -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 -slots: - linkedin_profile_url: - slot_uri: schema:sameAs - description: 'LinkedIn profile URL for this person. - - - **Schema.org**: `schema:sameAs` for linking to same entity on other platforms - - - **Format**: Full URL (https://www.linkedin.com/in/username) - - - **Privacy**: Only include if LinkedIn profile is publicly accessible. - - - **Photo URLs**: For profile photos, use CDN URL (media.licdn.com), - - NOT the overlay page URL (per Rule 16). - - - **Example**: "https://www.linkedin.com/in/jane-smith-curator" - - - **Semantics**: - - - This URL represents the same person on the LinkedIn platform - - - Use for identity linking and deduplication - - - NOT for data retrieval (use linkedin_profile_path instead)' - range: uri - required: false - broad_mappings: - - schema:url - comments: - - 'See: Rule 16 (LinkedIn Photo CDN URLs) | linkedin_profile_path slot for profile data file reference' - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:sameAs diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_url.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_url.yaml deleted file mode 100644 index 208731399d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/linkedin_url.yaml +++ /dev/null @@ -1,35 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/linkedin_url -name: linkedin_url_slot -title: linkedin_url slot -version: 1.0.0 -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: - linkedin_url: - description: 'LinkedIn profile URL that was extracted. - - PROV-O: prov:used - the source entity. - - ' - slot_uri: schema:url - range: uri - pattern: ^https://www\.linkedin\.com/in/[a-z0-9-]+/?$ - examples: - - value: https://www.linkedin.com/in/jan-van-der-berg-12345 - description: LinkedIn profile URL - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:url diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/list_item.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/list_item.yaml deleted file mode 100644 index a5820083ce..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/list_item.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/list_item -name: list_item_slot -title: List Items 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: - list_item: - slot_uri: schema:itemListElement - description: List items (bulleted/numbered) in this section - range: string - multivalued: true - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:itemListElement diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/literal_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/literal_name.yaml deleted file mode 100644 index 814ead6cd0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/literal_name.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/literal_name -name: literal_name -title: Literal Name -prefixes: - pnv: https://w3id.org/pnv# - schema: http://schema.org/ - foaf: http://xmlns.com/foaf/0.1/ - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - 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 -slots: - literal_name: - slot_uri: pnv:literalName - description: "Full personal name as written in the source material.\n\nThis is the complete name string exactly as it appears, including all\nname components: given names, patronyms, surname prefixes, and surnames.\n\nREQUIRED for PersonName unless name_specification indicates the person\nwas \"unknown\" or \"unnamed\".\n\nPer PNV specification:\n\"This property may only be left blank if a person's name was unknown\nor if a person was unnamed (e.g. a child that died shortly after being\nborn), in which cases the property pnv:nameSpecification should state\n'unknown' or 'unnamed'.\"\n\nExamples:\n- \"Pieter Corneliszoon van der Berg\"\n- \"H.A.F.M.O. (Hans) van Mierlo\"\n- \"Maria de Vries\"\n- \"Jan Janszoon\"\n- \"Bj\xF6rk Gu\xF0mundsd\xF3ttir\"\n" - range: string - exact_mappings: - - pnv:literalName - close_mappings: - - foaf:name - - schema:name - - rdfs:label - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/live_broadcast_content.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/live_broadcast_content.yaml deleted file mode 100644 index 0e9813125e..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/live_broadcast_content.yaml +++ /dev/null @@ -1,40 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/live_broadcast_content -name: live_broadcast_content_slot -title: Live Broadcast Content 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 -default_prefix: hc -slots: - live_broadcast_content: - slot_uri: hc:liveBroadcastContent - description: 'Live broadcast status of the video. - - - **Values**: - - - none: Not a live broadcast (standard video) - - - live: Currently broadcasting live - - - upcoming: Scheduled live stream not yet started - - - When `live` or `upcoming` becomes `none`, video is archived. - - ' - range: string - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:liveBroadcastContent diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/living_collection.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/living_collection.yaml deleted file mode 100644 index ca613903f3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/living_collection.yaml +++ /dev/null @@ -1,86 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/living_collection -name: living_collection_slot -title: Living Collections 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: - living_collection: - description: 'Boolean indicating whether the institution maintains living specimens - - (true) vs. only preserved/dead specimens (false). - - - **TRUE when institution maintains**: - - - Live animals in enclosures, exhibits, or aquariums - - - Living plants in gardens, greenhouses, or conservatories - - - Active growth, breeding, or cultivation programs - - - Ongoing care, feeding, and husbandry - - - **FALSE when institution has**: - - - Only preserved specimens (taxidermy, dried plants, pickled animals) - - - No active husbandry or horticultural programs - - - Static displays without living organisms - - - **Mixed Collections** (MIXED type X): - - When institutions maintain BOTH living and preserved collections: - - - Natural history museums with live insect colonies (TRUE for living aspect) - - - Botanical gardens with herbarium collections (TRUE for living aspect) - - - Zoos with taxidermy educational displays (TRUE - living is primary) - - - **Examples**: - - - Artis (zoo): TRUE - Living animal collection with active care - - - Hortus Leiden: TRUE - Living plant collection in greenhouses - - - Naturalis (natural history museum): FALSE - Preserved specimens only - - - Kew Gardens: TRUE - Living plants (herbarium is separate collection) - - - **Distinction**: - - This field separates BioCustodian (B) from Museum (M) and Research Center (R) - - when dealing with biological specimens. - - - **Ontology Alignment**: - - - Related to `schema:additionalProperty` "living status" - - - Darwin Core field: Not directly mapped (implied by collection type) - - ' - range: boolean - slot_uri: hc:livingCollections - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:livingCollections diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/llm_response.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/llm_response.yaml deleted file mode 100644 index e3162e3fe3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/llm_response.yaml +++ /dev/null @@ -1,60 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/llm_response -name: llm_response_slot -title: llm_response slot -version: 1.0.0 -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - llm_response: - description: 'Full LLM response provenance including reasoning_content. - - - Captures GLM 4.7 Thinking Modes (Interleaved, Preserved, Turn-level) - - for extractions that use LLM processing. - - - **PROV-O Alignment**: - - - The LLMResponse IS a sub-activity (prov:qualifiedGeneration) - - - Provides detailed audit trail of LLM inference for the extraction - - - **Use Cases**: - - - LinkedIn profile extraction with GLM 4.7 reasoning - - - Web content extraction with chain-of-thought logging - - - Staff list processing with schema conformity validation - - - **When to Include**: - - - extraction_method is exa_crawling_glm47 - - - Any extraction involving LLM processing - - - When reasoning_content provides valuable audit trail - - ' - slot_uri: prov:qualifiedGeneration - range: string # uriorcurie - # range: LLMResponse - annotations: - custodian_types: '["*"]' - exact_mappings: - - prov:qualifiedGeneration diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_agreement_url.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_agreement_url.yaml deleted file mode 100644 index 2cfecfd3cf..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_agreement_url.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_agreement_url -name: loan_agreement_url_slot -title: Loan Agreement Url 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: - loan_agreement_url: - description: 'URL to loan agreement document (PDF, archived copy). - - ' - range: uri - slot_uri: schema:url - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:url diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_end_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_end_date.yaml deleted file mode 100644 index 2f5ee1213b..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_end_date.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_end_date -name: loan_end_date_slot -title: Loan End Date 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: - loan_end_date: - description: 'Agreed/current return date. - - For extended loans, this reflects the updated end date. - - ' - range: date - slot_uri: schema:endDate - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:endDate diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_history.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_history.yaml deleted file mode 100644 index 52042b9cd1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_history.yaml +++ /dev/null @@ -1,55 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_history -name: loan_history_slot -title: Loan History Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - loan_history: - description: 'History of loans involving this object. - - - Includes both: - - - Outgoing loans (when this object''s keeper lends it) - - - Incoming loans (when this object is borrowed from elsewhere) - - - Each loan record includes: - - - Lender and borrower institutions - - - Loan dates and status - - - Insurance valuations - - - Condition reports - - - Courier and transport details - - - Loans are referenced (not inlined) as they link multiple objects - - and institutions. - - ' - range: string # uriorcurie - # range: Loan - multivalued: true - slot_uri: crm:P30i_custody_transferred_through - annotations: - custodian_types: '["*"]' - exact_mappings: - - crm:P30i_custody_transferred_through diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_id.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_id.yaml deleted file mode 100644 index a0ad5aaa2e..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_id.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_id -name: loan_id_slot -title: Loan Id Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - loan_id: - description: 'Unique identifier for this loan. - - Format: https://nde.nl/ontology/hc/loan/{lender-slug}-{borrower-slug}-{year}-{seq} - - ' - range: string # uriorcurie - slot_uri: dcterms:identifier - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:identifier diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_note.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_note.yaml deleted file mode 100644 index 9607bedace..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_note.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_note -name: loan_note_slot -title: Loan Notes 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: - loan_note: - description: 'Additional notes about the loan. - - ' - range: string - multivalued: true - slot_uri: skos:note - annotations: - custodian_types: '["*"]' - exact_mappings: - - skos:note diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_number.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_number.yaml deleted file mode 100644 index 621c583d70..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_number.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_number -name: loan_number_slot -title: Loan Number Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - loan_number: - description: 'Institution-specific loan reference number. - - May differ between lender and borrower tracking systems. - - ' - range: string - slot_uri: dcterms:identifier - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:identifier diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_purpose.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_purpose.yaml deleted file mode 100644 index ec6137d5a1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_purpose.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_purpose -name: loan_purpose_slot -title: Loan Purpose 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: - loan_purpose: - description: 'Purpose or reason for the loan request. - - ' - range: string - slot_uri: schema:description - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:description diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_start_date.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_start_date.yaml deleted file mode 100644 index 801b2608ed..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_start_date.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_start_date -name: loan_start_date_slot -title: Loan Start Date 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: - loan_start_date: - description: 'Date custody transferred to borrower (object received). - - ' - range: date - slot_uri: schema:startDate - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:startDate diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_status.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_status.yaml deleted file mode 100644 index bdf5cb81a1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_status.yaml +++ /dev/null @@ -1,41 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_status -name: loan_status_slot -title: Loan Status 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 -- ../enums/LoanStatusEnum -default_prefix: hc -slots: - loan_status: - description: 'Current status in the loan lifecycle. - - - Values: REQUESTED, UNDER_REVIEW, APPROVED, DECLINED, AGREEMENT_PENDING, - - CONDITION_REPORT_PENDING, IN_TRANSIT_OUTBOUND, ON_LOAN, EXTENDED, - - RETURN_REQUESTED, IN_TRANSIT_RETURN, RETURNED, CLOSED, CANCELLED, - - OVERDUE, DISPUTED - - ' - range: string # uriorcurie - # range: LoanStatusEnum - slot_uri: hc:loanStatus - close_mappings: - - adms:status - comments: - - schema:status does not exist as a Schema.org property - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_timespan.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_timespan.yaml deleted file mode 100644 index 98883aafcb..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_timespan.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_timespan -name: loan_timespan_slot -title: Loan Timespan Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - loan_timespan: - description: 'Full temporal extent of the loan with CIDOC-CRM fuzzy boundaries. - - Use for uncertain or approximate loan periods. - - ' - range: string # uriorcurie - # range: TimeSpan - slot_uri: crm:P4_has_time-span - annotations: - custodian_types: '["*"]' - exact_mappings: - - crm:P4_has_time-span diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_type.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_type.yaml deleted file mode 100644 index b678503c0e..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/loan_type.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/loan_type -name: loan_type_slot -title: Loan Type Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - loan_type: - description: 'Category of loan. - - - Values: EXHIBITION_LOAN, STUDY_LOAN, LONG_TERM_LOAN, INTER_BRANCH, - - CONSERVATION_LOAN, PHOTOGRAPHY_LOAN - - ' - range: string - slot_uri: dcterms:type - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:type diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/locality.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/locality.yaml deleted file mode 100644 index 473e10be4a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/locality.yaml +++ /dev/null @@ -1,43 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/locality -name: locality_slot -title: Locality Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - vcard: http://www.w3.org/2006/vcard/ns# - locn: http://www.w3.org/ns/locn# - 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_range: string -description: "City, town, village, or other locality name within an address.\n\nvCard: locality - \"The locality (e.g. city or town) associated with the \naddress of the object\"\n\nLOCN: postName - \"The key postal division of the address, usually the city.\"\n\nSchema.org: addressLocality - \"The locality in which the street address is.\"\n\nFor unambiguous identification, prefer Settlement class with GeoNames ID.\nThis slot is for simple string references when full Settlement is not needed.\n\nExamples:\n- \"Amsterdam\"\n- \"The Hague\" (English) or \"'s-Gravenhage\" (Dutch official)\n- \"New York\"\n" -slots: - locality: - slot_uri: vcard:locality - range: string - required: false - description: "City, town, or other locality name.\n\nvCard: locality - \"The locality (e.g. city or town) associated with \nthe address of the object\"\n\nAliases: city, town, village, municipal area.\n\nFor unambiguous identification, use Settlement class with GeoNames ID.\n" - exact_mappings: - - vcard:locality - - locn:postName - - schema:addressLocality - examples: - - value: Amsterdam - description: City name - - value: '''s-Gravenhage' - description: Official Dutch name for The Hague - - value: Haarlem - description: Historic city name - annotations: - custodian_types: '["*"]' -comments: -- Use official local name or standardized English name -- For precise identification, use Settlement class with GeoNames ID -- Distinct from city slot which maps to schema:addressLocality diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/located_at.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/located_at.yaml deleted file mode 100644 index 5557db3613..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/located_at.yaml +++ /dev/null @@ -1,33 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/located_at -name: located_at_slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - org: http://www.w3.org/ns/org# - 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# -imports: -- linkml:types -slots: - located_at: - slot_uri: hc:locatedAt - range: string # uriorcurie - # range: AuxiliaryPlace - multivalued: true - inlined_as_list: false # Fixed invalid inline for primitive type - description: "Physical location where this organizational unit operates.\n\n**Range**: `Any` (2026-01-16) - Allows string values and AuxiliaryPlace/Location class instances.\nClasses narrow this to specific location types via slot_usage.\n\nNote: slot_uri changed from org:basedAt to hc:locatedAt\nto resolve OWL ambiguous type warning. org:basedAt may have\ndifferent expectations in the W3C Org ontology.\n\nAlternative: `org:hasSite` - \"Indicates a site at which the Organization \nhas some presence even if only indirect.\"\n\n**Use Cases**:\n\n1. **Departments at Branch Locations**:\n - Conservation Team \u2192 located at Amersfoort Depot\n - Digitization Team \u2192 located at off-site facility\n\n2. **Teams Spanning Multiple Locations**:\n - IT Department \u2192 located at main building AND data center\n - Public Services \u2192 located at main reading room AND annex\n\n3. **Temporary Location Assignments**:\n - Exhibition Team \u2192 temporarily at partner venue\n - Collections\ - \ \u2192 temporarily at storage during renovation\n\n**Relationship Pattern**:\n\nTwo-way linking between locations and organizational units:\n\n```\nAuxiliaryPlace\n \u2514\u2500\u2500 hosts_branch \u2192 OrganizationBranch\n \u2514\u2500\u2500 has_operational_unit \u2192 OrganizationalStructure\n\nOrganizationalStructure\n \u2514\u2500\u2500 located_at \u2192 AuxiliaryPlace (optional)\n```\n\n**Optional Slot**:\n\nMany organizational units don't have fixed locations:\n- Strategic Planning Committee (meets virtually)\n- Research Fellowship Program (no physical space)\n\nOnly use when organizational unit has identifiable physical location.\n\n**Example - Conservation Division**:\n```yaml\nOrganizationalStructure:\n unit_name: \"Conservation Division\"\n unit_type: DIVISION\n located_at:\n - place_name: \"Conservation Lab - Main Building\"\n - place_name: \"Climate-Controlled Storage - Depot Amersfoort\"\n```" - exact_mappings: - - org:basedAt - examples: - - value: "- place_name: Depot Amersfoort\n auxiliary_place_type: STORAGE_FACILITY\n" - description: Organizational unit located at off-site storage - broad_mappings: - - prov:atTime - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/location.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/location.yaml deleted file mode 100644 index 6b7edc24ff..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/location.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/location -name: location_slot -title: Location 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: - location: - slot_uri: schema:location - description: Physical location (city, country) - range: string - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:location diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/location_browse_score.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/location_browse_score.yaml deleted file mode 100644 index 10d43bbec0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/location_browse_score.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/location_browse_score -name: location_browse_score_slot -title: Location Browse Score Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - sosa: http://www.w3.org/ns/sosa/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - location_browse_score: - slot_uri: sosa:hasSimpleResult - range: float - minimum_value: 0.0 - maximum_value: 1.0 - description: 'Specificity score for geographic browsing. - - **Ontology mapping**: Uses sosa:hasSimpleResult because this is a computed relevance score from search/retrieval algorithms acting as observation systems.' - close_mappings: - - prov:value - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/location_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/location_name.yaml deleted file mode 100644 index faec346e7c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/location_name.yaml +++ /dev/null @@ -1,66 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/location_name -name: location_name_slot -title: Location Name Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - rdfs: http://www.w3.org/2000/01/rdf-schema# - locn: http://www.w3.org/ns/locn# - 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# -default_prefix: hc -imports: -- linkml:types -slots: - location_name: - slot_uri: schema:name - description: 'Human-readable name for a geographic location. - - - **Ontological Alignment**: - - - **Primary** (`slot_uri`): `schema:name` - Schema.org name - - - **Exact**: `rdfs:label` - RDF Schema label - - - **Narrow**: `locn:geographicName` - LOCN geographic name (geographic-specific) - - - **Usage**: - - Primary identifier for Location instances. Should be - - human-readable and unambiguous where possible. - - - **Examples**: - - - "Rijksmuseum Amsterdam" - - - "Noord-Hollands Archief, Haarlem" - - - "Depot Boerhaave, Leiden" - - ' - range: string - required: true - multivalued: false - exact_mappings: - - rdfs:label - narrow_mappings: - - locn:geographicName # Geographic names only; this slot is a general location name. - annotations: - custodian_types: '["*"]' - custodian_types_rationale: Location names apply to all heritage types. - specificity_score: 0.2 - specificity_rationale: Generic name slot for locations. - examples: - - value: Rijksmuseum Amsterdam - description: Museum location - - value: Noord-Hollands Archief, Haarlem - description: Archive location with city diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_confidence.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_confidence.yaml deleted file mode 100644 index c562df0684..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_confidence.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/logo_confidence -name: logo_confidence_slot -title: Logo Confidence Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - sosa: http://www.w3.org/ns/sosa/ - prov: http://www.w3.org/ns/prov# - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - 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: - logo_confidence: - description: 'Detection confidence (0.0-1.0). - - **Ontology mapping**: Uses sosa:hasSimpleResult because logo detection models act as sensors producing observation results.' - range: float - minimum_value: 0.0 - maximum_value: 1.0 - slot_uri: sosa:hasSimpleResult - close_mappings: - - prov:value - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_label.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_label.yaml deleted file mode 100644 index 32712f32ee..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_label.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/logo_label -name: logo_label_slot -title: Logo Label Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - 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: - logo_label: - description: 'Logo name or brand identifier. - - Maps to rdfs:label as a generic human-readable label for a logo resource.' - range: string - slot_uri: rdfs:label - close_mappings: - - schema:name - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_organization.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_organization.yaml deleted file mode 100644 index 38c1d30106..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_organization.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/logo_organization -name: logo_organization_slot -title: Logo Organization 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: - logo_organization: - description: Organization associated with logo - range: string - slot_uri: hc:logoOrganization - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:logoOrganization diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_segment.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_segment.yaml deleted file mode 100644 index 9b6f7bca5c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/logo_segment.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/logo_segment -name: logo_segment_slot -title: Logo Segment 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: - logo_segment: - description: Time segment when logo is visible - range: string # uriorcurie - # range: VideoTimeSegment - slot_uri: hc:logoSegment - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:logoSegment diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/long_name.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/long_name.yaml deleted file mode 100644 index 66dbb75d67..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/long_name.yaml +++ /dev/null @@ -1,85 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/long_name -name: long_name_slot -title: Long Name Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - skos: http://www.w3.org/2004/02/skos/core# - 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_range: string -description: 'Full/long form of a name, typically used for address component values. - - - Address data sources often provide both full and abbreviated name forms. - - This slot captures the complete, non-abbreviated version. - - - **SOURCE-AGNOSTIC DESIGN**: - - - This slot works with address data from any source: - - - Website scraping - - - Registry data (ISIL, KvK, etc.) - - - API responses - - - Manual data entry - - - Example pairs (long_name / short_name): - - - "Netherlands" / "NL" - - - "Noord-Holland" / "NH" - - - "Amsterdam" / "Amsterdam" - - ' -slots: - long_name: - slot_uri: schema:name - range: string - required: false - description: 'Full/long form of a name. - - - The complete, non-abbreviated form of an address component value. - - Used when a data source distinguishes between full and abbreviated names. - - - Schema.org: name - "The name of the item." - - ' - exact_mappings: - - schema:name - close_mappings: - - skos:prefLabel - examples: - - value: Netherlands - description: Country full name - - value: Noord-Holland - description: Province full name - - value: Museumstraat - description: Street full name - - value: California - description: US state full name - - value: United Kingdom - description: Country full name - annotations: - custodian_types: '["*"]' -comments: -- Used in AddressComponent for full address values -- Paired with short_name for abbreviated version -- Source-agnostic: works with any address data source diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/longitude.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/longitude.yaml deleted file mode 100644 index 895b06b651..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/longitude.yaml +++ /dev/null @@ -1,49 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/longitude -name: longitude_slot -title: Longitude Slot -description: 'Geographic longitude coordinate in WGS84 decimal degrees. - - - Format: Decimal degrees (e.g., 4.8852 for Amsterdam) - - Range: -180.0 to +180.0 - - - Positive values = East of Prime Meridian - - Negative values = West of Prime Meridian - - ' -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - schema: http://schema.org/ - wgs84: http://www.w3.org/2003/01/geo/wgs84_pos# - 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 -slots: - longitude: - slot_uri: wgs84:long - range: float - required: false - description: 'Geographic longitude (WGS84 coordinate). - - - Schema.org: longitude for geographic positioning. - - ' - exact_mappings: - - schema:longitude - - wgs84:long - annotations: - custodian_types: '["*"]' -comments: -- WGS84 datum (standard GPS coordinate system) -- 'Example: 4.8852 (Amsterdam), -73.9857 (New York), 151.2093 (Sydney)' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lot_number.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/lot_number.yaml deleted file mode 100644 index 498babb4b1..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/lot_number.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/lot_number -name: lot_number_slot -title: Lot Number Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - dcterms: http://purl.org/dc/terms/ - 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 -default_prefix: hc -slots: - lot_number: - description: 'Auction lot number. - - ' - range: string - slot_uri: dcterms:identifier - annotations: - custodian_types: '["*"]' - exact_mappings: - - dcterms:identifier diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/maintained_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/maintained_by.yaml deleted file mode 100644 index d607798f3a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/maintained_by.yaml +++ /dev/null @@ -1,44 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/maintained_by -name: maintained_by_slot -title: maintained_by slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - gleif_base: https://www.gleif.org/ontology/Base/ - 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: - maintained_by: - description: 'Registration authority that maintains this register. - - - Links to RegistrationAuthority class. - - - Examples: - - - KvK (Kamer van Koophandel) maintains NL Handelsregister - - - Companies House maintains UK Companies Register - - - Local courts (Amtsgericht) maintain German Handelsregister - - ' - range: string # uriorcurie - # range: RegistrationAuthority - required: true - inlined: false # Fixed invalid inline for primitive type - slot_uri: gleif_base:isManagedBy - annotations: - custodian_types: '["*"]' - exact_mappings: - - gleif_base:isManagedBy diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/maintenance_schedule.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/maintenance_schedule.yaml deleted file mode 100644 index 015be1912d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/maintenance_schedule.yaml +++ /dev/null @@ -1,37 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/maintenance_schedule -name: maintenance_schedule_slot -title: Maintenance Schedule 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: - maintenance_schedule: - description: 'Maintenance schedule for the device. - - - Examples: - - - "Monthly battery check" - - - "Quarterly calibration" - - - "Annual hardware inspection" - - ' - range: string - slot_uri: hc:maintenanceSchedule - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:maintenanceSchedule diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/major_city.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/major_city.yaml deleted file mode 100644 index d4c528280c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/major_city.yaml +++ /dev/null @@ -1,18 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/major_city -name: major_city -title: Major City -description: Major city within a geographic extent. -imports: -- linkml:types -prefixes: - linkml: https://w3id.org/linkml/ - schema: http://schema.org/ - hc: https://nde.nl/ontology/hc/ -# default_range: string -slots: - major_city: - slot_uri: schema:containsPlace - range: string - multivalued: true - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/major_research_project.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/major_research_project.yaml deleted file mode 100644 index 62a4da796e..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/major_research_project.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/major_research_project -name: major_research_project_slot -title: Major Research Projects 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: - major_research_project: - description: 'Major ongoing or completed research projects. - - ' - range: string - multivalued: true - slot_uri: hc:majorResearchProjects - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:majorResearchProjects diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/managed_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/managed_by.yaml deleted file mode 100644 index 16b57e5a03..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/managed_by.yaml +++ /dev/null @@ -1,43 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/managed_by -name: managed_by_slot -title: Managed By Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - org: http://www.w3.org/ns/org# - 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# -imports: -- linkml:types -slots: - managed_by: - slot_uri: org:linkedTo - description: 'Management structure for the gift shop. - - - Options: - - - In-house: Managed by museum/archive staff - - - Outsourced: Third-party retail operator - - - Franchise: Licensed operation - - - Partnership: Joint venture with retail partner - - - Include operator name if outsourced. - - ' - range: string - exact_mappings: - - org:linkedTo - close_mappings: - - prov:wasAttributedTo - annotations: - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/manages_collection.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/manages_collection.yaml deleted file mode 100644 index a3c222adfd..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/manages_collection.yaml +++ /dev/null @@ -1,27 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/manages_collection -name: manages_collection_slot -title: Manages 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: - manages_collection: - description: "CustodianCollection(s) managed by this CMS.\n\nCIDOC-CRM: P70_documents - the CMS documents the collection.\n\n**BIDIRECTIONAL RELATIONSHIP**:\n- Forward: CollectionManagementSystem \u2192 CustodianCollection (manages_collection)\n- Reverse: CustodianCollection \u2192 CollectionManagementSystem (managed_by_cms)\n\nMultiple collections may be managed by one CMS deployment:\n- Paintings collection\n- Prints and drawings\n- Archival fonds\n" - range: string # uriorcurie - # range: CustodianCollection - slot_uri: hc:managesCollection - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:managesCollection diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/managing_unit.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/managing_unit.yaml deleted file mode 100644 index 2651e5bcf0..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/managing_unit.yaml +++ /dev/null @@ -1,44 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/managing_unit -name: managing_unit -title: Managing Organizational Unit -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - org: http://www.w3.org/ns/org# - owl: http://www.w3.org/2002/07/owl# - 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# -imports: -- linkml:types -slots: - managing_unit: - slot_uri: org:unitOf - description: "Organizational unit (department, division, section) responsible for managing this collection.\n\n**Bidirectional Relationship**:\n- **Forward**: CustodianCollection \u2192 OrganizationalStructure (managing_unit)\n- **Reverse**: OrganizationalStructure \u2192 CustodianCollection (managed_collections)\n\n**Validation**: If provided, temporal consistency is validated:\n- Collection.valid_from >= OrganizationalStructure.valid_from\n- Collection.valid_to <= OrganizationalStructure.valid_to (if unit dissolved)\n\n**Use Cases**:\n1. **Collection Management**: \"Which department manages the Medieval Manuscripts collection?\"\n2. **Staffing Cross-Reference**: \"Who are the curators managing this collection?\"\n - Follow: managing_unit \u2192 OrganizationalStructure \u2192 staff_members \u2192 PersonObservation\n3. **Organizational Change Impact**: Track collection custody through mergers, splits, reorganizations\n\n**Notes**:\n- If managing_unit is null, collection may be managed\ - \ at institutional level\n- Collections may split across multiple units \u2192 create separate CustodianCollection instances\n- Custody transfers tracked via managing_unit changes + temporal validity\n" - range: string # uriorcurie - # range: OrganizationalStructure - required: false - multivalued: false - exact_mappings: - - org:unitOf - related_mappings: - - schema:maintainer - - crm:P50_has_current_keeper - - rico:hasOrHadManager - comments: - - Inverse of managed_collections (on OrganizationalStructure) - - Use this property to document which department/division manages a collection - - Tracks collection custody through organizational restructuring - - Creates owl:inverseOf axiom in RDF output - - 'Inverse: `managed_collections` (on OrganizationalStructure) | Pattern: If Collection managingUnit Unit, then Unit managedCollections Collection' - annotations: - inverse_slot: managed_collections - custodian_types: '["*"]' - examples: - - value: "CustodianCollection:\n collection_name: \"Medieval Manuscripts\"\n managing_unit: \"https://nde.nl/ontology/hc/org/special-collections-dept\"\n" - description: Usage example diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/mandate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/mandate.yaml deleted file mode 100644 index 112a8ba64c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/mandate.yaml +++ /dev/null @@ -1,42 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/mandate -name: mandate_slot -title: Mandate 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: - mandate: - description: 'Formal mandate, charter, or mission statement for the department. - - - W3C ORG: purpose for organizational purpose statement. - - - May reference: - - - Legal basis (law, regulation, decree) - - - Charter document - - - Ministerial order - - - Governance decision - - ' - range: string - slot_uri: hc:mandate - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:mandate diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/marginalia.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/marginalia.yaml deleted file mode 100644 index 251dcf7531..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/marginalia.yaml +++ /dev/null @@ -1,28 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/marginalia -name: marginalia_slot -title: Marginalia 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: - marginalia: - description: 'Description of marginal annotations. - - ' - range: string - slot_uri: hc:marginalia - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:marginalia diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/martyred.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/martyred.yaml deleted file mode 100644 index b78cb9a80f..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/martyred.yaml +++ /dev/null @@ -1,89 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/martyred -name: martyred_slot -title: Martyred Slot -prefixes: - schema: http://schema.org/ - dcterms: http://purl.org/dc/terms/ - hc: https://nde.nl/ontology/hc/ - linkml: https://w3id.org/linkml/ - 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 -- ../metadata -slots: - martyred: - slot_uri: hc:martyred - description: 'Boolean flag indicating whether this staff member was martyred (killed as a result - - of conflict, persecution, or targeted violence against heritage institutions). - - - **IMPORTANT DISTINCTION FROM deceased**: - - - `deceased`: Natural death or death from any cause - - - `martyred`: Death specifically due to conflict, persecution, or violence - - - A person can be both `deceased: true` and `martyred: true` if they died as a martyr. - - A person with `martyred: true` implies `deceased: true`. - - - **Historical Context**: - - This slot is particularly relevant for documenting: - - - Heritage workers killed during armed conflicts - - - Information professionals targeted for their work - - - Cultural heritage workers killed while protecting collections - - - Librarians, archivists, and museum staff killed in attacks on institutions - - - **Example - Gaza 2023-2024**: - - Librarians with Palestine documented heritage workers killed during Israeli - - military operations in Gaza, including librarians, archivists, and journalists. - - - **Wikidata Alignment**: - - Uses P1196 (manner of death) concept for semantic alignment. - - Martyrdom is a specific manner of death requiring documentation. - - - **Provenance**: - - When setting `martyred: true`, also provide: - - - `date_of_death` (TimeSpan) with temporal bounds - - - `circumstances_of_death` (string) describing the event - - - Source documentation for verification - - ' - range: boolean - required: false - ifabsent: 'false' - related_mappings: - - schema:deathDate - comments: - - Martyred implies deceased - if martyred is true, deceased should also be true - - Requires supporting documentation and provenance - - Use TimeSpan for date_of_death to handle uncertainty in conflict situations - - Wikidata property P1196 (manner of death) is semantically related but is an identifier, not an RDF predicate - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:martyred diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/material_composition.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/material_composition.yaml deleted file mode 100644 index f3055c61de..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/material_composition.yaml +++ /dev/null @@ -1,40 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/material_composition -name: material_composition_slot -title: Material Composition Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - material_composition: - description: 'Materials used in the carrier. - - - **Common materials**: - - - Paper types: laid paper, wove paper, vellum paper - - - Animal skins: parchment, vellum - - - Ancient: papyrus, palm leaf, birch bark - - - Modern: plastic, magnetic media - - ' - range: string - multivalued: true - slot_uri: crm:P45_consists_of - annotations: - custodian_types: '["*"]' - exact_mappings: - - crm:P45_consists_of diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/material_specialization.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/material_specialization.yaml deleted file mode 100644 index d25cb7be5b..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/material_specialization.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/material_specialization -name: material_specialization_slot -title: Material Specialization 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 -default_prefix: hc -slots: - material_specialization: - slot_uri: hc:materialSpecialization - description: 'What specialized materials this annex serves, if applicable. - - - Only relevant if has_annex_reason is SPECIALIZED_MATERIALS. - - ' - range: string - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:materialSpecialization diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/materials_used.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/materials_used.yaml deleted file mode 100644 index 81dba24678..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/materials_used.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/materials_used -name: materials_used_slot -title: Materials Used Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - materials_used: - description: 'Materials and supplies used in treatment. - - Critical for reversibility and future treatments. - - ' - range: string - multivalued: true - slot_uri: crm:P126_employed - annotations: - custodian_types: '["*"]' - exact_mappings: - - crm:P126_employed diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_annual_light_exposure.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_annual_light_exposure.yaml deleted file mode 100644 index c413c0505e..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_annual_light_exposure.yaml +++ /dev/null @@ -1,85 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/max_annual_light_exposure -name: max_annual_light_exposure_slot -title: Maximum Annual Light Exposure Slot -description: 'Maximum acceptable cumulative annual light exposure in lux-hours. - - - **ISO STANDARD REFERENCE VALUES**: - - - EN 16893:2018 (High sensitivity): <15,000 lux-hours/year - - - EN 16893:2018 (Medium sensitivity): <150,000 lux-hours/year - - - CIE 157:2004 (Textiles): <12,000 lux-hours/year - - - ASHRAE Guidelines: <50,000 lux-hours for sensitive materials - - - **CUMULATIVE EXPOSURE EXAMPLES** (at 50 lux): - - - 8 hours/day, 250 days/year = 100,000 lux-hours - - - 4 hours/day, 250 days/year = 50,000 lux-hours - - - **PRESERVATION CONTEXT**: - - Light damage follows the reciprocity law (Bunsen-Roscoe law): total exposure - - matters, not intensity alone. Annual limits ensure rotating displays and - - controlled access periods for highly sensitive materials. - - ' -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - qudt: http://qudt.org/schema/qudt/ - quantitykind: http://qudt.org/vocab/quantitykind/ - qudt_unit: http://qudt.org/vocab/unit/ - sosa: http://www.w3.org/ns/sosa/ - ssn: http://www.w3.org/ns/ssn/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - wd: http://www.wikidata.org/entity/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - max_annual_light_exposure: - description: "Maximum acceptable cumulative annual light exposure in lux-hours per year.\n\nBased on preservation standards:\n- High sensitivity (EN 16893): <15,000 lux-hours/year\n- Medium sensitivity (EN 16893): <150,000 lux-hours/year\n- Textiles (CIE 157): <12,000 lux-hours/year\n- General guidance (ASHRAE): <50,000 lux-hours/year\n\nLight damage is cumulative (reciprocity law). Annual limits mandate:\n- Rotating displays for sensitive works\n- Controlled access periods\n- Dark storage between exhibition periods\n\nExample: 50 lux \xD7 8 hours/day \xD7 250 days = 100,000 lux-hours (too high!)\n" - range: float - slot_uri: hc:maxAnnualLightExposure - related_mappings: - - sosa:ObservableProperty - - crm:E54_Dimension - - quantitykind:LuminousExposure - - wd:Q194411 - - schema:maxValue - minimum_value: 0.0 - maximum_value: 500000.0 - see_also: - - https://www.nen.nl/en-16893-2018-en-274167 - - https://cie.co.at/publications/control-damage-museum-objects-optical-radiation - examples: - - value: 12000.0 - description: Maximum for textiles (CIE 157) - - value: 15000.0 - description: Maximum for highly sensitive materials (EN 16893) - - value: 50000.0 - description: General guidance for sensitive materials (ASHRAE) - - value: 150000.0 - description: Maximum for moderately sensitive materials (EN 16893) - annotations: - qudt_unit: unit:LUX-HR - ucum_code: lx.h - iso_reference: EN 16893:2018, CIE 157:2004 - preservation_parameter: 'true' - calculation_note: "lux-hours = illuminance (lux) \xD7 exposure time (hours)" - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_group_size.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_group_size.yaml deleted file mode 100644 index f3b5c26712..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_group_size.yaml +++ /dev/null @@ -1,31 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/max_group_size -name: max_group_size_slot -title: Max Group Size 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: - max_group_size: - description: 'Maximum group size that can be accommodated. - - - Schema.org: maximumAttendeeCapacity for capacity. - - ' - range: integer - slot_uri: hc:maxGroupSize - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:maxGroupSize diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_light_lux.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_light_lux.yaml deleted file mode 100644 index 53a74658b7..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_light_lux.yaml +++ /dev/null @@ -1,64 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/max_light_lux -name: max_light_lux_slot -title: Maximum Light Level (Lux) Slot -description: "Maximum acceptable light level in lux for an environmental storage zone.\n\n**ISO STANDARD REFERENCE VALUES**:\n- ISO 11799:2015 (Archives): <50 lux for paper/parchment\n- EN 16893:2018 (Museums): <50 lux for highly sensitive materials\n- EN 16893:2018 (Museums): <200 lux for moderately sensitive\n- BS 4971:2017 (UK): 0 lux for storage, <50 lux access\n\n**SENSITIVITY CATEGORIES**:\n- High sensitivity (<50 lux): Paper, photographs, textiles, watercolors\n- Medium sensitivity (<200 lux): Oil paintings, wood, leather\n- Low sensitivity (<300 lux): Stone, ceramics, most metals\n\n**PRESERVATION CONTEXT**:\nLight damage is cumulative and irreversible. Total exposure (lux \xD7 hours)\ndetermines damage, following the reciprocity law. Fading, yellowing, and\nembrittlement result from photochemical degradation.\n" -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - qudt: http://qudt.org/schema/qudt/ - quantitykind: http://qudt.org/vocab/quantitykind/ - qudt_unit: http://qudt.org/vocab/unit/ - sosa: http://www.w3.org/ns/sosa/ - ssn: http://www.w3.org/ns/ssn/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - wd: http://www.wikidata.org/entity/ - schema: http://schema.org/ - brick: https://brickschema.org/schema/Brick# - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -imports: -- linkml:types -default_prefix: hc -slots: - max_light_lux: - description: "Maximum acceptable light level in lux (lumens per square meter).\n\nBased on ISO/EN preservation standards:\n- Archives (ISO 11799): <50 lux for paper/parchment\n- High sensitivity (EN 16893): <50 lux (textiles, watercolors, photos)\n- Medium sensitivity (EN 16893): <200 lux (oil paintings, leather)\n- Low sensitivity (EN 16893): <300 lux (ceramics, stone, metals)\n- UK Storage (BS 4971): 0 lux for closed storage\n\nLight damage is cumulative and irreversible. Damage follows the\nreciprocity law: 50 lux \xD7 8 hours = 400 lux \xD7 1 hour (same damage).\n" - range: float - slot_uri: hc:maxLightLux - related_mappings: - - sosa:ObservableProperty - - crm:E54_Dimension - - brick:Illuminance_Sensor - - quantitykind:Illuminance - - wd:Q194411 - - schema:maxValue - minimum_value: 0.0 - maximum_value: 500.0 - see_also: - - https://www.iso.org/standard/63810.html - - https://www.nen.nl/en-16893-2018-en-274167 - examples: - - value: 0.0 - description: Dark storage - zero light exposure - - value: 50.0 - description: Maximum for highly sensitive materials (paper, textiles) - - value: 200.0 - description: Maximum for moderately sensitive materials (oil paintings) - - value: 300.0 - description: Maximum for low sensitivity materials (ceramics, metals) - annotations: - qudt_unit: unit:LUX - ucum_code: lx - iso_reference: ISO 11799:2015, EN 16893:2018, BS 4971:2017 - preservation_parameter: 'true' - sensitivity_thresholds: 'high_sensitivity: 50 lux - - medium_sensitivity: 200 lux - - low_sensitivity: 300 lux - - ' - custodian_types: '["*"]' diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_likelihood_score.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_likelihood_score.yaml deleted file mode 100644 index 175002f6d3..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/max_likelihood_score.yaml +++ /dev/null @@ -1,29 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/max_likelihood_score -name: max_likelihood_score_slot -title: Max Likelihood Score Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - sosa: http://www.w3.org/ns/sosa/ - 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: - max_likelihood_score: - description: 'Maximum possible score (typically 100). - - **Ontology mapping**: Uses sosa:hasSimpleResult because this is a computed maximum value from a scoring system.' - range: integer - slot_uri: sosa:hasSimpleResult - annotations: - custodian_types: '["*"]' - exact_mappings: - - sosa:hasSimpleResult diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/maximal_of_maximal.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/maximal_of_maximal.yaml deleted file mode 100644 index d00ddfda06..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/maximal_of_maximal.yaml +++ /dev/null @@ -1,44 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/maximal_of_maximal -name: maximal_of_maximal_slot -title: Maximal of Maximal Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -default_prefix: hc -imports: -- linkml:types -slots: - maximal_of_maximal: - slot_uri: crm:P90b_has_upper_value_limit - description: "Upper bound value of a range (CIDOC-CRM pattern for dimensional ranges).\n\n**CIDOC-CRM Alignment**:\nMaps to P90b_has_upper_value_limit which defines the highest value that\na dimension may have within an instance of E54 Dimension.\n\n**USE CASE - Grant Ranges**:\nFor grant funding ranges like \"\u20AC100K-\u20AC500K\":\n- minimal_of_minimal: Quantity(100000, EUR)\n- maximal_of_maximal: Quantity(500000, EUR)\n\n**TEMPORAL CONTEXT**:\nNamed \"maximal_of_maximal\" (not just \"maximum\") to acknowledge that the\nupper bound itself may have uncertainty - this is the maximum of the maximum.\n" - range: string # uriorcurie - # range: Quantity - inlined: false # Fixed invalid inline for primitive type - required: false - multivalued: false - exact_mappings: - - crm:P90b_has_upper_value_limit - close_mappings: - - schema:maxValue - annotations: - custodian_types: '["*"]' - custodian_types_rationale: Applicable to all custodian types dealing with quantities that have ranges. - custodian_types_primary: '*' - specificity_score: 0.35 - specificity_rationale: General utility slot for expressing upper bounds of any measured range. - examples: - - value: "maximal_of_maximal:\n quantity_value: 500000\n has_or_had_measurement_unit:\n unit_label: \"EUR\"\n" - description: "Upper bound of \u20AC500K for grant range" - comments: - - Created from slot_fixes.yaml migration (2026-01-14) - - Part of GrantRange class (branch 2 per slot_fixes.yaml) - - CIDOC-CRM P90b for dimensional upper bounds - - Works with minimal_of_minimal for complete range specification diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/maximum_amount.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/maximum_amount.yaml deleted file mode 100644 index 1b28316a1d..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/maximum_amount.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/maximum_amount -name: maximum_amount_slot -title: Maximum Amount 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: - maximum_amount: - range: decimal - description: 'Maximum amount for this scheme tier (if applicable). - - Helps distinguish between tiered patron levels. - - ' - slot_uri: hc:maximumAmount - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:maximumAmount diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/measurement_data.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/measurement_data.yaml deleted file mode 100644 index 75367ed386..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/measurement_data.yaml +++ /dev/null @@ -1,41 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/measurement_data -name: measurement_data_slot -title: Measurement Data 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: - measurement_data: - description: 'Structured measurement data from sensors or instruments. - - - JSON-LD compatible structure for environmental readings: - - - temperature_celsius - - - humidity_percent - - - lux_level - - - particulate_count - - - etc. - - ' - range: string - slot_uri: hc:measurementData - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:measurementData diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimal_of_minimal.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimal_of_minimal.yaml deleted file mode 100644 index 447792575e..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimal_of_minimal.yaml +++ /dev/null @@ -1,44 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/minimal_of_minimal -name: minimal_of_minimal_slot -title: Minimal of Minimal Slot -prefixes: - linkml: https://w3id.org/linkml/ - hc: https://nde.nl/ontology/hc/ - crm: http://www.cidoc-crm.org/cidoc-crm/ - 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# - org: http://www.w3.org/ns/org# - xsd: http://www.w3.org/2001/XMLSchema# -default_prefix: hc -imports: -- linkml:types -slots: - minimal_of_minimal: - slot_uri: crm:P90a_has_lower_value_limit - description: "Lower bound value of a range (CIDOC-CRM pattern for dimensional ranges).\n\n**CIDOC-CRM Alignment**:\nMaps to P90a_has_lower_value_limit which defines the lowest value that\na dimension may have within an instance of E54 Dimension.\n\n**USE CASE - Grant Ranges**:\nFor grant funding ranges like \"\u20AC100K-\u20AC500K\":\n- minimal_of_minimal: Quantity(100000, EUR)\n- maximal_of_maximal: Quantity(500000, EUR)\n\n**TEMPORAL CONTEXT**:\nNamed \"minimal_of_minimal\" (not just \"minimum\") to acknowledge that the\nlower bound itself may have uncertainty - this is the minimum of the minimum.\n" - range: string # uriorcurie - # range: Quantity - inlined: false # Fixed invalid inline for primitive type - required: false - multivalued: false - exact_mappings: - - crm:P90a_has_lower_value_limit - close_mappings: - - schema:minValue - annotations: - custodian_types: '["*"]' - custodian_types_rationale: Applicable to all custodian types dealing with quantities that have ranges. - custodian_types_primary: '*' - specificity_score: 0.35 - specificity_rationale: General utility slot for expressing lower bounds of any measured range. - examples: - - value: "minimal_of_minimal:\n quantity_value: 100000\n has_or_had_measurement_unit:\n unit_label: \"EUR\"\n" - description: "Lower bound of \u20AC100K for grant range" - comments: - - Created from slot_fixes.yaml migration (2026-01-14) - - Part of GrantRange class (branch 1 per slot_fixes.yaml) - - CIDOC-CRM P90a for dimensional lower bounds - - Works with maximal_of_maximal for complete range specification diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_amount.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_amount.yaml deleted file mode 100644 index 2cb3761b2c..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_amount.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/minimum_amount -name: minimum_amount_slot -title: Minimum Amount 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: - minimum_amount: - range: decimal - description: 'Minimum donation amount required to participate in this scheme. - - For tiered schemes, use the entry-level amount. - - ' - slot_uri: hc:minimumAmount - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:minimumAmount diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_donation.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_donation.yaml deleted file mode 100644 index c268b0cefe..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_donation.yaml +++ /dev/null @@ -1,30 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/minimum_donation -name: minimum_donation -title: Minimum Donation 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: - minimum_donation: - slot_uri: schema:minPrice - range: decimal - description: 'Minimum donation amount for tax deductibility to apply. - - Currency assumed to be the jurisdiction''s local currency. - - ' - annotations: - custodian_types: '["*"]' - exact_mappings: - - schema:minPrice diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_partner.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_partner.yaml deleted file mode 100644 index 47b24f282a..0000000000 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/minimum_partner.yaml +++ /dev/null @@ -1,26 +0,0 @@ -id: https://nde.nl/ontology/hc/slot/minimum_partner -name: minimum_partner_slot -title: Minimum Partners 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: - minimum_partner: - range: integer - description: Minimum number of partners required (if partnership required) - slot_uri: hc:minimumPartners - annotations: - custodian_types: '["*"]' - exact_mappings: - - hc:minimumPartners diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/opiniate.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/opiniate.yaml new file mode 100644 index 0000000000..3f23816651 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/opiniate.yaml @@ -0,0 +1,82 @@ +# ============================================================================== +# LinkML Slot Definition: opiniate +# ============================================================================== +# Expression of a view, judgment, or belief regarding a subject or entity. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|----------------------------------|------------------------|----------|------------------------------------------------------------| +# | **Schema.org**| `schema:review` | schemaorg.owl:33693-33718| related | "A review of the item." Structured evaluation, not general opinion. | +# | **CIDOC-CRM** | `crm:P140_assigned_attribute_to` | CIDOC:4206-4219 | related | "Associates an Attribute Assignment with the entity." Expert opinion model. | +# | **OA** | `oa:motivatedBy` | oa.ttl:312-317 | related | "Relationship between an Annotation and a Motivation." Annotation domain. | +# +# NOTE: oa:assessing (oa.ttl:168-171) is a Motivation instance (CLASS), not a property — cannot be used as a mapping. +# NOTE: prov:generated was previously listed but is incorrect (generation of entity ≠ expressing opinion). +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/opiniate +name: opiniate +title: Opiniate +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + oa: http://www.w3.org/ns/oa# +imports: + - linkml:types +default_prefix: hc +slots: + opiniate: + slot_uri: hc:opiniate + description: >- + To express a specific view, judgment, sentiment, or belief regarding a particular subject, topic, or entity. + alt_descriptions: + nl: >- + Het uiten van een specifieke mening, oordeel, sentiment of overtuiging met betrekking tot een bepaald onderwerp, thema of entiteit. + de: >- + Eine bestimmte Ansicht, ein Urteil, eine Stimmung oder eine Überzeugung in Bezug auf ein bestimmtes Thema, einen Gegenstand oder eine Entität zum Ausdruck bringen. + fr: >- + Exprimer une opinion, un jugement, un sentiment ou une conviction spécifique concernant un sujet, un thème ou une entité particulière. + ar: >- + التعبير عن رأي أو حكم أو شعور أو اعتقاد محدد بشأن موضوع أو مسألة أو كيان معين. + id: >- + Mengungkapkan pandangan, penilaian, sentimen, atau keyakinan tertentu mengenai subjek, topik, atau entitas tertentu. + zh: >- + 就特定主题、话题或实体表达特定的观点、判断、情感或信念。 + es: >- + Expresar una opinión, juicio, sentimiento o creencia específica con respecto a un tema, asunto o entidad particular. + structured_aliases: + - literal_form: Opinie + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Meinung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Opinion + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: رأي + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Opini + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 意见 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Opinión + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + aliases: + - draws_or_drew_opinion + related_mappings: + - schema:review # schemaorg.owl:33693-33718 - "A review of the item." Structured evaluation, not general opinion. + - crm:P140_assigned_attribute_to # CIDOC:4206-4219 - "Associates an Attribute Assignment with the entity." Expert opinion model. + - oa:motivatedBy # oa.ttl:312-317 - "Relationship between an Annotation and a Motivation." Annotation domain. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/originate_from.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/originate_from.yaml index 735c134e12..52348c7920 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/originate_from.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/originate_from.yaml @@ -76,6 +76,8 @@ slots: - has_or_had_origin - is_or_was_originate - originate + - inbound_from + - lender annotations: custodian_types: '["*"]' close_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/overlap_with.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/overlap_with.yaml new file mode 100644 index 0000000000..cbbcd7256e --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/overlap_with.yaml @@ -0,0 +1,94 @@ +# ============================================================================== +# LinkML Slot Definition: overlap_with +# ============================================================================== +# Two entities, timeframes, or regions share a common portion of space, +# duration, or content. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|------------------------------------------|--------------------|---------|-------------------------------------------------| +# | **CIDOC-CRM** | `crm:P132_spatiotemporally_overlaps_with` | CIDOC:4022-4031 | narrow | Spatiotemporal overlap (space+time) between | +# | | | | | E92 Spacetime Volumes. Narrower — does not | +# | | | | | cover content overlap. | +# | **GeoSPARQL** | `geo:sfOverlaps` | geo.ttl:637-649 | narrow | Purely spatial overlap between SpatialObjects. | +# | **Schema.org**| `schema:geoOverlaps` | schemaorg.owl: | narrow | Geospatial overlap between Place / | +# | | | 19242-19261 | | GeospatialGeometry. Purely spatial. | +# +# No exact match — retains hc:overlapWith. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/overlap_with +name: overlap_with +title: Overlap With +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + geo: http://www.opengis.net/ont/geosparql# +imports: + - linkml:types +default_prefix: hc +slots: + overlap_with: + slot_uri: hc:overlapWith + description: >- + Demonstrates that two distinct entities, timeframes, or regions share a common portion + of space, duration, or content. + alt_descriptions: + nl: >- + Geeft aan dat twee afzonderlijke entiteiten, tijdsperioden of regio's een gemeenschappelijk + deel van ruimte, duur of inhoud delen. + de: >- + Zeigt, dass zwei unterschiedliche Entitäten, Zeiträume oder Regionen einen gemeinsamen + Anteil an Raum, Dauer oder Inhalt teilen. + fr: >- + Démontre que deux entités, périodes ou régions distinctes partagent une portion commune + d'espace, de durée ou de contenu. + ar: >- + يوضح أن كيانين أو فترتين زمنيتين أو منطقتين مختلفتين يتشاركان جزءًا مشتركًا من + المكان أو المدة أو المحتوى. + id: >- + Menunjukkan bahwa dua entitas, jangka waktu, atau wilayah yang berbeda berbagi bagian + yang sama dari ruang, durasi, atau konten. + zh: >- + 表明两个不同的实体、时间段或区域共享空间、持续时间或内容的共同部分。 + es: >- + Demuestra que dos entidades, períodos de tiempo o regiones distintas comparten una porción + común de espacio, duración o contenido. + structured_aliases: + - literal_form: Overlapping + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Überlappung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Chevauchement + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تداخل + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Tumpang Tindih + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 重叠 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Solapamiento + predicate: EXACT_SYNONYM + in_language: es + range: string + comments: + - "Overlapping speech occurs when multiple people speak simultaneously." + narrow_mappings: + - crm:P132_spatiotemporally_overlaps_with # CIDOC:4022-4031 — spatiotemporal overlap between E92 Spacetime Volumes; narrower (space+time only, not content) + - geo:sfOverlaps # geo.ttl:637-649 — purely spatial overlap between SpatialObjects + - schema:geoOverlaps # schemaorg.owl:19242-19261 — geospatial overlap between Place/GeospatialGeometry + annotations: + custodian_types: '["*"]' + aliases: + - is_overlapping diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/part_of.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/part_of.yaml index 756dc08815..4f563df8c0 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/part_of.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/part_of.yaml @@ -89,6 +89,8 @@ slots: - part_of_total - is_or_was_part_of_archive_series - part_of_archive_series + - is_part_of_complex + - linked_to_collection annotations: custodian_types: '["*"]' close_mappings: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/plan.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/plan.yaml new file mode 100644 index 0000000000..48b682cd62 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/plan.yaml @@ -0,0 +1,90 @@ +# ============================================================================== +# LinkML Slot Definition: plan +# ============================================================================== +# Designing or arranging a future course of action before execution. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |-------------|------------------------------|---------------------------------|----------|------------------------------------------------------------------| +# | **PROV-O** | `prov:hadPlan` | prov.ttl:649-659 | related | "The optional Plan adopted by an Agent in Association with some Activity." Narrow provenance context. | +# | **CIDOC-CRM**| `crm:P20_had_specific_purpose`| CIDOC_CRM_v7.1.3.rdf:1628-1641 | related | "Relationship between a preparatory activity and the Event it is preparation for." | +# | **CIDOC-CRM**| `crm:P21_had_general_purpose` | CIDOC_CRM_v7.1.3.rdf:1655-1667 | related | "Intentional relationship between Activity and some general goal." | +# +# NOTE: schema:PlanAction ("the act of planning the execution of an event/task") +# is semantically closest but is a CLASS, not a property. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/plan +name: plan +title: Plan +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + prov: http://www.w3.org/ns/prov# + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + plan: + slot_uri: hc:plan + description: >- + Signifies the act of designing, scheduling, or arranging a future course + of action, strategy, or layout before it is executed. + alt_descriptions: + nl: >- + Duidt op de handeling van het ontwerpen, plannen of organiseren van een + toekomstige handelswijze, strategie of indeling voordat deze wordt uitgevoerd. + de: >- + Bezeichnet die Handlung des Entwerfens, Planens oder Anordnens einer + zukünftigen Vorgehensweise, Strategie oder Anordnung bevor sie ausgeführt + wird. + fr: >- + Désigne l'acte de concevoir, planifier ou organiser un futur plan d'action, + une stratégie ou une disposition avant son exécution. + ar: >- + يشير إلى فعل تصميم أو جدولة أو ترتيب مسار عمل مستقبلي أو استراتيجية + أو تخطيط قبل تنفيذه. + id: >- + Menandakan tindakan merancang, menjadwalkan, atau mengatur rencana tindakan, + strategi, atau tata letak di masa depan sebelum dilaksanakan. + zh: >- + 表示在执行之前设计、安排或规划未来行动方案、策略或布局的行为。 + es: >- + Indica el acto de diseñar, programar u organizar un curso de acción futuro, + una estrategia o una disposición antes de que se ejecute. + structured_aliases: + - literal_form: Plan + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Plan + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Plan + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: خطة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Rencana + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 计划 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Plan + predicate: EXACT_SYNONYM + in_language: es + range: string + multivalued: false + related_mappings: + - prov:hadPlan # prov.ttl:649-659 — "The optional Plan adopted by an Agent in Association with some Activity." + - crm:P20_had_specific_purpose # CIDOC_CRM_v7.1.3.rdf:1628-1641 — "Relationship between preparatory activity and Event it prepares for." + - crm:P21_had_general_purpose # CIDOC_CRM_v7.1.3.rdf:1655-1667 — "Intentional relationship between Activity and general goal." + annotations: + custodian_types: '["*"]' + aliases: + - legacy_planning diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_accessible.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/primary.yaml similarity index 61% rename from schemas/20251121/linkml/modules/slots/20260202_matang/new/is_accessible.yaml rename to schemas/20251121/linkml/modules/slots/20260202_matang/primary.yaml index 254991479e..7556547955 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/new/is_accessible.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/primary.yaml @@ -1,7 +1,6 @@ -id: https://nde.nl/ontology/hc/slot/is_accessible -name: is_accessible_slot -title: is_accessible slot -version: 1.0.0 +id: https://nde.nl/ontology/hc/slot/primary +name: primary +title: Primary prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ @@ -17,13 +16,13 @@ imports: - linkml:types default_prefix: hc slots: - is_accessible: - slot_uri: schema:accessibilityFeature - description: 'Whether exhibition space is wheelchair/mobility accessible. - - ' + primary: + description: | + Marks the entity, attribute, or status that holds the first rank, highest importance, or original standing relative to others. + range: boolean + slot_uri: hc:primary annotations: custodian_types: '["*"]' - exact_mappings: - - schema:accessibilityFeature + aliases: + - is_primary_digital_presence diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/proficient_in.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/proficient_in.yaml new file mode 100644 index 0000000000..caf0f0c6f0 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/proficient_in.yaml @@ -0,0 +1,96 @@ +# ============================================================================== +# LinkML Slot Definition: proficient_in +# ============================================================================== +# Skill, language, tool, or subject in which a person or agent has demonstrated +# high competence or mastery. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-------------------------|-----------------------------|---------|-----------------------------------------------------------------| +# | **Schema.org**| `schema:skills` | schemaorg.owl:35567-35593 | close | "Competency claimed by a person/org"; no proficiency qualifier. | +# | **Schema.org**| `schema:knowsAbout` | schemaorg.owl:23901-23925 | broad | "Topic known about — not implying expertise." | +# | **Schema.org**| `schema:knowsLanguage` | schemaorg.owl:23926-23948 | related | Language knowledge only; no skill level distinction. | +# +# REJECTED CANDIDATES: +# - schema:competencyRequired (schemaorg.owl:12372-12398): about competencies required +# for credentials/learning resources, inverted direction. +# - schema:experienceRequirements (schemaorg.owl:17789-17810): domain JobPosting/Occupation. +# - foaf:knows (foaf.ttl:348-353): person-to-person relationship, not skill. +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/proficient_in +name: proficient_in +title: Proficient In +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + proficient_in: + slot_uri: hc:proficientIn + description: >- + Relates a person or agent to a specific skill, language, tool, or subject + matter in which they have demonstrated a high level of competence or mastery. + alt_descriptions: + nl: >- + Relateert een persoon of actor aan een specifieke vaardigheid, taal, hulpmiddel + of vakgebied waarin zij een hoog niveau van bekwaamheid of meesterschap + hebben aangetoond. + de: >- + Verknüpft eine Person oder einen Akteur mit einer bestimmten Fähigkeit, Sprache, + einem Werkzeug oder Fachgebiet, in dem sie ein hohes Maß an Kompetenz oder + Meisterschaft nachgewiesen haben. + fr: >- + Associe une personne ou un agent à une compétence, une langue, un outil ou un + domaine spécifique dans lequel ils ont démontré un haut niveau de maîtrise + ou d'expertise. + ar: >- + يربط شخصًا أو فاعلًا بمهارة أو لغة أو أداة أو مجال محدد أظهر فيه مستوى + عالٍ من الكفاءة أو الإتقان. + id: >- + Menghubungkan seseorang atau agen dengan keterampilan, bahasa, alat, atau bidang + tertentu yang telah mereka tunjukkan tingkat kompetensi atau penguasaan yang tinggi. + zh: >- + 将个人或代理与其已展示出高水平能力或精通的特定技能、语言、工具或学科领域相关联。 + es: >- + Relaciona una persona o agente con una habilidad, idioma, herramienta o materia + específica en la que han demostrado un alto nivel de competencia o dominio. + structured_aliases: + - literal_form: Bekwaamheid + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Kompetenz + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Maîtrise + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: إتقان + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Kemahiran + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 精通 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Competencia + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + close_mappings: + - schema:skills # schemaorg.owl:35567-35593 — competency claimed by person/org; no proficiency qualifier + broad_mappings: + - schema:knowsAbout # schemaorg.owl:23901-23925 — topic known about, not implying expertise + related_mappings: + - schema:knowsLanguage # schemaorg.owl:23926-23948 — language knowledge only, no skill level + aliases: + - likely_whatsapp_proficient diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/publish.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/publish.yaml index 5423a640f7..8dc6bacb20 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/publish.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/publish.yaml @@ -77,6 +77,7 @@ slots: aliases: - is_or_was_publication_series_name - is_or_was_publication_output + - issued_call annotations: custodian_types: '["*"]' custodian_types_rationale: Applicable to all heritage custodian types. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/published_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/published_by.yaml index 064878494b..5bf2654992 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/published_by.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/published_by.yaml @@ -94,6 +94,8 @@ slots: - schema:publisher # schemaorg.owl:31710-31730 - article-specific aliases: - is_or_was_published_by + - is_official_content + - issuing_organisation comments: - | **HERITAGE CONTEXT**: Uses Custodian class (not Publisher) because diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/queryable.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/queryable.yaml new file mode 100644 index 0000000000..1e7e9f285a --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/queryable.yaml @@ -0,0 +1,95 @@ +# ============================================================================== +# LinkML Slot Definition: queryable +# ============================================================================== +# Whether a dataset, system, or interface supports structured querying. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |-----------|----------------------------|------------------------|---------|-------------------------------------------------------------| +# | **VoID** | `void:sparqlEndpoint` | (not in local files) | narrow | SPARQL endpoint is narrower than general "queryable." | +# | **DCAT** | `dcat:endpointURL` | dcat3.ttl:1008-1033 | narrow | "The root location or primary endpoint of the service." | +# | **DCAT** | `dcat:accessService` | dcat3.ttl:536-561 | related | "A site or end-point that gives access to the distribution."| +# | **DCAT** | `dcat:endpointDescription` | dcat3.ttl:972-1007 | related | "A description of the service end-point." | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/queryable +name: queryable +title: Queryable +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + dcat: http://www.w3.org/ns/dcat# + void: http://rdfs.org/ns/void# +imports: + - linkml:types +default_prefix: hc +slots: + queryable: + slot_uri: hc:queryable + description: >- + Describes a dataset, system, interface, or object that is structured and accessible + in a way that allows users or software to submit specific questions, commands, or + filters to retrieve information. + alt_descriptions: + nl: >- + Beschrijft een dataset, systeem, interface of object dat zodanig gestructureerd + en toegankelijk is dat gebruikers of software specifieke vragen, opdrachten of + filters kunnen indienen om informatie op te halen. + de: >- + Beschreibt einen Datensatz, ein System, eine Schnittstelle oder ein Objekt, das + so strukturiert und zugänglich ist, dass Benutzer oder Software spezifische Fragen, + Befehle oder Filter einreichen können, um Informationen abzurufen. + fr: >- + Décrit un jeu de données, un système, une interface ou un objet structuré et + accessible de manière à permettre aux utilisateurs ou aux logiciels de soumettre + des questions, des commandes ou des filtres spécifiques pour récupérer des informations. + ar: >- + يصف مجموعة بيانات أو نظامًا أو واجهة أو كائنًا منظمًا ومتاحًا بطريقة تسمح + للمستخدمين أو البرامج بتقديم أسئلة أو أوامر أو مرشحات محددة لاسترجاع المعلومات. + id: >- + Menjelaskan dataset, sistem, antarmuka, atau objek yang terstruktur dan dapat + diakses sedemikian rupa sehingga pengguna atau perangkat lunak dapat mengajukan + pertanyaan, perintah, atau filter tertentu untuk mengambil informasi. + zh: >- + 描述一个数据集、系统、接口或对象,其结构和可访问性使用户或软件能够提交特定的问题、命令或筛选条件以检索信息。 + es: >- + Describe un conjunto de datos, sistema, interfaz u objeto que está estructurado + y accesible de manera que permite a los usuarios o al software enviar preguntas, + comandos o filtros específicos para recuperar información. + structured_aliases: + - literal_form: Bevraagbaarheid + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Abfragbarkeit + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Interrogeabilité + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: قابلية الاستعلام + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Kemampuan Kueri + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 可查询性 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Consultabilidad + predicate: EXACT_SYNONYM + in_language: es + range: string + inlined: false + annotations: + custodian_types: '["*"]' + narrow_mappings: + - void:sparqlEndpoint # (not in local ontology files) — SPARQL endpoint for a dataset + - dcat:endpointURL # dcat3.ttl:1008-1033 — "The root location or primary endpoint of the service." + related_mappings: + - dcat:accessService # dcat3.ttl:536-561 — "A site or end-point that gives access to the distribution." + - dcat:endpointDescription # dcat3.ttl:972-1007 — "A description of the service end-point." + aliases: + - linked_data_access diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/rebuild_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/rebuild_by.yaml new file mode 100644 index 0000000000..e9bb0862ca --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/rebuild_by.yaml @@ -0,0 +1,98 @@ +# ============================================================================== +# LinkML Slot Definition: rebuild_by +# ============================================================================== +# Identifies the agent responsible for reconstructing or restoring an entity. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|----------------------------|---------------------|---------|----------------------------------------------------| +# | **PROV-O** | `prov:wasAttributedTo` | prov.ttl:1082-1096 | broad | "Attribution is the ascribing of an entity to an | +# | | | | | agent." General attribution; broader than | +# | | | | | specifically reconstruction attribution. | +# | **CIDOC-CRM** | `crm:P14_carried_out_by` | CIDOC:1489-1503 | related | "Active participation of an Actor in an Activity." | +# | | | | | Links Activity→Actor; different structure | +# | | | | | (activity-level, not entity→agent). | +# | **CIDOC-CRM** | `crm:P31i_was_modified_by` | CIDOC:1944-1949 | related | "was modified by" — links Physical Thing to | +# | | | | | Modification event; adjacent to rebuilding but | +# | | | | | links to event, not directly to agent. | +# +# No exact match — retains hc:rebuildBy. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/rebuild_by +name: rebuild_by +title: Rebuild By +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + prov: http://www.w3.org/ns/prov# + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + rebuild_by: + slot_uri: hc:rebuildBy + description: >- + Identifies the agent, organization, or software process responsible for reconstructing, + restoring, or recompiling a specific entity after damage, decay, or modification. + alt_descriptions: + nl: >- + Identificeert de actor, organisatie of het softwareproces dat verantwoordelijk is voor het + reconstrueren, herstellen of opnieuw compileren van een specifieke entiteit na schade, + verval of wijziging. + de: >- + Identifiziert den Akteur, die Organisation oder den Softwareprozess, der für die + Rekonstruktion, Restaurierung oder Neukompilierung einer bestimmten Entität nach + Beschädigung, Verfall oder Änderung verantwortlich ist. + fr: >- + Identifie l'agent, l'organisation ou le processus logiciel responsable de la reconstruction, + de la restauration ou de la recompilation d'une entité spécifique après dommage, dégradation + ou modification. + ar: >- + يحدد الفاعل أو المنظمة أو العملية البرمجية المسؤولة عن إعادة بناء أو ترميم أو إعادة + تجميع كيان معين بعد تلف أو تدهور أو تعديل. + id: >- + Mengidentifikasi agen, organisasi, atau proses perangkat lunak yang bertanggung jawab atas + rekonstruksi, pemulihan, atau kompilasi ulang entitas tertentu setelah kerusakan, + kemunduran, atau modifikasi. + zh: >- + 标识负责在损坏、衰退或修改后重建、恢复或重新编译特定实体的代理、组织或软件进程。 + es: >- + Identifica al agente, organización o proceso de software responsable de reconstruir, + restaurar o recompilar una entidad específica después de daño, deterioro o modificación. + structured_aliases: + - literal_form: Herbouwer + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Wiederaufbau durch + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Reconstructeur + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: إعادة البناء بواسطة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Dibangun Ulang Oleh + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 重建者 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Reconstruido por + predicate: EXACT_SYNONYM + in_language: es + range: string + broad_mappings: + - prov:wasAttributedTo # prov.ttl:1082-1096 — "Attribution is the ascribing of an entity to an agent." General attribution; broader than reconstruction attribution. + related_mappings: + - crm:P14_carried_out_by # CIDOC:1489-1503 — "Active participation of an Actor in an Activity." Activity→Actor; different structure (activity-level). + - crm:P31i_was_modified_by # CIDOC:1944-1949 — "was modified by" — Physical Thing→Modification event; adjacent but links to event not agent. + annotations: + custodian_types: '["*"]' + aliases: + - is_rebuilding diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/received_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/received_by.yaml new file mode 100644 index 0000000000..55fc2f6393 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/received_by.yaml @@ -0,0 +1,112 @@ +# ============================================================================== +# LinkML Slot Definition: received_by +# ============================================================================== +# Relates a message, shipment, funds, or object to the agent that accepts +# delivery or takes possession of it. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|--------------------------------|---------------------------------|---------|--------------------------------------------------------------| +# | **RiC-O** | `rico:hasReceiver` | RiC-O_1-1.rdf:8911-8963 | close | "Connects a Record Resource or Instantiation to the Agent | +# | | | | | that receives it." Domain: RecordResource ∪ Instantiation. | +# | | | | | Closest structural match (thing→agent). Archival context. | +# | **CIDOC-CRM** | `crm:P29_custody_received_by` | CIDOC_CRM_v7.1.3.rdf:1875-1890 | close | "Identifies E39 Actor who receives custody of E18 Physical | +# | | | | | Thing in E10 Transfer of Custody." Domain is the transfer | +# | | | | | event, not the thing itself — structural mismatch. | +# | **Schema.org** | `schema:recipient` | schemaorg.owl:32274-32297 | close | "The participant who is at the receiving end of the action." | +# | | | | | Domain: various action types (SendAction, GiveAction, etc.), | +# | | | | | not the thing received. | +# | **CIDOC-CRM** | `crm:P22_transferred_title_to` | CIDOC_CRM_v7.1.3.rdf:1681-1696 | related | "Identifies E39 Actor that acquires legal ownership via E8 | +# | | | | | Acquisition." Specifically legal ownership ≠ general receipt. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/received_by +name: received_by +title: Received By +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + rico: https://www.ica.org/standards/RiC/ontology# + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + received_by: + slot_uri: hc:receivedBy + description: >- + Relates a message, shipment, funds, or object to the specific individual, + organization, or system that accepts delivery or takes possession of it + from a sender. + alt_descriptions: + nl: >- + Relateert een bericht, zending, gelden of object aan de specifieke + persoon, organisatie of het systeem dat de levering accepteert of er + bezit van neemt van een afzender. + de: >- + Setzt eine Nachricht, Sendung, Geldmittel oder ein Objekt in Beziehung + zu der bestimmten Person, Organisation oder dem System, das die + Lieferung annimmt oder es von einem Absender in Besitz nimmt. + fr: >- + Relie un message, un envoi, des fonds ou un objet à la personne, + l'organisation ou le système spécifique qui accepte la livraison ou en + prend possession de la part d'un expéditeur. + ar: >- + يربط رسالة أو شحنة أو أموالاً أو كائنًا بالفرد أو المنظمة أو النظام + المحدد الذي يقبل التسليم أو يستلم الحيازة من المرسل. + id: >- + Menghubungkan pesan, pengiriman, dana, atau objek dengan individu, + organisasi, atau sistem tertentu yang menerima pengiriman atau mengambil + kepemilikan dari pengirim. + zh: >- + 将消息、货物、资金或物品与接受交付或从发送方取得占有权的特定个人、组织或 + 系统关联起来。 + es: >- + Relaciona un mensaje, envío, fondos u objeto con la persona, + organización o sistema específico que acepta la entrega o toma posesión + de él por parte de un remitente. + structured_aliases: + - literal_form: Ontvangen door + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Empfangen von + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Reçu par + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مستلم من قبل + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Diterima oleh + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 接收者 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Recibido por + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + CIDOC-CRM: P29_custody_received_by identifies the E39 Actor who + receives custody of an instance of E18 Physical Thing in an instance + of E10 Transfer of Custody. + range: string + annotations: + migrated_from: borrower + migration_date: '2026-01-17' + migration_rule: Rule 53/56 + custodian_types: '["*"]' + close_mappings: + - rico:hasReceiver # RiC-O_1-1.rdf:8911-8963 — "Connects Record Resource/Instantiation to receiving Agent" + - crm:P29_custody_received_by # CIDOC_CRM_v7.1.3.rdf:1875-1890 — domain is transfer event, not thing + - schema:recipient # schemaorg.owl:32274-32297 — "participant at the receiving end of the action" + related_mappings: + - crm:P22_transferred_title_to # CIDOC_CRM_v7.1.3.rdf:1681-1696 — legal ownership transfer specifically + aliases: + - custody_received_by diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/recognized_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/recognized_by.yaml new file mode 100644 index 0000000000..8b05bb9106 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/recognized_by.yaml @@ -0,0 +1,97 @@ +# ============================================================================== +# LinkML Slot Definition: recognized_by +# ============================================================================== +# Links a detected object or pattern in digital media to the algorithm or +# model that identified it. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|------------------------|--------------------------|---------|----------------------------------------------------| +# | **PROV-O** | `prov:wasAttributedTo` | prov.ttl:1082-1096 | broad | "Attribution is the ascribing of an entity to an | +# | | | | | agent." General entity→agent attribution; broader | +# | | | | | than specifically algorithmic recognition. | +# | **Schema.org**| `schema:recognizedBy` | schemaorg.owl:32308-32329| related | "An organization that acknowledges the validity of | +# | | | | | a credential." Credential accreditation domain — | +# | | | | | different from computational pattern recognition. | +# +# No exact match — retains hc:recognizedBy. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/recognized_by +name: recognized_by +title: Recognized By +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + prov: http://www.w3.org/ns/prov# + schema: http://schema.org/ +imports: + - linkml:types +default_prefix: hc +slots: + recognized_by: + slot_uri: hc:recognizedBy + description: >- + Links a specific object, feature, face, or pattern detected within digital or digitized + media to the specific algorithm, model, or neural network that successfully identified + or classified it. + alt_descriptions: + nl: >- + Koppelt een specifiek object, kenmerk, gezicht of patroon gedetecteerd in digitale of + gedigitaliseerde media aan het specifieke algoritme, model of neurale netwerk dat het + succesvol heeft geïdentificeerd of geclassificeerd. + de: >- + Verknüpft ein bestimmtes Objekt, Merkmal, Gesicht oder Muster, das in digitalen oder + digitalisierten Medien erkannt wurde, mit dem spezifischen Algorithmus, Modell oder + neuronalen Netzwerk, das es erfolgreich identifiziert oder klassifiziert hat. + fr: >- + Relie un objet, une caractéristique, un visage ou un motif spécifique détecté dans des + médias numériques ou numérisés à l'algorithme, au modèle ou au réseau neuronal spécifique + qui l'a identifié ou classifié avec succès. + ar: >- + يربط كائنًا أو ميزة أو وجهًا أو نمطًا محددًا تم اكتشافه في وسائط رقمية أو رقمنة + بالخوارزمية أو النموذج أو الشبكة العصبية المحددة التي نجحت في تحديده أو تصنيفه. + id: >- + Menghubungkan objek, fitur, wajah, atau pola tertentu yang terdeteksi dalam media digital + atau yang didigitalkan dengan algoritma, model, atau jaringan saraf tertentu yang berhasil + mengidentifikasi atau mengklasifikasikannya. + zh: >- + 将在数字或数字化媒体中检测到的特定对象、特征、面部或模式与成功识别或分类它的特定算法、模型或神经网络关联起来。 + es: >- + Vincula un objeto, característica, rostro o patrón específico detectado en medios digitales + o digitalizados con el algoritmo, modelo o red neuronal específica que lo identificó o + clasificó exitosamente. + structured_aliases: + - literal_form: Herkend door + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Erkannt durch + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Reconnu par + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: معترف به بواسطة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Dikenali Oleh + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 识别者 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Reconocido por + predicate: EXACT_SYNONYM + in_language: es + range: string + broad_mappings: + - prov:wasAttributedTo # prov.ttl:1082-1096 — "Attribution is the ascribing of an entity to an agent." General entity→agent attribution; broader than algorithmic recognition. + related_mappings: + - schema:recognizedBy # schemaorg.owl:32308-32329 — "An organization that acknowledges the validity of a credential." Credential accreditation — different domain from computational pattern recognition. + annotations: + custodian_types: '["*"]' + aliases: + - is_recognized diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/recur_at.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/recur_at.yaml new file mode 100644 index 0000000000..053e639e47 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/recur_at.yaml @@ -0,0 +1,79 @@ +# ============================================================================== +# LinkML Slot Definition: recur_at +# ============================================================================== +# Time interval, frequency, or spatial location of repeated occurrence. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------|--------------------------|----------|------------------------------------------------------------| +# | **Schema.org**| `schema:repeatFrequency` | schemaorg.owl:33007-33030| narrow | "Frequency at which Events occur according to a Schedule." | +# | **DCTerms** | `dcterms:accrualPeriodicity`| dcterms.rdf:837-860 | related | "Frequency with which items are added to a collection." | +# | **Schema.org**| `schema:eventSchedule` | schemaorg.owl:17365-17384| related | "Associates an Event with a Schedule." | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/recur_at +name: recur_at +title: Recur At +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + dcterms: http://purl.org/dc/terms/ +imports: + - linkml:types +default_prefix: hc +slots: + recur_at: + slot_uri: hc:recurAt + description: >- + Specifies the time interval, frequency, or spatial location where a specific event, pattern, or error appears repeatedly. + alt_descriptions: + nl: >- + Geeft het tijdsinterval, de frequentie of de ruimtelijke locatie aan waar een specifieke gebeurtenis, patroon of fout herhaaldelijk optreedt. + de: >- + Gibt das Zeitintervall, die Häufigkeit oder den räumlichen Ort an, an dem ein bestimmtes Ereignis, Muster oder ein Fehler wiederholt auftritt. + fr: >- + Spécifie l'intervalle de temps, la fréquence ou l'emplacement spatial où un événement, un motif ou une erreur spécifique apparaît de manière répétée. + ar: >- + يحدد الفاصل الزمني أو التكرار أو الموقع المكاني الذي يظهر فيه حدث أو نمط أو خطأ معين بشكل متكرر. + id: >- + Menentukan interval waktu, frekuensi, atau lokasi spasial di mana suatu peristiwa, pola, atau kesalahan tertentu muncul secara berulang. + zh: >- + 指定特定事件、模式或错误重复出现的时间间隔、频率或空间位置。 + es: >- + Especifica el intervalo de tiempo, la frecuencia o la ubicación espacial donde un evento, patrón o error específico aparece de forma repetida. + structured_aliases: + - literal_form: Herhaling + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Wiederholung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Récurrence + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تكرار + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Pengulangan + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 重复 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Recurrencia + predicate: EXACT_SYNONYM + in_language: es + range: string + annotations: + custodian_types: '["*"]' + aliases: + - is_recurring + narrow_mappings: + - schema:repeatFrequency # schemaorg.owl:33007-33030 - "Frequency at which Events occur according to a Schedule." Schedule domain only. + related_mappings: + - dcterms:accrualPeriodicity # dcterms.rdf:837-860 - "Frequency with which items are added to a collection." Collection growth only. + - schema:eventSchedule # schemaorg.owl:17365-17384 - "Associates an Event with a Schedule." Links Event to Schedule object. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/registered_at.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/registered_at.yaml new file mode 100644 index 0000000000..8255216cb8 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/registered_at.yaml @@ -0,0 +1,89 @@ +# ============================================================================== +# LinkML Slot Definition: registered_at +# ============================================================================== +# Specifies the timestamp when a record is officially registered in a system. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|---------------------------|-------------------------|---------|--------------------------------------------------------------| +# | **Schema.org**| `schema:dateCreated` | schemaorg.owl:14173-185 | close | "Date on which CreativeWork was created." Creation ≈ reg. | +# | **DCTerms** | `dcterms:created` | dcterms.rdf:1065-1091 | close | "Date of creation of the resource." Generic creation date. | +# | **PROV-O** | `prov:generatedAtTime` | prov.ttl:593-603 | close | "Time at which entity was completely created." Generation. | +# | **DCTerms** | `dcterms:dateSubmitted` | dcterms.rdf:1200-1226 | related | "Date of submission of the resource." Submission ≠ reg. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/registered_at +name: registered_at +title: Registered At +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# +imports: + - linkml:types +default_prefix: hc +slots: + registered_at: + slot_uri: hc:registeredAt + range: date + description: >- + Specifies the particular database, system, registry, or exact timestamp where a data record, user account, or + transaction is officially created, stored, or logged. + alt_descriptions: + nl: >- + Specificeert de specifieke database, het systeem, het register of het exacte tijdstip waarop een gegevensrecord, + gebruikersaccount of transactie officieel is aangemaakt, opgeslagen of geregistreerd. + de: >- + Gibt die bestimmte Datenbank, das System, das Register oder den genauen Zeitstempel an, wo ein Datensatz, ein + Benutzerkonto oder eine Transaktion offiziell erstellt, gespeichert oder protokolliert wird. + fr: >- + Spécifie la base de données, le système, le registre ou l'horodatage exact où un enregistrement de données, + un compte utilisateur ou une transaction est officiellement créé, stocké ou enregistré. + ar: >- + يحدد قاعدة البيانات أو النظام أو السجل أو الطابع الزمني الدقيق الذي يتم فيه إنشاء سجل بيانات أو حساب + مستخدم أو معاملة رسميًا أو تخزينها أو تسجيلها. + id: >- + Menentukan basis data, sistem, registri, atau stempel waktu tepat di mana rekod data, akun pengguna, atau + transaksi secara resmi dibuat, disimpan, atau dicatat. + zh: >- + 指定数据记录、用户帐户或交易在其中被正式创建、存储或记录的特定数据库、系统、注册表或确切时间戳。 + es: >- + Especifica la base de datos, sistema, registro o marca de tiempo exacta donde un registro de datos, cuenta de + usuario o transacción se crea, almacena o registra oficialmente. + structured_aliases: + - literal_form: Registratiedatum + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Registrierungsdatum + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Date d'Enregistrement + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تاريخ التسجيل + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Tanggal Registrasi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 注册日期 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Fecha de Registro + predicate: EXACT_SYNONYM + in_language: es + close_mappings: + - schema:dateCreated # schemaorg.owl:14173-14185 - "date on which CreativeWork was created or item added to DataFeed" + - dcterms:created # dcterms.rdf:1065-1091 - "Date of creation of the resource" + - prov:generatedAtTime # prov.ttl:593-603 - "time at which entity was completely created and available for use" + related_mappings: + - dcterms:dateSubmitted # dcterms.rdf:1200-1226 - "Date of submission of the resource" + annotations: + custodian_types: '["*"]' + aliases: + - kien_registration_date diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/related_to.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/related_to.yaml index f4bf3b7eef..813b91eea0 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/related_to.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/related_to.yaml @@ -102,6 +102,8 @@ slots: - has_involved_actor - connection_heritage_relevant - court_types_covered + - custodian_type_related + - is_heritage_relevant comments: - | **DISTINCTION FROM equivalent_to**: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/restricted_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/restricted_by.yaml index 0d6f9cad03..235037288b 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/restricted_by.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/restricted_by.yaml @@ -72,6 +72,8 @@ slots: range: string aliases: - has_or_had_restriction + - has_embargo_reason + close_mappings: comments: - "MIGRATED 2026-02-03 from has_or_had_restriction for conciseness." annotations: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/return.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/return.yaml new file mode 100644 index 0000000000..3e0dd90449 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/return.yaml @@ -0,0 +1,89 @@ +# ============================================================================== +# LinkML Slot Definition: return +# ============================================================================== +# Sending a purchased, borrowed, or leased item back to its origin or owner. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|-----------------------------------|------------------------|----------|------------------------------------------------------------| +# | **Schema.org**| `schema:object` | schemaorg.owl:27871-27892| broad | "The object upon which the action is carried out." Generic Action→Thing. | +# | **CIDOC-CRM** | `crm:P30_transferred_custody_of` | CIDOC:1904-1917 | related | "Identifies the Physical Thing concerned in a Transfer of Custody." | +# | **Schema.org**| `schema:returnMethod` | schemaorg.owl:33580-33602| related | "The type of return method offered." About method, not item. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/return +name: return +title: Return +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + schema: http://schema.org/ + crm: http://www.cidoc-crm.org/cidoc-crm/ +imports: + - linkml:types +default_prefix: hc +slots: + return: + slot_uri: hc:return + description: >- + Signifies the action or process of sending a purchased, borrowed, or leased item back to its origin, seller, or owner. + comments: + - "Links a ReturnEvent to the specific Item that was returned." + - "May be multivalued for loan returns involving multiple objects." + - "Relationship to Loan: Loan.loaned_items -> Items loaned out; ReturnEvent.item_returned -> Items returned; should match loaned_items for complete returns." + - "Migration (2026-01-22): Part of condition_on_return -> ReturnEvent migration per slot_fixes.yaml (Rule 53)." + examples: + - value: "hc:object/mauritshuis-670" + description: Reference to returned painting + alt_descriptions: + nl: >- + Duidt de handeling of het proces aan van het terugsturen van een gekocht, geleend of gehuurd item naar de oorsprong, verkoper of eigenaar. + de: >- + Bezeichnet die Handlung oder den Vorgang der Rücksendung eines gekauften, geliehenen oder geleasten Gegenstands an seinen Ursprung, Verkäufer oder Eigentümer. + fr: >- + Signifie l'action ou le processus de renvoi d'un article acheté, emprunté ou loué à son origine, vendeur ou propriétaire. + ar: >- + يشير إلى إجراء أو عملية إعادة عنصر تم شراؤه أو استعارته أو تأجيره إلى مصدره أو بائعه أو مالكه. + id: >- + Menandakan tindakan atau proses pengiriman kembali barang yang dibeli, dipinjam, atau disewa ke asal, penjual, atau pemiliknya. + zh: >- + 表示将购买、借用或租赁的物品寄回其来源、卖方或所有者的行为或过程。 + es: >- + Significa la acción o proceso de devolver un artículo comprado, prestado o arrendado a su origen, vendedor o propietario. + structured_aliases: + - literal_form: Retour + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Rückgabe + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Retour + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: إعادة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Pengembalian + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 退还 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Devolución + predicate: EXACT_SYNONYM + in_language: es + range: string + multivalued: true + inlined: false + annotations: + custodian_types: '["*"]' + aliases: + - item_returned + broad_mappings: + - schema:object # schemaorg.owl:27871-27892 - "The object upon which the action is carried out." Generic Action→Thing. + related_mappings: + - crm:P30_transferred_custody_of # CIDOC:1904-1917 - "Identifies the Physical Thing in a Transfer of Custody." + - schema:returnMethod # schemaorg.owl:33580-33602 - "The type of return method offered." About method, not item. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/specify.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/specify.yaml index 97e8160bea..688d1638ba 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/specify.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/specify.yaml @@ -83,6 +83,7 @@ slots: required: false aliases: - specifies_or_specified + - light_max_lux related_mappings: - schema:hasCredential # schemaorg.owl:19949-19971 - "A credential awarded to the Person or Organization." Domain: Organization/Person. Covers only the credential use case of specifying. comments: diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/symbolize.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/symbolize.yaml index b16eda4b4a..09865c6fa9 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/symbolize.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/symbolize.yaml @@ -100,7 +100,8 @@ slots: - schema:encodingFormat aliases: - has_or_had_symbolism - - is_or_was_symbolize + - is_or_was_symbolize + - is_type_specimen comments: - Updated 2026-02-03 with header documentation - | diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/temporal_extent.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/temporal_extent.yaml index ba69058497..e022322603 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/temporal_extent.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/temporal_extent.yaml @@ -96,6 +96,7 @@ slots: - programme_period - programme_year - creation_timespan + - loan_timespan comments: - | **CIDOC-CRM ALIGNMENT**: Maps to crm:P4_has_time-span which links diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/track.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/track.yaml new file mode 100644 index 0000000000..79c0405395 --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/track.yaml @@ -0,0 +1,103 @@ +# ============================================================================== +# LinkML Slot Definition: track +# ============================================================================== +# Indicates whether object identity is maintained across frames or time intervals. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |-----------|-------------------------------|----------------------|---------|----------------------------------------------------------------| +# | **SOSA** | `sosa:observes` | sosa.ttl:159-166 | broad | "Sensor→ObservableProperty" — general observation capability. | +# | **SOSA** | `sosa:hasFeatureOfInterest` | sosa.ttl:203-214 | related | "Observation→entity observed" — what is observed, not tracking.| +# +# No exact or close match. Object tracking (maintaining identity across frames) +# is a computer vision concept not directly modeled in standard ontologies. +# Note: schema:track (schemaorg.owl:38388-38411) is a homonym meaning +# "music recording (track)" — semantically unrelated. +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/track +name: track +title: Track +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + sosa: http://www.w3.org/ns/sosa/ +imports: + - linkml:types +default_prefix: hc +slots: + track: + slot_uri: hc:track + description: >- + Indicates whether the identity, position, and status of a specific + object or entity is followed and maintained across a sequence of + frames, time intervals, or sensor readings. + alt_descriptions: + nl: >- + Geeft aan of de identiteit, positie en status van een specifiek + object of entiteit worden gevolgd en bijgehouden over een reeks + frames, tijdsintervallen of sensormetingen. + de: >- + Gibt an, ob die Identität, Position und der Status eines bestimmten + Objekts oder einer Entität über eine Folge von Frames, Zeitintervallen + oder Sensormessungen verfolgt und beibehalten wird. + fr: >- + Indique si l'identité, la position et l'état d'un objet ou d'une + entité spécifique sont suivis et maintenus à travers une séquence + d'images, d'intervalles de temps ou de lectures de capteurs. + ar: >- + يشير إلى ما إذا كانت هوية كائن أو كيان معيّن وموقعه وحالته + يُتتبَّعون ويُحافَظ عليهم عبر سلسلة من الإطارات أو الفواصل + الزمنية أو قراءات المستشعرات. + id: >- + Menunjukkan apakah identitas, posisi, dan status objek atau entitas + tertentu dilacak dan dipertahankan di seluruh rangkaian bingkai, + interval waktu, atau pembacaan sensor. + zh: >- + 表示是否在一系列帧、时间间隔或传感器读数中跟踪并维护特定对象或实体的身份、位置和状态。 + es: >- + Indica si la identidad, posición y estado de un objeto o entidad + específica se siguen y mantienen a lo largo de una secuencia de + fotogramas, intervalos de tiempo o lecturas de sensores. + structured_aliases: + - literal_form: Objectvolging + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Objektverfolgung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Suivi d'objet + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: تتبع الكائنات + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Pelacakan Objek + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 对象跟踪 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Seguimiento de objetos + predicate: EXACT_SYNONYM + in_language: es + comments: + - >- + Tracking maintains object identity over time: true means the same + object has a consistent ID across frames; false means independent + per-frame detections. + - >- + Tracking enables counting unique objects and understanding object + movement and presence. + range: boolean + broad_mappings: + - sosa:observes # sosa.ttl:159-166 - "Sensor→ObservableProperty it can sense" — general observation; tracking is a specific continuous form + related_mappings: + - sosa:hasFeatureOfInterest # sosa.ttl:203-214 - "Observation→entity whose quality was observed" — what is observed, not identity maintenance + annotations: + custodian_types: '["*"]' + aliases: + - includes_object_tracking diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/transmission.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/transmission.yaml new file mode 100644 index 0000000000..7241471f2e --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/transmission.yaml @@ -0,0 +1,102 @@ +# ============================================================================== +# LinkML Slot Definition: transmission +# ============================================================================== +# Describes the process of passing on knowledge or skills across generations. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |---------------|------------------------------------|-------------------------------|---------|---------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P32_used_general_technique` | CIDOC_CRM:1957-1971 | related | "Technique or method employed in E7 Activity." General method. | +# | **CIDOC-CRM** | `crm:P33_used_specific_technique` | CIDOC_CRM:1985-2000 | related | "Specific E29 Design or Procedure for E7 Activity." | +# | **Schema.org**| `schema:teaches` | schemaorg.owl:37538-37555 | related | "Intended to help learn a competency." Teaching outcomes. | +# | **PROV-O** | `prov:wasInfluencedBy` | prov.ttl:1147-1174 | broad | Very broad influence relation; transmission is specific. | +# +# CREATED: 2026-02-09 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/transmission +name: transmission +title: Transmission +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + schema: http://schema.org/ + prov: http://www.w3.org/ns/prov# +imports: + - linkml:types +default_prefix: hc +slots: + transmission: + slot_uri: hc:transmission + range: string + description: >- + Describes the act or process of passing on, communicating, or spreading knowledge, skills, signals, or diseases + from a source to a recipient or across generations. + alt_descriptions: + nl: >- + Beschrijft de handeling of het proces van het doorgeven, communiceren of verspreiden van kennis, vaardigheden, + signalen of ziekten van een bron naar een ontvanger of over generaties heen. + de: >- + Beschreibt den Akt oder Prozess der Weitergabe, Vermittlung oder Verbreitung von Wissen, Fähigkeiten, + Signalen oder Krankheiten von einer Quelle an einen Empfänger oder über Generationen hinweg. + fr: >- + Décrit l'acte ou le processus de transmission, de communication ou de diffusion de connaissances, de + compétences, de signaux ou de maladies d'une source à un destinataire ou à travers les générations. + ar: >- + يصف فعل أو عملية نقل أو توصيل أو نشر المعرفة أو المهارات أو الإشارات أو الأمراض من مصدر إلى متلقٍ أو عبر + الأجيال. + id: >- + Menjelaskan tindakan atau proses penyampaian, pengomunikasian, atau penyebaran pengetahuan, keterampilan, + sinyal, atau penyakit dari sumber ke penerima atau lintas generasi. + zh: >- + 描述将知识、技能、信号或疾病从来源传递、传达或传播给接收者或跨代传承的行为或过程。 + es: >- + Describe el acto o proceso de transmitir, comunicar o difundir conocimientos, habilidades, señales o + enfermedades desde una fuente a un destinatario o a través de generaciones. + structured_aliases: + - literal_form: Overdracht + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Übertragung + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Transmission + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: انتقال + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Transmisi + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 传承 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Transmisión + predicate: EXACT_SYNONYM + in_language: es + related_mappings: + - crm:P32_used_general_technique # CIDOC_CRM_v7.1.3.rdf:1957-1971 - "technique or method employed in E7 Activity" + - crm:P33_used_specific_technique # CIDOC_CRM_v7.1.3.rdf:1985-2000 - "specific E29 Design or Procedure for E7 Activity" + - schema:teaches # schemaorg.owl:37538-37555 - "intended to help learn a competency or learning outcome" + broad_mappings: + - prov:wasInfluencedBy # prov.ttl:1147-1174 - very broad influence relation + comments: + - >- + Describes transmission mechanisms: formal apprenticeship (structured training, certification), + informal mentorship (master-apprentice, family succession), demonstration programs (public events), + educational partnerships (culinary schools, universities), documentation projects (video, oral history, + recipe archiving), professional networks (guilds, trade associations), intergenerational transfer + (family recipes, community succession), embodied learning (learning by doing, sensory skill development). + - "Knowledge transmission ensures heritage continuity." + examples: + - value: "Monastic apprenticeship, Direct demonstration, No written recipe publication" + - value: "Apprentice perfumer program (3 years), Nose training, Formula access after 10 years" + - value: "Family succession, Public cheese-making demos, Protected PDO training" + - value: "Master distiller mentorship, Distillery tours, Whisky academy courses" + annotations: + custodian_types: '["*"]' + aliases: + - knowledge_transmission diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/updated_at.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/updated_at.yaml index 05a9a57491..77717a8650 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/updated_at.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/updated_at.yaml @@ -86,6 +86,7 @@ slots: - is_or_was_was_last_updated_at - is_or_was_last_updated_at - last_updated_at + - last_modified exact_mappings: - dcterms:modified # dcterms.rdf:1713-1737 - "Date on which resource was changed" - schema:dateModified # schemaorg.owl:14234-14237 - "Date CreativeWork was modified" diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/use_material.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/use_material.yaml new file mode 100644 index 0000000000..3518db2a6e --- /dev/null +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/use_material.yaml @@ -0,0 +1,96 @@ +# ============================================================================== +# LinkML Slot Definition: use_material +# ============================================================================== +# The substance or raw material employed to create, restore, or modify an object. +# +# ONTOLOGY ALIGNMENT (verified against data/ontology/): +# +# | Ontology | Property | File/Line | Mapping | Notes | +# |----------------|-----------------------|----------------------------------|---------|----------------------------------------------------------------| +# | **CIDOC-CRM** | `crm:P126_employed` | CIDOC_CRM_v7.1.3.rdf:3886-3898 | close | "E57 Material employed in an instance of E11 Modification." Domain: E11_Modification. Most directly aligned. | +# | **Schema.org** | `schema:material` | schemaorg.owl:25511-25533 | close | "A material that something is made from." Domain: CreativeWork, Product. About result composition. | +# | **BIBFRAME** | `bf:material` | bibframe.rdf:2162-2168 | close | "Resource uses, is composed of, integrates, etc. the related material." | +# | **CIDOC-CRM** | `crm:P45_consists_of` | CIDOC_CRM_v7.1.3.rdf:2297-2311 | related | "E57 Materials of which a Physical Thing is composed." Observed composition, not process-employed. | +# +# CREATED: 2026-02-10 +# ============================================================================== + +id: https://nde.nl/ontology/hc/slot/use_material +name: use_material +title: Use Material +prefixes: + linkml: https://w3id.org/linkml/ + hc: https://nde.nl/ontology/hc/ + crm: http://www.cidoc-crm.org/cidoc-crm/ + schema: http://schema.org/ + bf: http://id.loc.gov/ontologies/bibframe/ +imports: + - linkml:types +default_prefix: hc +slots: + use_material: + slot_uri: hc:useMaterial + description: >- + Indicates the specific substance, raw material, or component that is + employed, consumed, or incorporated to create, restore or modify an object + or to complete a process. + alt_descriptions: + nl: >- + Geeft de specifieke stof, grondstof of component aan die wordt gebruikt, + verbruikt of verwerkt om een object te creëren, te restaureren of te + wijzigen, of om een proces te voltooien. + de: >- + Gibt den spezifischen Stoff, Rohstoff oder die Komponente an, die + verwendet, verbraucht oder eingebaut wird, um ein Objekt zu erstellen, + zu restaurieren oder zu verändern oder einen Prozess abzuschließen. + fr: >- + Indique la substance spécifique, la matière première ou le composant + qui est utilisé, consommé ou incorporé pour créer, restaurer ou modifier + un objet ou pour achever un processus. + ar: >- + يشير إلى المادة أو الخامة أو المكوّن المحدد الذي يُستخدم أو يُستهلك + أو يُدمج لإنشاء أو ترميم أو تعديل كائن أو لإتمام عملية. + id: >- + Menunjukkan zat, bahan baku, atau komponen tertentu yang digunakan, + dikonsumsi, atau dimasukkan untuk membuat, merestorasi, atau memodifikasi + suatu objek atau untuk menyelesaikan suatu proses. + zh: >- + 表示用于创建、修复或修改对象或完成流程的特定物质、原材料或组件。 + es: >- + Indica la sustancia específica, materia prima o componente que se emplea, + consume o incorpora para crear, restaurar o modificar un objeto o para + completar un proceso. + structured_aliases: + - literal_form: Gebruiksmateriaal + predicate: EXACT_SYNONYM + in_language: nl + - literal_form: Verwendetes Material + predicate: EXACT_SYNONYM + in_language: de + - literal_form: Matériau Utilisé + predicate: EXACT_SYNONYM + in_language: fr + - literal_form: مادة مستخدمة + predicate: EXACT_SYNONYM + in_language: ar + - literal_form: Bahan yang Digunakan + predicate: EXACT_SYNONYM + in_language: id + - literal_form: 使用材料 + predicate: EXACT_SYNONYM + in_language: zh + - literal_form: Material Utilizado + predicate: EXACT_SYNONYM + in_language: es + range: string + multivalued: true + annotations: + custodian_types: '["*"]' + aliases: + - materials_used + close_mappings: + - crm:P126_employed # CIDOC_CRM_v7.1.3.rdf:3886-3898 - "E57 Material employed in an instance of E11 Modification." Domain: E11_Modification. + - schema:material # schemaorg.owl:25511-25533 - "A material that something is made from." Domain: CreativeWork, Product. + - bf:material # bibframe.rdf:2162-2168 - "Resource uses, is composed of, integrates, etc. the related material." + related_mappings: + - crm:P45_consists_of # CIDOC_CRM_v7.1.3.rdf:2297-2311 - "E57 Materials of which a Physical Thing is composed." Observed composition. diff --git a/schemas/20251121/linkml/modules/slots/20260202_matang/verified_by.yaml b/schemas/20251121/linkml/modules/slots/20260202_matang/verified_by.yaml index 991fdd19e5..b9be021b41 100644 --- a/schemas/20251121/linkml/modules/slots/20260202_matang/verified_by.yaml +++ b/schemas/20251121/linkml/modules/slots/20260202_matang/verified_by.yaml @@ -87,5 +87,6 @@ slots: range: string aliases: - is_or_was_verified_by + - is_verified annotations: custodian_types: '["*"]'