Refactor UML module selection UI and enhance schema mappings across various YAML files
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m3s
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m3s
This commit is contained in:
parent
2fd6f491ef
commit
e922ff3640
27 changed files with 166 additions and 81 deletions
|
|
@ -16,7 +16,7 @@ imports:
|
||||||
classes:
|
classes:
|
||||||
Curator:
|
Curator:
|
||||||
is_a: StaffRole
|
is_a: StaffRole
|
||||||
class_uri: schema:curator
|
class_uri: hc:Curator
|
||||||
description: |
|
description: |
|
||||||
Curator responsible for collections research, acquisition, and exhibitions.
|
Curator responsible for collections research, acquisition, and exhibitions.
|
||||||
|
|
||||||
|
|
@ -41,8 +41,7 @@ classes:
|
||||||
- Object interpretation and labeling
|
- Object interpretation and labeling
|
||||||
- Loan negotiations
|
- Loan negotiations
|
||||||
exact_mappings:
|
exact_mappings:
|
||||||
- schema:curator
|
- wikidata:Q674426
|
||||||
- wikidata:Q674426
|
|
||||||
slot_usage:
|
slot_usage:
|
||||||
role_category:
|
role_category:
|
||||||
ifabsent: string(CURATORIAL)
|
ifabsent: string(CURATORIAL)
|
||||||
|
|
@ -53,8 +52,8 @@ classes:
|
||||||
range: TemplateSpecificityScores
|
range: TemplateSpecificityScores
|
||||||
inlined: true
|
inlined: true
|
||||||
slots:
|
slots:
|
||||||
- specificity_annotation
|
- specificity_annotation
|
||||||
- template_specificity
|
- template_specificity
|
||||||
CollectionsManager:
|
CollectionsManager:
|
||||||
is_a: StaffRole
|
is_a: StaffRole
|
||||||
description: |
|
description: |
|
||||||
|
|
@ -80,7 +79,7 @@ classes:
|
||||||
- Rights and reproductions
|
- Rights and reproductions
|
||||||
- Insurance and valuation coordination
|
- Insurance and valuation coordination
|
||||||
exact_mappings:
|
exact_mappings:
|
||||||
- wikidata:Q65963513
|
- wikidata:Q65963513
|
||||||
slot_usage:
|
slot_usage:
|
||||||
role_category:
|
role_category:
|
||||||
ifabsent: string(CURATORIAL)
|
ifabsent: string(CURATORIAL)
|
||||||
|
|
@ -91,8 +90,8 @@ classes:
|
||||||
range: TemplateSpecificityScores
|
range: TemplateSpecificityScores
|
||||||
inlined: true
|
inlined: true
|
||||||
slots:
|
slots:
|
||||||
- specificity_annotation
|
- specificity_annotation
|
||||||
- template_specificity
|
- template_specificity
|
||||||
Conservator:
|
Conservator:
|
||||||
is_a: StaffRole
|
is_a: StaffRole
|
||||||
description: |
|
description: |
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ classes:
|
||||||
- crm:E8_Acquisition
|
- crm:E8_Acquisition
|
||||||
close_mappings:
|
close_mappings:
|
||||||
- prov:Activity
|
- prov:Activity
|
||||||
- schema:AcquireAction
|
- schema:TradeAction
|
||||||
related_mappings:
|
related_mappings:
|
||||||
- rico:Event
|
- rico:Event
|
||||||
- dwc:Event
|
- dwc:Event
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,9 @@ imports:
|
||||||
- ../slots/temporal_extent
|
- ../slots/temporal_extent
|
||||||
classes:
|
classes:
|
||||||
Agreement:
|
Agreement:
|
||||||
class_uri: schema:Contract
|
class_uri: hc:Agreement
|
||||||
|
close_mappings:
|
||||||
|
- schema:Thing
|
||||||
description: >-
|
description: >-
|
||||||
Formal arrangement between two or more parties establishing mutual
|
Formal arrangement between two or more parties establishing mutual
|
||||||
obligations, rights, or expectations, typically documented in writing
|
obligations, rights, or expectations, typically documented in writing
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,9 @@ imports:
|
||||||
- ../slots/categorized_as
|
- ../slots/categorized_as
|
||||||
classes:
|
classes:
|
||||||
Animal:
|
Animal:
|
||||||
class_uri: schema:Animal
|
class_uri: wd:Q729
|
||||||
|
exact_mappings:
|
||||||
|
- wikidata:Q729
|
||||||
description: >-
|
description: >-
|
||||||
Multicellular living organism characterized by heterotrophic nutrition,
|
Multicellular living organism characterized by heterotrophic nutrition,
|
||||||
motility at some life stage, and sensory response capacity.
|
motility at some life stage, and sensory response capacity.
|
||||||
|
|
@ -83,10 +85,7 @@ classes:
|
||||||
- zoological
|
- zoological
|
||||||
- wildlife
|
- wildlife
|
||||||
- fauna
|
- fauna
|
||||||
exact_mappings:
|
|
||||||
- schema:Animal
|
|
||||||
broad_mappings:
|
broad_mappings:
|
||||||
- wd:Q729
|
|
||||||
- schema:Thing
|
- schema:Thing
|
||||||
slots:
|
slots:
|
||||||
- has_label
|
- has_label
|
||||||
|
|
@ -103,7 +102,7 @@ classes:
|
||||||
Preserved from prior description:
|
Preserved from prior description:
|
||||||
|
|
||||||
**Ontological Alignment**:
|
**Ontological Alignment**:
|
||||||
- `schema:Animal`: Generic animal class.
|
- `wikidata:Q729`: Animal (kingdom Animalia) - Wikidata entity for animals.
|
||||||
- 'Preserved from prior description: Living organism belonging to the kingdom Animalia, characterized by voluntary movement, consumption of organic material, and typically sensory and nervous systems, relevant to natural history collections and zoological specimens.'
|
- 'Preserved from prior description: Living organism belonging to the kingdom Animalia, characterized by voluntary movement, consumption of organic material, and typically sensory and nervous systems, relevant to natural history collections and zoological specimens.'
|
||||||
annotations:
|
annotations:
|
||||||
specificity_score: "0.2"
|
specificity_score: "0.2"
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ classes:
|
||||||
description: Specialized auction house
|
description: Specialized auction house
|
||||||
close_mappings:
|
close_mappings:
|
||||||
- schema:Organization
|
- schema:Organization
|
||||||
- schema:AuctionHouse
|
- schema:LocalBusiness
|
||||||
broad_mappings:
|
broad_mappings:
|
||||||
- skos:Concept
|
- skos:Concept
|
||||||
structured_aliases:
|
structured_aliases:
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,9 @@ prefixes:
|
||||||
default_prefix: hc
|
default_prefix: hc
|
||||||
classes:
|
classes:
|
||||||
AvailabilityStatus:
|
AvailabilityStatus:
|
||||||
class_uri: schema:Availability
|
class_uri: hc:AvailabilityStatus
|
||||||
|
broad_mappings:
|
||||||
|
- schema:ItemAvailability
|
||||||
description: >-
|
description: >-
|
||||||
Availability state of a resource, service, or feature, indicating whether
|
Availability state of a resource, service, or feature, indicating whether
|
||||||
something is currently available for use with optional temporal validity
|
something is currently available for use with optional temporal validity
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ prefixes:
|
||||||
linkml: https://w3id.org/linkml/
|
linkml: https://w3id.org/linkml/
|
||||||
hc: https://nde.nl/ontology/hc/
|
hc: https://nde.nl/ontology/hc/
|
||||||
schema: http://schema.org/
|
schema: http://schema.org/
|
||||||
|
rec: https://w3id.org/rec#
|
||||||
qudt: http://qudt.org/schema/qudt/
|
qudt: http://qudt.org/schema/qudt/
|
||||||
default_prefix: hc
|
default_prefix: hc
|
||||||
imports:
|
imports:
|
||||||
|
|
@ -15,7 +16,7 @@ imports:
|
||||||
classes:
|
classes:
|
||||||
Classroom:
|
Classroom:
|
||||||
is_a: Facility
|
is_a: Facility
|
||||||
class_uri: schema:Classroom
|
class_uri: rec:Classroom
|
||||||
description: >-
|
description: >-
|
||||||
Instructional room entity for teaching, workshops, and guided learning sessions within institutional premises.
|
Instructional room entity for teaching, workshops, and guided learning sessions within institutional premises.
|
||||||
alt_descriptions:
|
alt_descriptions:
|
||||||
|
|
@ -42,7 +43,7 @@ classes:
|
||||||
examples:
|
examples:
|
||||||
- value: 'unit_type: CLASSROOM '
|
- value: 'unit_type: CLASSROOM '
|
||||||
exact_mappings:
|
exact_mappings:
|
||||||
- schema:Classroom
|
- rec:Classroom
|
||||||
close_mappings:
|
close_mappings:
|
||||||
- schema:Room
|
- schema:Room
|
||||||
- schema:Place
|
- schema:Place
|
||||||
|
|
|
||||||
|
|
@ -54,8 +54,6 @@ classes:
|
||||||
required: false
|
required: false
|
||||||
close_mappings:
|
close_mappings:
|
||||||
- dcterms:conformsTo
|
- dcterms:conformsTo
|
||||||
related_mappings:
|
|
||||||
- schema:assessment
|
|
||||||
annotations:
|
annotations:
|
||||||
custodian_types: '["A", "L", "M"]'
|
custodian_types: '["A", "L", "M"]'
|
||||||
custodian_types_rationale: Compliance tracking is common for archives, libraries, and museums with preservation mandates.
|
custodian_types_rationale: Compliance tracking is common for archives, libraries, and museums with preservation mandates.
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,9 @@ imports:
|
||||||
- ../slots/has_score
|
- ../slots/has_score
|
||||||
classes:
|
classes:
|
||||||
Currency:
|
Currency:
|
||||||
class_uri: schema:Currency
|
class_uri: qudt:CurrencyUnit
|
||||||
|
exact_mappings:
|
||||||
|
- qudt:CurrencyUnit
|
||||||
description: >-
|
description: >-
|
||||||
Standardized monetary unit with ISO 4217 code representation for pricing, budgeting, and financial valuation metadata.
|
Standardized monetary unit with ISO 4217 code representation for pricing, budgeting, and financial valuation metadata.
|
||||||
alt_descriptions:
|
alt_descriptions:
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,9 @@ imports:
|
||||||
- ../slots/temporal_extent
|
- ../slots/temporal_extent
|
||||||
classes:
|
classes:
|
||||||
DeceasedStatus:
|
DeceasedStatus:
|
||||||
class_uri: schema:DeathEvent
|
class_uri: hc:DeceasedStatus
|
||||||
|
broad_mappings:
|
||||||
|
- schema:Event
|
||||||
description: >-
|
description: >-
|
||||||
Structured event record for a person's death including causal,
|
Structured event record for a person's death including causal,
|
||||||
temporal, and contextual attributes.
|
temporal, and contextual attributes.
|
||||||
|
|
@ -38,9 +40,8 @@ classes:
|
||||||
- {literal_form: status kematian, in_language: id}
|
- {literal_form: status kematian, in_language: id}
|
||||||
- {literal_form: 死亡状态记录, in_language: zh}
|
- {literal_form: 死亡状态记录, in_language: zh}
|
||||||
exact_mappings:
|
exact_mappings:
|
||||||
- schema:DeathEvent
|
|
||||||
close_mappings:
|
|
||||||
- crm:E69_Death
|
- crm:E69_Death
|
||||||
|
close_mappings:
|
||||||
related_mappings:
|
related_mappings:
|
||||||
- prov:End
|
- prov:End
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ imports:
|
||||||
- ../slots/has_description
|
- ../slots/has_description
|
||||||
classes:
|
classes:
|
||||||
ForkliftAccess:
|
ForkliftAccess:
|
||||||
class_uri: schema:AmenityFeature
|
class_uri: schema:LocationFeatureSpecification
|
||||||
description: >-
|
description: >-
|
||||||
Facility access feature indicating whether spaces permit forklift entry
|
Facility access feature indicating whether spaces permit forklift entry
|
||||||
for logistics, handling, or collection movement.
|
for logistics, handling, or collection movement.
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ imports:
|
||||||
- ../slots/has_description
|
- ../slots/has_description
|
||||||
classes:
|
classes:
|
||||||
HandsOnFacility:
|
HandsOnFacility:
|
||||||
class_uri: schema:AmenityFeature
|
class_uri: schema:LocationFeatureSpecification
|
||||||
description: >-
|
description: >-
|
||||||
Amenity feature indicating availability of interactive, practical learning
|
Amenity feature indicating availability of interactive, practical learning
|
||||||
or handling spaces for visitors and participants.
|
or handling spaces for visitors and participants.
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,9 @@ imports:
|
||||||
classes:
|
classes:
|
||||||
InstitutionalRepository:
|
InstitutionalRepository:
|
||||||
is_a: ArchiveOrganizationType
|
is_a: ArchiveOrganizationType
|
||||||
class_uri: schema:DigitalLibrary
|
class_uri: hc:InstitutionalRepository
|
||||||
|
broad_mappings:
|
||||||
|
- schema:Library
|
||||||
description: >-
|
description: >-
|
||||||
Digital repository service for preserving, publishing, and providing access
|
Digital repository service for preserving, publishing, and providing access
|
||||||
to scholarly output produced by an academic or research institution.
|
to scholarly output produced by an academic or research institution.
|
||||||
|
|
@ -62,8 +64,6 @@ classes:
|
||||||
- literal_form: 机构仓储
|
- literal_form: 机构仓储
|
||||||
predicate: EXACT_SYNONYM
|
predicate: EXACT_SYNONYM
|
||||||
in_language: zh
|
in_language: zh
|
||||||
broad_mappings:
|
|
||||||
- schema:DigitalLibrary
|
|
||||||
close_mappings:
|
close_mappings:
|
||||||
- skos:Concept
|
- skos:Concept
|
||||||
slots:
|
slots:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ imports:
|
||||||
- ../slots/has_description
|
- ../slots/has_description
|
||||||
classes:
|
classes:
|
||||||
LoadingDock:
|
LoadingDock:
|
||||||
class_uri: schema:AmenityFeature
|
class_uri: schema:LocationFeatureSpecification
|
||||||
description: >-
|
description: >-
|
||||||
Designated area for receiving and dispatching physical items through vehicular transport.
|
Designated area for receiving and dispatching physical items through vehicular transport.
|
||||||
alt_descriptions:
|
alt_descriptions:
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ imports:
|
||||||
- ../slots/has_description
|
- ../slots/has_description
|
||||||
classes:
|
classes:
|
||||||
Locker:
|
Locker:
|
||||||
class_uri: schema:AmenityFeature
|
class_uri: schema:LocationFeatureSpecification
|
||||||
description: >-
|
description: >-
|
||||||
Secure storage compartment provided as a visitor or staff amenity for temporary personal item retention.
|
Secure storage compartment provided as a visitor or staff amenity for temporary personal item retention.
|
||||||
alt_descriptions:
|
alt_descriptions:
|
||||||
|
|
@ -52,7 +52,7 @@ classes:
|
||||||
predicate: EXACT_SYNONYM
|
predicate: EXACT_SYNONYM
|
||||||
in_language: zh
|
in_language: zh
|
||||||
broad_mappings:
|
broad_mappings:
|
||||||
- schema:AmenityFeature
|
- schema:LocationFeatureSpecification
|
||||||
slots:
|
slots:
|
||||||
- has_description
|
- has_description
|
||||||
comments:
|
comments:
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ classes:
|
||||||
zh: >-
|
zh: >-
|
||||||
分类概念,根据分类系统中的共同特征、功能、材料或预期用途对产品或项目进行分组。
|
分类概念,根据分类系统中的共同特征、功能、材料或预期用途对产品或项目进行分组。
|
||||||
exact_mappings:
|
exact_mappings:
|
||||||
- schema:Category
|
- schema:CategoryCode
|
||||||
broad_mappings:
|
broad_mappings:
|
||||||
- skos:Concept
|
- skos:Concept
|
||||||
- schema:Thing
|
- schema:Thing
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,9 @@ imports:
|
||||||
- ../slots/has_description
|
- ../slots/has_description
|
||||||
classes:
|
classes:
|
||||||
SupervisedHandling:
|
SupervisedHandling:
|
||||||
class_uri: schema:Policy
|
class_uri: hc:SupervisedHandling
|
||||||
|
close_mappings:
|
||||||
|
- schema:Thing
|
||||||
description: >-
|
description: >-
|
||||||
Policy mandating that access to or manipulation of materials occurs only under staff observation and guidance to ensure proper care.
|
Policy mandating that access to or manipulation of materials occurs only under staff observation and guidance to ensure proper care.
|
||||||
alt_descriptions:
|
alt_descriptions:
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,6 @@ classes:
|
||||||
broad_mappings:
|
broad_mappings:
|
||||||
- prov:Entity
|
- prov:Entity
|
||||||
related_mappings:
|
related_mappings:
|
||||||
- schema:Award
|
|
||||||
- crm:E7_Activity
|
- crm:E7_Activity
|
||||||
- schema:Organization
|
- schema:Organization
|
||||||
slots: []
|
slots: []
|
||||||
|
|
|
||||||
|
|
@ -24,13 +24,12 @@ classes:
|
||||||
ar: نسخ فيديو YouTube بما في ذلك معرف الفيديو واللغة ونوع النسخ (يدوي أو مولد تلقائيًا) والنص الكامل وبيانات الاستخراج الوصفية للوصول وتحليل المحتوى.
|
ar: نسخ فيديو YouTube بما في ذلك معرف الفيديو واللغة ونوع النسخ (يدوي أو مولد تلقائيًا) والنص الكامل وبيانات الاستخراج الوصفية للوصول وتحليل المحتوى.
|
||||||
id: Transkrip video YouTube termasuk ID video, bahasa, jenis transkrip (manual atau dihasilkan otomatis), teks lengkap, dan metadata ekstraksi untuk aksesibilitas dan analisis konten.
|
id: Transkrip video YouTube termasuk ID video, bahasa, jenis transkrip (manual atau dihasilkan otomatis), teks lengkap, dan metadata ekstraksi untuk aksesibilitas dan analisis konten.
|
||||||
zh: YouTube视频字幕,包括视频ID、语言、字幕类型(手动或自动生成)、 全文和提取元数据,用于无障碍访问和内容分析。
|
zh: YouTube视频字幕,包括视频ID、语言、字幕类型(手动或自动生成)、 全文和提取元数据,用于无障碍访问和内容分析。
|
||||||
class_uri: schema:Transcript
|
class_uri: hc:YoutubeTranscript
|
||||||
close_mappings:
|
close_mappings:
|
||||||
- schema:Transcript
|
- schema:MediaObject
|
||||||
related_mappings:
|
related_mappings:
|
||||||
- oa:TextualBody
|
- oa:TextualBody
|
||||||
- prov:Entity
|
- prov:Entity
|
||||||
- schema:MediaObject
|
|
||||||
slots:
|
slots:
|
||||||
- in_language
|
- in_language
|
||||||
structured_aliases:
|
structured_aliases:
|
||||||
|
|
|
||||||
|
|
@ -573,7 +573,6 @@ enums:
|
||||||
SPONSORSHIP_EXHIBITION:
|
SPONSORSHIP_EXHIBITION:
|
||||||
description: |
|
description: |
|
||||||
Corporate or individual sponsorship of temporary exhibition.
|
Corporate or individual sponsorship of temporary exhibition.
|
||||||
meaning: schema:SponsorAction
|
|
||||||
annotations:
|
annotations:
|
||||||
category: sponsorship
|
category: sponsorship
|
||||||
typical_benefits: |
|
typical_benefits: |
|
||||||
|
|
@ -586,7 +585,6 @@ enums:
|
||||||
SPONSORSHIP_GALLERY:
|
SPONSORSHIP_GALLERY:
|
||||||
description: |
|
description: |
|
||||||
Named sponsorship of permanent gallery or wing.
|
Named sponsorship of permanent gallery or wing.
|
||||||
meaning: schema:SponsorAction
|
|
||||||
annotations:
|
annotations:
|
||||||
category: sponsorship
|
category: sponsorship
|
||||||
custodian_types: "G, M, B, H"
|
custodian_types: "G, M, B, H"
|
||||||
|
|
@ -595,7 +593,6 @@ enums:
|
||||||
description: |
|
description: |
|
||||||
Sponsorship of institutional event (gala, lecture series,
|
Sponsorship of institutional event (gala, lecture series,
|
||||||
education program).
|
education program).
|
||||||
meaning: schema:SponsorAction
|
|
||||||
annotations:
|
annotations:
|
||||||
category: sponsorship
|
category: sponsorship
|
||||||
custodian_types: "G, L, A, M, O, R, B, E, S, H, D"
|
custodian_types: "G, L, A, M, O, R, B, E, S, H, D"
|
||||||
|
|
@ -604,7 +601,6 @@ enums:
|
||||||
description: |
|
description: |
|
||||||
Sponsorship of ongoing program (education, outreach,
|
Sponsorship of ongoing program (education, outreach,
|
||||||
conservation, research).
|
conservation, research).
|
||||||
meaning: schema:SponsorAction
|
|
||||||
annotations:
|
annotations:
|
||||||
category: sponsorship
|
category: sponsorship
|
||||||
examples: |
|
examples: |
|
||||||
|
|
@ -615,7 +611,6 @@ enums:
|
||||||
SPONSORSHIP_DIGITIZATION:
|
SPONSORSHIP_DIGITIZATION:
|
||||||
description: |
|
description: |
|
||||||
Sponsorship of digitization projects for online access.
|
Sponsorship of digitization projects for online access.
|
||||||
meaning: schema:SponsorAction
|
|
||||||
annotations:
|
annotations:
|
||||||
category: sponsorship
|
category: sponsorship
|
||||||
examples: |
|
examples: |
|
||||||
|
|
@ -626,7 +621,6 @@ enums:
|
||||||
SPONSORSHIP_CONSERVATION:
|
SPONSORSHIP_CONSERVATION:
|
||||||
description: |
|
description: |
|
||||||
Sponsorship of conservation or restoration work.
|
Sponsorship of conservation or restoration work.
|
||||||
meaning: schema:SponsorAction
|
|
||||||
annotations:
|
annotations:
|
||||||
category: sponsorship
|
category: sponsorship
|
||||||
examples: |
|
examples: |
|
||||||
|
|
|
||||||
|
|
@ -17,18 +17,13 @@ enums:
|
||||||
permissible_values:
|
permissible_values:
|
||||||
NATIVE_BILINGUAL:
|
NATIVE_BILINGUAL:
|
||||||
description: Native or bilingual proficiency
|
description: Native or bilingual proficiency
|
||||||
meaning: schema:Expert
|
|
||||||
FULL_PROFESSIONAL:
|
FULL_PROFESSIONAL:
|
||||||
description: Full professional proficiency
|
description: Full professional proficiency
|
||||||
meaning: schema:Advanced
|
|
||||||
PROFESSIONAL_WORKING:
|
PROFESSIONAL_WORKING:
|
||||||
description: Professional working proficiency
|
description: Professional working proficiency
|
||||||
meaning: schema:Intermediate
|
|
||||||
LIMITED_WORKING:
|
LIMITED_WORKING:
|
||||||
description: Limited working proficiency
|
description: Limited working proficiency
|
||||||
meaning: schema:Intermediate
|
|
||||||
ELEMENTARY:
|
ELEMENTARY:
|
||||||
description: Elementary proficiency
|
description: Elementary proficiency
|
||||||
meaning: schema:Beginner
|
|
||||||
UNKNOWN:
|
UNKNOWN:
|
||||||
description: Proficiency level not specified
|
description: Proficiency level not specified
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,6 @@ enums:
|
||||||
description: |
|
description: |
|
||||||
Initial loan request submitted by borrowing institution.
|
Initial loan request submitted by borrowing institution.
|
||||||
Loan is awaiting review by lending institution.
|
Loan is awaiting review by lending institution.
|
||||||
meaning: schema:PendingAction
|
|
||||||
annotations:
|
annotations:
|
||||||
loan_phase: "initiation"
|
loan_phase: "initiation"
|
||||||
next_states: '["UNDER_REVIEW", "DECLINED", "CANCELLED"]'
|
next_states: '["UNDER_REVIEW", "DECLINED", "CANCELLED"]'
|
||||||
|
|
@ -110,7 +109,6 @@ enums:
|
||||||
description: |
|
description: |
|
||||||
Object in transit from lender to borrower.
|
Object in transit from lender to borrower.
|
||||||
May involve courier accompaniment for high-value items.
|
May involve courier accompaniment for high-value items.
|
||||||
meaning: schema:InTransitAction
|
|
||||||
annotations:
|
annotations:
|
||||||
loan_phase: "transit"
|
loan_phase: "transit"
|
||||||
next_states: '["ON_LOAN", "RETURNED"]'
|
next_states: '["ON_LOAN", "RETURNED"]'
|
||||||
|
|
@ -144,7 +142,6 @@ enums:
|
||||||
description: |
|
description: |
|
||||||
Object in transit from borrower back to lender.
|
Object in transit from borrower back to lender.
|
||||||
Return journey underway.
|
Return journey underway.
|
||||||
meaning: schema:InTransitAction
|
|
||||||
annotations:
|
annotations:
|
||||||
loan_phase: "transit"
|
loan_phase: "transit"
|
||||||
next_states: '["RETURNED"]'
|
next_states: '["RETURNED"]'
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,6 @@ enums:
|
||||||
meaning: schema:size
|
meaning: schema:size
|
||||||
VISITOR_COUNT:
|
VISITOR_COUNT:
|
||||||
description: Number of visitors (annual, daily, etc.).
|
description: Number of visitors (annual, daily, etc.).
|
||||||
meaning: schema:numberOfAttendees
|
|
||||||
BUDGET_AMOUNT:
|
BUDGET_AMOUNT:
|
||||||
description: Financial amount (budget, revenue, cost).
|
description: Financial amount (budget, revenue, cost).
|
||||||
meaning: schema:amount
|
meaning: schema:amount
|
||||||
|
|
@ -53,7 +52,6 @@ enums:
|
||||||
meaning: schema:numberOfItems
|
meaning: schema:numberOfItems
|
||||||
CHARACTER_COUNT:
|
CHARACTER_COUNT:
|
||||||
description: Number of characters in text content.
|
description: Number of characters in text content.
|
||||||
meaning: schema:characterCount
|
|
||||||
WORD_COUNT:
|
WORD_COUNT:
|
||||||
description: Number of words in text content.
|
description: Number of words in text content.
|
||||||
meaning: schema:wordCount
|
meaning: schema:wordCount
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ prefixes:
|
||||||
linkml: https://w3id.org/linkml/
|
linkml: https://w3id.org/linkml/
|
||||||
hc: https://nde.nl/ontology/hc/
|
hc: https://nde.nl/ontology/hc/
|
||||||
schema: http://schema.org/
|
schema: http://schema.org/
|
||||||
|
rec: https://w3id.org/rec#
|
||||||
|
|
||||||
imports:
|
imports:
|
||||||
- linkml:types
|
- linkml:types
|
||||||
|
|
@ -34,7 +35,7 @@ enums:
|
||||||
# Educational spaces
|
# Educational spaces
|
||||||
CLASSROOM:
|
CLASSROOM:
|
||||||
description: Teaching/learning space for group instruction
|
description: Teaching/learning space for group instruction
|
||||||
meaning: schema:Classroom
|
meaning: rec:Classroom
|
||||||
annotations:
|
annotations:
|
||||||
usage_context: education
|
usage_context: education
|
||||||
typical_capacity: "20-40"
|
typical_capacity: "20-40"
|
||||||
|
|
|
||||||
|
|
@ -142,17 +142,17 @@ slots:
|
||||||
- has_or_had_accessibility_feature
|
- has_or_had_accessibility_feature
|
||||||
- is_accessible
|
- is_accessible
|
||||||
examples:
|
examples:
|
||||||
- value: "schema:wheelchairAccessible"
|
- value: "wheelchairAccessible"
|
||||||
description: Physical location is accessible by wheelchair
|
description: Physical location is accessible by wheelchair
|
||||||
- value: "schema:audioDescription"
|
- value: "audioDescription"
|
||||||
description: Content includes audio description for visually impaired users
|
description: Content includes audio description for visually impaired users
|
||||||
- value: "schema:captions"
|
- value: "captions"
|
||||||
description: Content includes captions for deaf or hard-of-hearing users
|
description: Content includes captions for deaf or hard-of-hearing users
|
||||||
- value: "schema:signLanguage"
|
- value: "signLanguage"
|
||||||
description: Content includes sign language interpretation
|
description: Content includes sign language interpretation
|
||||||
- value: "schema:braille"
|
- value: "braille"
|
||||||
description: Materials available in Braille format
|
description: Materials available in Braille format
|
||||||
- value: "schema:largePrint"
|
- value: "largePrint"
|
||||||
description: Materials available in large print format
|
description: Materials available in large print format
|
||||||
comments:
|
comments:
|
||||||
- Updated 2026-02-03 with verified ontology mappings and translations
|
- Updated 2026-02-03 with verified ontology mappings and translations
|
||||||
|
|
|
||||||
|
|
@ -1126,6 +1126,46 @@
|
||||||
margin-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.uml-module-chips {
|
||||||
|
margin-top: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uml-module-chips-title {
|
||||||
|
margin: 0 0 0.375rem 0;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
color: #172a59;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uml-module-chip-row {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 0.375rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uml-module-chip {
|
||||||
|
padding: 0.35rem 0.625rem;
|
||||||
|
border: 1px solid #c8d4ff;
|
||||||
|
background: white;
|
||||||
|
color: #2c5ce6;
|
||||||
|
border-radius: 999px;
|
||||||
|
font-size: 0.75rem;
|
||||||
|
font-weight: 500;
|
||||||
|
cursor: pointer;
|
||||||
|
transition: all 0.15s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uml-module-chip:hover {
|
||||||
|
border-color: #4a7dff;
|
||||||
|
background: #f8f9ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.uml-module-chip.active {
|
||||||
|
border-color: #4a7dff;
|
||||||
|
background: #4a7dff;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.uml-module-label {
|
.uml-module-label {
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 0 0.375rem 0;
|
margin: 0 0 0.375rem 0;
|
||||||
|
|
@ -2499,6 +2539,27 @@ body:has(.visualize-page.is-mobile .sidebar--mobile:not(.collapsed)) {
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme="dark"] .uml-module-chips-title {
|
||||||
|
color: #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-theme="dark"] .uml-module-chip {
|
||||||
|
background: #1e1e32;
|
||||||
|
border-color: #3d3d5c;
|
||||||
|
color: #a7c1ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-theme="dark"] .uml-module-chip:hover {
|
||||||
|
border-color: #4a7dff;
|
||||||
|
background: #2d2d4a;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-theme="dark"] .uml-module-chip.active {
|
||||||
|
border-color: #4a7dff;
|
||||||
|
background: #4a7dff;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
[data-theme="dark"] .uml-module-select {
|
[data-theme="dark"] .uml-module-select {
|
||||||
background: #1e1e32;
|
background: #1e1e32;
|
||||||
border-color: #3d3d5c;
|
border-color: #3d3d5c;
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,7 @@ function isAdvancedRdfLayout(layout: string): layout is RdfAdvancedLayoutType {
|
||||||
|
|
||||||
type UmlDensityMode = 'full' | 'streamlined' | 'module';
|
type UmlDensityMode = 'full' | 'streamlined' | 'module';
|
||||||
type UmlModuleOption = { id: string; label: string; count: number };
|
type UmlModuleOption = { id: string; label: string; count: number };
|
||||||
|
const POPULAR_UML_MODULE_IDS = ['custodian', 'legal', 'collections'];
|
||||||
|
|
||||||
function humanizeModuleName(moduleId: string): string {
|
function humanizeModuleName(moduleId: string): string {
|
||||||
return moduleId
|
return moduleId
|
||||||
|
|
@ -193,6 +194,7 @@ const TEXT = {
|
||||||
umlModeModuleHint: { nl: 'Toon een domein met context', en: 'Show one domain with context' },
|
umlModeModuleHint: { nl: 'Toon een domein met context', en: 'Show one domain with context' },
|
||||||
umlModuleSelect: { nl: 'Module', en: 'Module' },
|
umlModuleSelect: { nl: 'Module', en: 'Module' },
|
||||||
umlModuleAll: { nl: 'Alle modules', en: 'All modules' },
|
umlModuleAll: { nl: 'Alle modules', en: 'All modules' },
|
||||||
|
umlPopularModules: { nl: 'Populaire modules', en: 'Popular modules' },
|
||||||
umlShowingClasses: { nl: 'klassen zichtbaar', en: 'classes visible' },
|
umlShowingClasses: { nl: 'klassen zichtbaar', en: 'classes visible' },
|
||||||
|
|
||||||
// View switcher
|
// View switcher
|
||||||
|
|
@ -1196,6 +1198,11 @@ export function Visualize() {
|
||||||
return options;
|
return options;
|
||||||
}, [umlDiagram, t]);
|
}, [umlDiagram, t]);
|
||||||
|
|
||||||
|
const popularUmlModules = useMemo(() => {
|
||||||
|
if (!umlModuleOptions.length) return [];
|
||||||
|
return umlModuleOptions.filter((option) => POPULAR_UML_MODULE_IDS.includes(option.id));
|
||||||
|
}, [umlModuleOptions]);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!umlModuleOptions.length) return;
|
if (!umlModuleOptions.length) return;
|
||||||
if (umlModuleOptions.some((option) => option.id === selectedUmlModule)) return;
|
if (umlModuleOptions.some((option) => option.id === selectedUmlModule)) return;
|
||||||
|
|
@ -1539,25 +1546,53 @@ export function Visualize() {
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
{umlDensityMode === 'module' && umlModuleOptions.length > 0 && (
|
{umlDensityMode === 'module' && umlModuleOptions.length > 0 && (
|
||||||
<div className="uml-module-picker">
|
<>
|
||||||
<label htmlFor="uml-module-select" className="uml-module-label">{t('umlModuleSelect')}</label>
|
<div className="uml-module-chips">
|
||||||
<select
|
<p className="uml-module-chips-title">{t('umlPopularModules')}</p>
|
||||||
id="uml-module-select"
|
<div className="uml-module-chip-row">
|
||||||
className="uml-module-select"
|
<button
|
||||||
value={selectedUmlModule}
|
className={`uml-module-chip ${selectedUmlModule === '__all__' ? 'active' : ''}`}
|
||||||
onChange={(e) => {
|
onClick={() => {
|
||||||
const next = e.target.value;
|
setSelectedUmlModule('__all__');
|
||||||
setSelectedUmlModule(next);
|
localStorage.setItem('visualize-uml-module', '__all__');
|
||||||
localStorage.setItem('visualize-uml-module', next);
|
}}
|
||||||
}}
|
>
|
||||||
>
|
{t('umlModuleAll')}
|
||||||
{umlModuleOptions.map((option) => (
|
</button>
|
||||||
<option key={option.id} value={option.id}>
|
{popularUmlModules.map((option) => (
|
||||||
{option.label} ({option.count.toLocaleString()})
|
<button
|
||||||
</option>
|
key={option.id}
|
||||||
))}
|
className={`uml-module-chip ${selectedUmlModule === option.id ? 'active' : ''}`}
|
||||||
</select>
|
onClick={() => {
|
||||||
</div>
|
setSelectedUmlModule(option.id);
|
||||||
|
localStorage.setItem('visualize-uml-module', option.id);
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{option.label}
|
||||||
|
</button>
|
||||||
|
))}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div className="uml-module-picker">
|
||||||
|
<label htmlFor="uml-module-select" className="uml-module-label">{t('umlModuleSelect')}</label>
|
||||||
|
<select
|
||||||
|
id="uml-module-select"
|
||||||
|
className="uml-module-select"
|
||||||
|
value={selectedUmlModule}
|
||||||
|
onChange={(e) => {
|
||||||
|
const next = e.target.value;
|
||||||
|
setSelectedUmlModule(next);
|
||||||
|
localStorage.setItem('visualize-uml-module', next);
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{umlModuleOptions.map((option) => (
|
||||||
|
<option key={option.id} value={option.id}>
|
||||||
|
{option.label} ({option.count.toLocaleString()})
|
||||||
|
</option>
|
||||||
|
))}
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</>
|
||||||
)}
|
)}
|
||||||
{displayUmlDiagram && umlDiagram && (
|
{displayUmlDiagram && umlDiagram && (
|
||||||
<p className="uml-density-info">
|
<p className="uml-density-info">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue