diff --git a/backend/rag/main.py b/backend/rag/main.py index 14f6416182..25192d23c5 100644 --- a/backend/rag/main.py +++ b/backend/rag/main.py @@ -572,6 +572,7 @@ class PersonSearchRequest(BaseModel): k: int = Field(default=10, ge=1, le=100, description="Number of results to return") filter_custodian: str | None = Field(default=None, description="Filter by custodian slug (e.g., 'nationaal-archief')") only_heritage_relevant: bool = Field(default=False, description="Only return heritage-relevant staff") + only_wcms: bool = Field(default=False, description="Only return WCMS-registered profiles (heritage sector users)") embedding_model: str | None = Field( default=None, description="Embedding model to use (e.g., 'minilm_384', 'openai_1536'). If None, auto-selects best available." @@ -1657,6 +1658,7 @@ class MultiSourceRetriever: k: int = 10, filter_custodian: str | None = None, only_heritage_relevant: bool = False, + only_wcms: bool = False, using: str | None = None, ) -> list[Any]: """Search for persons/staff in the heritage_persons collection. @@ -1668,6 +1670,7 @@ class MultiSourceRetriever: k: Number of results filter_custodian: Optional custodian slug to filter by only_heritage_relevant: Only return heritage-relevant staff + only_wcms: Only return WCMS-registered profiles using: Optional embedding model to use (e.g., 'minilm_384', 'openai_1536') Returns: @@ -1680,6 +1683,7 @@ class MultiSourceRetriever: k=k, filter_custodian=filter_custodian, only_heritage_relevant=only_heritage_relevant, + only_wcms=only_wcms, using=using, ) except Exception as e: @@ -2754,6 +2758,7 @@ async def person_search(request: PersonSearchRequest) -> PersonSearchResponse: k=request.k, filter_custodian=request.filter_custodian, only_heritage_relevant=request.only_heritage_relevant, + only_wcms=request.only_wcms, using=request.embedding_model, # Pass embedding model ) diff --git a/frontend/public/schemas/20251121/linkml/manifest.json b/frontend/public/schemas/20251121/linkml/manifest.json index fd8de8a997..4c908df113 100644 --- a/frontend/public/schemas/20251121/linkml/manifest.json +++ b/frontend/public/schemas/20251121/linkml/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-01-15T11:37:46.717Z", + "generated": "2026-01-15T12:00:28.038Z", "schemaRoot": "/schemas/20251121/linkml", "totalFiles": 3026, "categoryCounts": { diff --git a/schemas/20251121/linkml/01_custodian_name_modular.yaml b/schemas/20251121/linkml/01_custodian_name_modular.yaml index ee7a8774cc..08c6cd38f5 100644 --- a/schemas/20251121/linkml/01_custodian_name_modular.yaml +++ b/schemas/20251121/linkml/01_custodian_name_modular.yaml @@ -60,7 +60,8 @@ imports: - modules/slots/endorsement_source - modules/slots/extent - modules/slots/governance_structure - - modules/slots/has_collection + # has_collection ARCHIVED (2026-01-15) - migrated to has_or_had_collection (Rule 53) + - modules/slots/has_or_had_collection - modules/slots/digital_platform - modules/slots/digitization_status - modules/slots/has_auxiliary_place @@ -82,7 +83,8 @@ imports: - modules/slots/staff_impact - modules/slots/documentation_source - modules/slots/has_or_had_organizational_change_event - - modules/slots/encompassing_body + # encompassing_body ARCHIVED (2025-01-15) - migrated to is_or_was_encompassed_by (Rule 53) + - modules/slots/is_or_was_encompassed_by - modules/slots/id - modules/slots/identifier_scheme - modules/slots/identifier_value @@ -138,7 +140,8 @@ imports: # valid_from and valid_to ARCHIVED (2026-01-14) - migrated to temporal_extent (Rule 53) - modules/slots/was_derived_from - modules/slots/was_generated_by - - modules/slots/was_revision_of + # was_revision_of ARCHIVED (2026-01-15) - migrated to is_or_was_revision_of (Rule 53) + - modules/slots/is_or_was_revision_of # Hub architecture slots - modules/slots/hc_id diff --git a/schemas/20251121/linkml/manifest.json b/schemas/20251121/linkml/manifest.json index 4c908df113..1d86ddb967 100644 --- a/schemas/20251121/linkml/manifest.json +++ b/schemas/20251121/linkml/manifest.json @@ -1,5 +1,5 @@ { - "generated": "2026-01-15T12:00:28.038Z", + "generated": "2026-01-15T12:16:59.614Z", "schemaRoot": "/schemas/20251121/linkml", "totalFiles": 3026, "categoryCounts": { diff --git a/schemas/20251121/linkml/modules/classes/ArticlesOfAssociation.yaml b/schemas/20251121/linkml/modules/classes/ArticlesOfAssociation.yaml index de4c9d6eec..420c8ace21 100644 --- a/schemas/20251121/linkml/modules/classes/ArticlesOfAssociation.yaml +++ b/schemas/20251121/linkml/modules/classes/ArticlesOfAssociation.yaml @@ -44,7 +44,7 @@ imports: - ../slots/specificity_annotation - ../slots/template_specificity - ../slots/temporal_extent # was: valid_from + valid_to - migrated per Rule 53 -- ../slots/version_number +- ../slots/has_or_had_version # was: version_number - migrated per Rule 53 - ../slots/was_derived_from - ../slots/was_generated_by - ./SpecificityAnnotation @@ -151,7 +151,7 @@ classes: - supersede - template_specificity - temporal_extent # was: valid_from + valid_to - migrated per Rule 53 - - version_number + - has_or_had_version # was: version_number - migrated per Rule 53 - was_derived_from - was_generated_by slot_usage: @@ -200,13 +200,17 @@ classes: examples: - value: 2024/0315/001 description: Notarial deed reference number - version_number: - range: integer + has_or_had_version: # was: version_number - migrated per Rule 53 + description: | + Version number of the articles. + Original articles = 1, first amendment = 2, etc. + MIGRATED from version_number per Rule 53. + range: string required: false examples: - - value: 1 + - value: "1" description: Original founding articles - - value: 3 + - value: "3" description: Third version (two amendments) is_current_version: range: boolean @@ -335,7 +339,7 @@ classes: notary_name: mr. H.J. van den Berg notary_office: Amsterdam notarial_deed_number: 1885/328 - version_number: 1 + has_or_had_version: "1" is_current_version: false superseded_by: https://nde.nl/ontology/hc/articles/rm/v15 purpose_clause: De stichting heeft ten doel het beheren en toegankelijk maken van het Rijksmuseum... @@ -363,7 +367,7 @@ classes: effective_date: '2015-11-12' notary_name: mr. A.M. de Vries notary_office: Haarlem - version_number: 3 + has_or_had_version: "3" is_current_version: true supersedes: https://nde.nl/ontology/hc/articles/nha/v2 purpose_clause: De stichting heeft ten doel het beheren, behouden, en toegankelijk maken van archieven en collecties diff --git a/schemas/20251121/linkml/modules/classes/Custodian.yaml b/schemas/20251121/linkml/modules/classes/Custodian.yaml index 6d9a0d11d8..f20a49b7c7 100644 --- a/schemas/20251121/linkml/modules/classes/Custodian.yaml +++ b/schemas/20251121/linkml/modules/classes/Custodian.yaml @@ -24,10 +24,10 @@ imports: - ../slots/legal_status - ../slots/place_designation - ../slots/digital_platform -- ../slots/has_collection +- ../slots/has_or_had_collection # was: has_collection - migrated per Rule 53 (2025-01-15) - ../slots/organizational_structure - ../slots/has_or_had_organizational_change_event -- ../slots/encompassing_body +- ../slots/is_or_was_encompassed_by # was: encompassing_body - migrated per Rule 53 (2025-01-15) - ../slots/identifier - ../slots/created - ../slots/modified @@ -188,12 +188,12 @@ classes: - has_or_had_custodian_type - data_license_policy - digital_platform - - encompassing_body + - is_or_was_encompassed_by # was: encompassing_body - migrated per Rule 53 (2025-01-15) - has_or_had_exhibition - gift_shop - has_administration - has_budget - - has_collection + - has_or_had_collection # was: has_collection - migrated per Rule 53 (2025-01-15) - has_operational_archive - hc_id - identifier @@ -232,10 +232,14 @@ classes: multivalued: true required: false inlined_as_list: true - has_collection: - range: uriorcurie + has_or_had_collection: # was: has_collection - migrated per Rule 53 (2025-01-15) + range: CustodianCollection multivalued: true required: false + inlined_as_list: true + description: | + Heritage collection(s) associated with this custodian. + MIGRATED from has_collection slot per slot_fixes.yaml (Rule 53, 2025-01-15). organizational_structure: range: uriorcurie multivalued: true @@ -246,11 +250,14 @@ classes: multivalued: true required: false inlined_as_list: true - encompassing_body: - range: uriorcurie + is_or_was_encompassed_by: # was: encompassing_body - migrated per Rule 53 (2025-01-15) + range: EncompassingBody multivalued: true required: false inlined_as_list: true + description: | + Governance bodies that encompass this custodian. + MIGRATED from encompassing_body slot per slot_fixes.yaml (Rule 53, 2025-01-15). data_license_policy: range: DataLicensePolicy required: false diff --git a/schemas/20251121/linkml/modules/classes/CustodianLegalStatus.yaml b/schemas/20251121/linkml/modules/classes/CustodianLegalStatus.yaml index 4498d204a1..2218bef270 100644 --- a/schemas/20251121/linkml/modules/classes/CustodianLegalStatus.yaml +++ b/schemas/20251121/linkml/modules/classes/CustodianLegalStatus.yaml @@ -53,7 +53,7 @@ imports: - ../slots/reconstruction_method - ../slots/was_derived_from - ../slots/was_generated_by -- ../slots/was_revision_of +- ../slots/is_or_was_revision_of # was: was_revision_of - migrated per Rule 53 (2026-01-15) - ../slots/identifier - ../slots/collections_under_responsibility - ../slots/has_articles_of_association @@ -131,7 +131,7 @@ classes: - temporal_extent - was_derived_from - was_generated_by - - was_revision_of + - is_or_was_revision_of # was: was_revision_of - migrated per Rule 53 (2026-01-15) slot_usage: refers_to_custodian: required: true @@ -270,8 +270,11 @@ classes: was_generated_by: range: ReconstructionActivity required: true - was_revision_of: + is_or_was_revision_of: range: CustodianLegalStatus + description: | + Previous version of this legal status. + MIGRATED from was_revision_of per Rule 39/53 (RiC-O temporal naming, 2026-01-15). identifier: range: CustodianIdentifier multivalued: true diff --git a/schemas/20251121/linkml/modules/classes/FeatureCustodianType.yaml b/schemas/20251121/linkml/modules/classes/FeatureCustodianType.yaml index d324f1c584..6e89aa63c0 100644 --- a/schemas/20251121/linkml/modules/classes/FeatureCustodianType.yaml +++ b/schemas/20251121/linkml/modules/classes/FeatureCustodianType.yaml @@ -61,7 +61,8 @@ imports: - ../slots/specificity_annotation - ../slots/stewardship_model - ../slots/template_specificity -- ../slots/visitor_service +- ../slots/has_or_had_service # was: visitor_service - migrated per Rule 53 +- ./Service - ./SpecificityAnnotation - ./TemplateSpecificityScores prefixes: @@ -236,7 +237,7 @@ classes: - specificity_annotation - stewardship_model - template_specificity - - visitor_service + - has_or_had_service # was: visitor_service - migrated per Rule 53 slot_usage: feature_type: range: string @@ -259,15 +260,25 @@ classes: description: Société d'Exploitation de la Tour Eiffel - value: 150+ National Trust properties description: UK heritage charity holdings - visitor_service: - range: string + has_or_had_service: + description: | + Visitor services provided by the feature custodian to facilitate public access + and engagement. Migrated from visitor_service per Rule 53. + range: Service + inlined: true required: true examples: - - value: Guided tours, Events, Gift shop, Café + - value: + service_name: Guided Tours and Events + service_type: VISITOR description: English Heritage typical site services - - value: 24/7 public access, Interpretive panels + - value: + service_name: Public Access and Interpretation + service_type: VISITOR description: Open memorial site services - - value: Timed entry tickets, Multilingual audio guide + - value: + service_name: Timed Entry with Audio Guide + service_type: VISITOR description: High-capacity monument services has_or_had_activity: range: string diff --git a/schemas/20251121/linkml/modules/classes/FindingAid.yaml b/schemas/20251121/linkml/modules/classes/FindingAid.yaml index be167c9040..63bc9db11f 100644 --- a/schemas/20251121/linkml/modules/classes/FindingAid.yaml +++ b/schemas/20251121/linkml/modules/classes/FindingAid.yaml @@ -38,7 +38,9 @@ imports: - ../slots/retrieval_agent - ../slots/extraction_note - ../slots/extraction_method -- ../slots/xpath +# REMOVED: ../slots/xpath - migrated to has_or_had_provenance_path with XPath class (2026-01-15, Rule 53) +- ../slots/has_or_had_provenance_path +- ./XPath - ../slots/css_selector - ../slots/confidence - ../slots/html_file @@ -774,7 +776,7 @@ classes: - specificity_annotation - has_or_had_sub_section - template_specificity - - xpath + - has_or_had_provenance_path # was: xpath - migrated per Rule 53 (2026-01-15) slot_usage: heading_level: range: integer @@ -798,6 +800,12 @@ classes: inlined_as_list: true list_item: multivalued: true + has_or_had_provenance_path: + range: XPath + inlined: true + description: | + XPath provenance path documenting the exact location of the section in the source HTML. + MIGRATED from xpath slot per slot_fixes.yaml (Rule 53, 2026-01-15). exact_mappings: - schema:WebPageElement PageLink: @@ -813,7 +821,7 @@ classes: - link_url - specificity_annotation - template_specificity - - xpath + - has_or_had_provenance_path # was: xpath - migrated per Rule 53 (2026-01-15) slot_usage: link_text: required: true @@ -824,6 +832,12 @@ classes: range: LinkTypeEnum is_sub_guide: range: boolean + has_or_had_provenance_path: + range: XPath + inlined: true + description: | + XPath provenance path documenting the exact location of the link in the source HTML. + MIGRATED from xpath slot per slot_fixes.yaml (Rule 53, 2026-01-15). FeaturedCard: class_uri: schema:CreativeWork description: 'A featured content card (often with image/icon). @@ -841,7 +855,7 @@ classes: - card_url - specificity_annotation - template_specificity - - xpath + - has_or_had_provenance_path # was: xpath - migrated per Rule 53 (2026-01-15) slot_usage: card_title: required: true @@ -849,6 +863,12 @@ classes: range: uri card_image_url: range: uri + has_or_had_provenance_path: + range: XPath + inlined: true + description: | + XPath provenance path documenting the exact location of the card in the source HTML. + MIGRATED from xpath slot per slot_fixes.yaml (Rule 53, 2026-01-15). types: TemporalValue: typeof: string diff --git a/schemas/20251121/linkml/modules/classes/HeritageSocietyType.yaml b/schemas/20251121/linkml/modules/classes/HeritageSocietyType.yaml index 77fefc8826..0b525b2120 100644 --- a/schemas/20251121/linkml/modules/classes/HeritageSocietyType.yaml +++ b/schemas/20251121/linkml/modules/classes/HeritageSocietyType.yaml @@ -68,7 +68,8 @@ imports: - ../slots/membership_size - ../slots/publication_activity - ../slots/collecting_scope -- ../slots/volunteer_program +- ../slots/has_or_had_program # was: volunteer_program - migrated per Rule 53 +- ./Program - ../slots/community_engagement - ../slots/heritage_society_subtype prefixes: @@ -429,102 +430,6 @@ classes: range: string multivalued: true slot_uri: schema:additionalProperty - volunteer_program: - description: 'Volunteer roles and programs within the heritage society. - - - Governance Volunteers: - - - Board of directors: Strategic leadership, fiduciary oversight - - - Officers: President, vice-president, secretary, treasurer - - - Committee chairs: Publications, events, collections, membership - - - Collections Volunteers: - - - Curators: Managing society collections, exhibitions - - - Catalogers: Inventorying, describing, digitizing items - - - Conservators: Basic preservation, cleaning, rehousing - - - Digitization: Scanning photographs, documents, objects - - - Research Volunteers: - - - Archival researchers: Transcribing documents, indexing records - - - Genealogical researchers: Assisting members with family history - - - Historians: Writing articles, preparing talks, guiding tours - - - Subject specialists: Numismatists, philatelists, local historians - - - Education and Outreach: - - - Lecturers: Giving talks at meetings, schools, community groups - - - Tour guides: Leading heritage walks, site visits - - - Educators: School programs, workshops for public - - - Social media managers: Website updates, Facebook posts - - - Operations Volunteers: - - - Membership coordinators: Processing renewals, communications - - - Event organizers: Planning meetings, field trips, symposia - - - Fundraisers: Grant writing, donation campaigns, sales - - - Facilities: Maintaining society office, library, storage - - - Volunteer Recognition: - - - Awards: Volunteer of the year, lifetime achievement - - - Publications: Acknowledging contributors in journals - - - Events: Appreciation dinners, member recognition - - - Honors: Honorary memberships, named collections - - - Volunteer Challenges: - - - Aging volunteers: Difficulty recruiting younger members - - - Burnout: Long-serving volunteers retiring - - - Skills gaps: Need for digital skills, conservation training - - - Succession planning: Ensuring continuity of leadership - - - Examples: - - - "All-volunteer organization; 20 active volunteers manage collections and events" - - - "1 paid part-time coordinator; 50 volunteers for research, publications, outreach" - - - "Board of 9 elected members; 15 committee volunteers; 200 general members" - - - "Struggling to recruit volunteers; 5 core volunteers (all 60+ years old)" - - - This field captures the human infrastructure of the society. - - ' - range: string - multivalued: true - slot_uri: schema:volunteer community_engagement: description: "Community outreach, public programs, and engagement activities.\n\nRegular Programs:\n- Membership meetings:\ \ Monthly, quarterly, or annual gatherings\n - Lecture series: Guest speakers on heritage topics\n - Show-and-tell:\ @@ -557,8 +462,26 @@ classes: slot_uri: schema:event slots: - has_or_had_custodian_type + - has_or_had_program # was: volunteer_program - migrated per Rule 53 - specificity_annotation - template_specificity slot_usage: has_or_had_custodian_type: equals_expression: '["hc:HeritageSocietyType"]' + has_or_had_program: + description: | + Volunteer programs and roles within the heritage society. + Migrated from volunteer_program (inline attribute) per Rule 53. + + Covers governance volunteers (board, officers), collections volunteers + (curators, catalogers), research volunteers (archivists, historians), + education and outreach (lecturers, tour guides), and operations + (membership coordinators, event organizers, fundraisers). + range: Program + inlined: true + multivalued: true + examples: + - value: + program_name: Heritage Volunteer Program + program_type: VOLUNTEER + description: All-volunteer organization managing collections and events diff --git a/schemas/20251121/linkml/modules/classes/HistoricBuilding.yaml b/schemas/20251121/linkml/modules/classes/HistoricBuilding.yaml index 8bcddc1f50..a27f9f2f10 100644 --- a/schemas/20251121/linkml/modules/classes/HistoricBuilding.yaml +++ b/schemas/20251121/linkml/modules/classes/HistoricBuilding.yaml @@ -28,7 +28,8 @@ imports: - ../slots/monument_number - ../slots/specificity_annotation - ../slots/template_specificity -- ../slots/visiting_hour +- ../slots/has_or_had_opening_hour # was: visiting_hour - migrated per Rule 53 +- ./OpeningHour - ../slots/was_derived_from - ../slots/was_generated_by - ./SpecificityAnnotation @@ -97,7 +98,7 @@ classes: - monument_number - specificity_annotation - template_specificity - - visiting_hour + - has_or_had_opening_hour # was: visiting_hour - migrated per Rule 53 - was_derived_from - was_generated_by slot_usage: @@ -190,12 +191,23 @@ classes: description: Open to public - value: false description: Private/staff only - visiting_hour: - range: string + has_or_had_opening_hour: # was: visiting_hour - migrated per Rule 53 + description: | + Visiting hours specification for public access. + MIGRATED from visiting_hour per Rule 53. + range: OpeningHour + inlined: true + multivalued: true examples: - - value: Sa-Su 11:00-17:00 - description: Weekend opening - - value: By appointment only + - value: + day_of_week: "Saturday" + opens: "11:00" + closes: "17:00" + description: Weekend opening hours + - value: + day_of_week: "By appointment" + opens: "10:00" + closes: "16:00" description: Appointment required is_part_of_complex: range: boolean @@ -299,7 +311,10 @@ classes: heritage_status: Rijksmonument monument_number: '521814' is_open_to_public: true - visiting_hour: Tu-Su 11:00-17:00 + has_or_had_opening_hour: + - day_of_week: "Tuesday-Sunday" + opens: "11:00" + closes: "17:00" is_part_of_complex: true complex_name: Kasteel Amerongen landgoed current_use: Museum and events diff --git a/schemas/20251121/linkml/modules/classes/InformationCarrier.yaml b/schemas/20251121/linkml/modules/classes/InformationCarrier.yaml index 24705c0bf4..4b54cca166 100644 --- a/schemas/20251121/linkml/modules/classes/InformationCarrier.yaml +++ b/schemas/20251121/linkml/modules/classes/InformationCarrier.yaml @@ -66,7 +66,8 @@ imports: - ../slots/text_direction - ../slots/has_or_had_label # was: title_proper - migrated per Rule 53 - ../slots/has_or_had_label # was: uniform_title - migrated per Rule 53 -- ../slots/writing_system +- ../slots/has_or_had_writing_system +- ./WritingSystem - ./SpecificityAnnotation - ./TemplateSpecificityScores default_prefix: hc @@ -153,7 +154,7 @@ classes: - text_direction - has_or_had_label # was: title_proper - has_or_had_label # was: uniform_title - - writing_system + - has_or_had_writing_system slot_usage: carrier_type: required: true @@ -257,13 +258,27 @@ classes: - value: MANUSCRIPT - value: PRINTED - value: TYPESCRIPT - writing_system: + has_or_had_writing_system: required: false - range: string + range: WritingSystem + inlined: true + description: | + The writing system or script used on this information carrier. + MIGRATED from writing_system (2026-01-15) per Rule 53. + Uses WritingSystem class with ISO 15924 script codes. examples: - - value: Latin alphabet - - value: Cuneiform - - value: Chinese (traditional) + - value: + has_or_had_code: "Latn" + script_name: "Latin" + description: Latin alphabet + - value: + has_or_had_code: "Xsux" + script_name: "Cuneiform" + description: Ancient Sumerian/Akkadian cuneiform + - value: + has_or_had_code: "Hant" + script_name: "Chinese (traditional)" + description: Traditional Chinese script language: required: false range: string @@ -512,7 +527,9 @@ classes: country: DE date_of_publication: c. 1455 script_type: PRINTED - writing_system: Latin alphabet + has_or_had_writing_system: + has_or_had_code: "Latn" + script_name: "Latin" content_language: - lat carries_information: Bible. Latin. Vulgate @@ -535,7 +552,9 @@ classes: - Parchment (vellum) folio_count: 347 script_type: MANUSCRIPT - writing_system: Greek uncial + has_or_had_writing_system: + has_or_had_code: "Grek" + script_name: "Greek uncial" content_language: - grc date_of_publication: 4th century CE @@ -554,7 +573,9 @@ classes: material_composition: - Parchment (sheepskin) script_type: MANUSCRIPT - writing_system: Latin alphabet + has_or_had_writing_system: + has_or_had_code: "Latn" + script_name: "Latin" content_language: - eng date_of_publication: '1776-08-02' diff --git a/schemas/20251121/linkml/modules/classes/MuseumType.yaml b/schemas/20251121/linkml/modules/classes/MuseumType.yaml index a175fb5da8..6bf6f00f8b 100644 --- a/schemas/20251121/linkml/modules/classes/MuseumType.yaml +++ b/schemas/20251121/linkml/modules/classes/MuseumType.yaml @@ -14,7 +14,8 @@ imports: - ../slots/research_department - ../slots/specificity_annotation - ../slots/template_specificity -- ../slots/visitor_facility +- ../slots/has_or_had_facility # was: visitor_facility - migrated per Rule 53 +- ./Facility - ./SpecificityAnnotation - ./TemplateSpecificityScores classes: @@ -137,7 +138,7 @@ classes: - research_department - specificity_annotation - template_specificity - - visitor_facility + - has_or_had_facility # was: visitor_facility - migrated per Rule 53 slot_usage: wikidata_entity: pattern: ^Q[0-9]+$ @@ -150,6 +151,13 @@ classes: required: false has_or_had_custodian_type: equals_expression: '["hc:MuseumType"]' + has_or_had_facility: + description: | + Public facilities and amenities available at the museum. + Migrated from visitor_facility per Rule 53. + range: Facility + inlined: true + multivalued: true exact_mappings: - skos:Concept - schema:Museum @@ -182,10 +190,13 @@ classes: - sculptures - decorative arts exhibition_program: rotating exhibitions with permanent collection - visitor_facility: - - cafe - - museum shop - - education center + has_or_had_facility: # was: visitor_facility + - facility_name: Museum Café + facility_type: FOOD_SERVICE + - facility_name: Museum Shop + facility_type: RETAIL + - facility_name: Education Center + facility_type: EDUCATION cataloging_standard: LIDO conservation_lab: true research_department: true diff --git a/schemas/20251121/linkml/modules/classes/PrimaryDigitalPresenceAssertion.yaml b/schemas/20251121/linkml/modules/classes/PrimaryDigitalPresenceAssertion.yaml index f9049bb705..5cff9e7095 100644 --- a/schemas/20251121/linkml/modules/classes/PrimaryDigitalPresenceAssertion.yaml +++ b/schemas/20251121/linkml/modules/classes/PrimaryDigitalPresenceAssertion.yaml @@ -25,7 +25,7 @@ imports: - ../slots/temporal_extent - ./SpecificityAnnotation - ./TemplateSpecificityScores -- ../slots/was_asserted_by +# was_asserted_by REMOVED - fully migrated to is_or_was_asserted_by (Rule 53, 2026-01-15) prefixes: linkml: https://w3id.org/linkml/ hc: https://nde.nl/ontology/hc/ @@ -191,12 +191,7 @@ classes: asserter_type: HUMAN_ANALYST asserter_contact: jane.doe@heritage-org.nl description: Human analyst asserter - was_asserted_by: - range: string - required: false - examples: - - value: primary-presence-analyzer/1.0 - - value: jane.doe@heritage-org.nl + # was_asserted_by REMOVED - fully migrated to is_or_was_asserted_by (Rule 53, 2026-01-15) confidence_score: range: float required: false diff --git a/schemas/20251121/linkml/modules/classes/StorageConditionPolicy.yaml b/schemas/20251121/linkml/modules/classes/StorageConditionPolicy.yaml index ec517f5b63..4d9610f0ba 100644 --- a/schemas/20251121/linkml/modules/classes/StorageConditionPolicy.yaml +++ b/schemas/20251121/linkml/modules/classes/StorageConditionPolicy.yaml @@ -38,7 +38,7 @@ imports: - ../slots/policy_review_date - ../slots/specificity_annotation - ../slots/standards_compliance -- ../slots/storage_security_level +- ../slots/has_or_had_security_level # was: storage_security_level - migrated per Rule 53 (2025-01-15) # REMOVED 2026-01-15: temperature_max, temperature_min, temperature_target - migrated to has_or_had_setpoint with Setpoint class (Rule 53) - ../slots/has_or_had_setpoint - ./Setpoint @@ -104,7 +104,7 @@ classes: - policy_review_date - specificity_annotation - standards_compliance - - storage_security_level + - has_or_had_security_level # was: storage_security_level - migrated per Rule 53 (2025-01-15) # REMOVED 2026-01-15: temperature_max, temperature_min, temperature_target - migrated to has_or_had_setpoint - has_or_had_setpoint - temperature_tolerance @@ -229,10 +229,16 @@ classes: range: boolean examples: - value: true - storage_security_level: - range: string + has_or_had_security_level: # was: storage_security_level - migrated per Rule 53 (2025-01-15) + range: SecurityLevel + required: false + description: | + Security classification level for this storage policy. + MIGRATED from storage_security_level slot per slot_fixes.yaml (Rule 53, 2025-01-15). examples: - - value: HIGH + - value: + level_code: HIGH + level_name: High Security description: High-value collection storage has_or_had_access_restriction: range: string @@ -312,7 +318,9 @@ classes: pest_management_required: true fire_suppression_type: INERT_GAS flood_protection_required: true - storage_security_level: HIGH + has_or_had_security_level: # was: storage_security_level + level_code: HIGH + level_name: High Security standards_compliance: - EN_15757_2010 - EN_16893_2018 @@ -348,7 +356,9 @@ classes: pest_management_required: true fire_suppression_type: INERT_GAS flood_protection_required: true - storage_security_level: HIGH + has_or_had_security_level: # was: storage_security_level + level_code: HIGH + level_name: High Security access_restrictions: Restricted access - Conservation staff only. Materials must acclimate 24 hours before and after access. Gloves required. standards_compliance: diff --git a/schemas/20251121/linkml/modules/classes/VideoPost.yaml b/schemas/20251121/linkml/modules/classes/VideoPost.yaml index 0290e0fdb6..8c27590347 100644 --- a/schemas/20251121/linkml/modules/classes/VideoPost.yaml +++ b/schemas/20251121/linkml/modules/classes/VideoPost.yaml @@ -38,7 +38,7 @@ imports: # - ../slots/video_category_id - ../slots/has_or_had_identifier - ./VideoCategoryIdentifier -- ../slots/video_comment +- ../slots/has_or_had_comment # was: video_comment - migrated per Rule 53 (2025-01-15) - ../slots/has_or_had_quantity - ./Quantity # MIGRATED 2026-01-15: ../slots/view_count → ../slots/has_or_had_quantity per Rule 53 @@ -220,7 +220,7 @@ classes: # REMOVED - migrated to has_or_had_identifier (2026-01-14, Rule 53) # - video_category_id - has_or_had_identifier - - video_comment + - has_or_had_comment # was: video_comment - migrated per Rule 53 (2025-01-15) - has_or_had_quantity slot_usage: duration: @@ -366,11 +366,14 @@ classes: examples: - value: 0 description: No comments fetched - video_comment: + has_or_had_comment: # was: video_comment - migrated per Rule 53 (2025-01-15) range: VideoComment multivalued: true required: false inlined: true + description: | + Comments on this video post. + MIGRATED from video_comment slot per slot_fixes.yaml (Rule 53, 2025-01-15). comments: - Extends SocialMediaPost with video-specific properties - Maps to as:Video and schema:VideoObject diff --git a/schemas/20251121/linkml/modules/classes/WebLink.yaml b/schemas/20251121/linkml/modules/classes/WebLink.yaml index eea7a68a27..aeb05b3802 100644 --- a/schemas/20251121/linkml/modules/classes/WebLink.yaml +++ b/schemas/20251121/linkml/modules/classes/WebLink.yaml @@ -43,7 +43,9 @@ imports: - ../slots/link_text - ../slots/link_type - ../slots/link_context - - ../slots/xpath + # REMOVED: ../slots/xpath - migrated to has_or_had_provenance_path with XPath class (2026-01-15, Rule 53) + - ../slots/has_or_had_provenance_path + - ./XPath # ARCHIVED: ../slots/valid_from - use temporal_extent instead # ARCHIVED: ../slots/valid_to - use temporal_extent instead - ../slots/temporal_extent # was: valid_from + valid_to @@ -102,7 +104,7 @@ classes: - description - link_type - link_context - - xpath + - has_or_had_provenance_path # was: xpath - migrated per Rule 53 (2026-01-15) - temporal_extent # was: valid_from + valid_to - specificity_annotation - template_specificity @@ -138,10 +140,12 @@ classes: range: string description: >- The surrounding text or context where the link appears. - xpath: - range: string + has_or_had_provenance_path: + range: XPath + inlined: true description: >- - XPath location of the link in the source HTML (for provenance). + XPath provenance path documenting the exact location of the link in the source HTML. + MIGRATED from xpath slot per slot_fixes.yaml (Rule 53, 2026-01-15). annotations: custodian_types: '["*"]' @@ -158,6 +162,7 @@ classes: - Generic web link representation - Used within Overview collections - Created from slot_fixes.yaml migration (2026-01-14) + - 'MIGRATION (2026-01-15): Replaced xpath slot with has_or_had_provenance_path using XPath class per slot_fixes.yaml' see_also: - http://schema.org/WebPage diff --git a/schemas/20251121/linkml/modules/slots/encompassing_body.yaml b/schemas/20251121/linkml/modules/slots/archive/encompassing_body_archived_20250115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/encompassing_body.yaml rename to schemas/20251121/linkml/modules/slots/archive/encompassing_body_archived_20250115.yaml diff --git a/schemas/20251121/linkml/modules/slots/has_collection.yaml b/schemas/20251121/linkml/modules/slots/archive/has_collection_archived_20250115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/has_collection.yaml rename to schemas/20251121/linkml/modules/slots/archive/has_collection_archived_20250115.yaml diff --git a/schemas/20251121/linkml/modules/slots/storage_security_level.yaml b/schemas/20251121/linkml/modules/slots/archive/storage_security_level_archived_20250115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/storage_security_level.yaml rename to schemas/20251121/linkml/modules/slots/archive/storage_security_level_archived_20250115.yaml diff --git a/schemas/20251121/linkml/modules/slots/version_number.yaml b/schemas/20251121/linkml/modules/slots/archive/version_number_archived_20260115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/version_number.yaml rename to schemas/20251121/linkml/modules/slots/archive/version_number_archived_20260115.yaml diff --git a/schemas/20251121/linkml/modules/slots/video_comment.yaml b/schemas/20251121/linkml/modules/slots/archive/video_comment_archived_20250115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/video_comment.yaml rename to schemas/20251121/linkml/modules/slots/archive/video_comment_archived_20250115.yaml diff --git a/schemas/20251121/linkml/modules/slots/visiting_hour.yaml b/schemas/20251121/linkml/modules/slots/archive/visiting_hour_archived_20260115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/visiting_hour.yaml rename to schemas/20251121/linkml/modules/slots/archive/visiting_hour_archived_20260115.yaml diff --git a/schemas/20251121/linkml/modules/slots/visitor_facility.yaml b/schemas/20251121/linkml/modules/slots/archive/visitor_facility_archived_20260115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/visitor_facility.yaml rename to schemas/20251121/linkml/modules/slots/archive/visitor_facility_archived_20260115.yaml diff --git a/schemas/20251121/linkml/modules/slots/visitor_service.yaml b/schemas/20251121/linkml/modules/slots/archive/visitor_service_archived_20260115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/visitor_service.yaml rename to schemas/20251121/linkml/modules/slots/archive/visitor_service_archived_20260115.yaml diff --git a/schemas/20251121/linkml/modules/slots/volunteer_program.yaml b/schemas/20251121/linkml/modules/slots/archive/volunteer_program_archived_20260115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/volunteer_program.yaml rename to schemas/20251121/linkml/modules/slots/archive/volunteer_program_archived_20260115.yaml diff --git a/schemas/20251121/linkml/modules/slots/was_asserted_by.yaml b/schemas/20251121/linkml/modules/slots/archive/was_asserted_by_archived_20260115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/was_asserted_by.yaml rename to schemas/20251121/linkml/modules/slots/archive/was_asserted_by_archived_20260115.yaml diff --git a/schemas/20251121/linkml/modules/slots/was_revision_of.yaml b/schemas/20251121/linkml/modules/slots/archive/was_revision_of_archived_20260115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/was_revision_of.yaml rename to schemas/20251121/linkml/modules/slots/archive/was_revision_of_archived_20260115.yaml diff --git a/schemas/20251121/linkml/modules/slots/writing_system.yaml b/schemas/20251121/linkml/modules/slots/archive/writing_system_archived_20260115.yaml similarity index 100% rename from schemas/20251121/linkml/modules/slots/writing_system.yaml rename to schemas/20251121/linkml/modules/slots/archive/writing_system_archived_20260115.yaml diff --git a/schemas/20251121/linkml/modules/slots/manifest.json b/schemas/20251121/linkml/modules/slots/manifest.json index 6a6f7418d6..b6caa34995 100644 --- a/schemas/20251121/linkml/modules/slots/manifest.json +++ b/schemas/20251121/linkml/modules/slots/manifest.json @@ -1,2167 +1,2114 @@ { - "files": [ - "accepts_or_accepted.yaml", - "accepts_or_accepted_external_work.yaml", - "accepts_or_accepted_payment_method.yaml", - "accepts_or_accepted_visiting_scholar.yaml", - "activity_id.yaml", - "affects_or_affected.yaml", - "aggregates_or_aggregated_from.yaml", - "allocates_or_allocated.yaml", - "allows_or_allowed.yaml", - "api_available.yaml", - "api_documentation.yaml", - "applies_or_applied_to_call.yaml", - "approved_by.yaml", - "approximate.yaml", - "approximation_level.yaml", - "archive_branches.yaml", - "archive_series.yaml", - "archived_at.yaml", - "asserted_by.yaml", - "asserts_or_asserted.yaml", - "audio_event_segments.yaml", - "authors.yaml", - "auto_generated.yaml", - "auxiliary_places.yaml", - "auxiliary_platform_id.yaml", - "auxiliary_platforms.yaml", - "backup_status.yaml", - "base_surname.yaml", - "bay_number.yaml", - "begin_of_the_begin.yaml", - "begin_of_the_end.yaml", - "benefit.yaml", - "bibframe_equivalent.yaml", - "binding.yaml", - "binding_description.yaml", - "binding_provenance.yaml", - "bio_custodian_subtype.yaml", - "bio_type_classification.yaml", - "birth_date.yaml", - "birth_place.yaml", - "booking_required.yaml", - "borrower.yaml", - "borrower_contact.yaml", - "bounding_box.yaml", - "box_number.yaml", - "branch_description.yaml", - "branch_id.yaml", - "branch_name.yaml", - "branch_office_description.yaml", - "branch_office_id.yaml", - "branch_office_name.yaml", - "branch_service_area.yaml", - "branch_staff_count.yaml", - "broader_concept_label.yaml", - "budget_currency.yaml", - "budget_description.yaml", - "budget_name.yaml", - "budget_status.yaml", - "building_floor_area_sqm.yaml", - "business_criticality.yaml", - "business_model.yaml", - "cached_token.yaml", - "cadastral_id.yaml", - "calendar_system.yaml", - "call_description.yaml", - "call_id.yaml", - "call_identifier.yaml", - "call_number.yaml", - "call_short_name.yaml", - "call_status.yaml", - "call_title.yaml", - "call_url.yaml", - "canonical_access_rule.yaml", - "canonical_value.yaml", - "capacity.yaml", - "capacity_cubic_meters.yaml", - "capacity_description.yaml", - "capacity_item.yaml", - "capacity_linear_meters.yaml", - "capital_budget.yaml", - "caption_available.yaml", - "card_description.yaml", - "card_description_en.yaml", - "card_image_url.yaml", - "card_title.yaml", - "card_title_en.yaml", - "card_url.yaml", - "carrier_type.yaml", - "carries_information.yaml", - "catalog_description.yaml", - "catalog_entries_count.yaml", - "catalog_for.yaml", - "catalog_id.yaml", - "catalog_raisonne_number.yaml", - "catalog_subtitle.yaml", - "catalog_system.yaml", - "catalog_title.yaml", - "catalog_type.yaml", - "catalog_url.yaml", - "cataloging_standard.yaml", - "category_measurement.yaml", - "category_note.yaml", - "category_status.yaml", - "catering_place_description.yaml", - "catering_place_id.yaml", - "catering_place_name.yaml", - "catering_price_range.yaml", - "catering_type.yaml", - "certainty_level.yaml", - "certainty_note.yaml", - "cessation_observed_in.yaml", - "change_in_net_asset.yaml", - "change_rationale.yaml", - "chapter_description.yaml", - "chapter_end_seconds.yaml", - "chapter_end_time.yaml", - "chapter_id.yaml", - "chapter_index.yaml", - "chapter_source.yaml", - "chapter_start_seconds.yaml", - "chapter_start_time.yaml", - "chapter_thumbnail_timestamp.yaml", - "chapter_thumbnail_url.yaml", - "chapter_title.yaml", - "chapters_generated_at.yaml", - "chapters_source.yaml", - "character_count.yaml", - "circumstances_of_death.yaml", - "cites_appendix.yaml", - "city.yaml", - "claim.yaml", - "claim_extraction_method.yaml", - "claim_id.yaml", - "claim_note.yaml", - "claim_source_url.yaml", - "claim_type.yaml", - "claim_value.yaml", - "claims_count.yaml", - "classification_status.yaml", - "classifies_place.yaml", - "classroom_count.yaml", - "clear_thinking.yaml", - "climate_control_type.yaml", - "closed_space_id.yaml", - "cms_category.yaml", - "cms_detected.yaml", - "cms_id.yaml", - "cms_product_name.yaml", - "cms_product_version.yaml", - "co_funding_required.yaml", - "co_organized_by.yaml", - "collected_in.yaml", - "collecting_scope.yaml", - "collection_access.yaml", - "collection_broader_type.yaml", - "collection_date.yaml", - "collection_description.yaml", - "collection_discovery_score.yaml", - "collection_focus.yaml", - "collection_id.yaml", - "collection_locality_text.yaml", - "collection_location.yaml", - "collection_name.yaml", - "collection_of.yaml", - "collection_purpose.yaml", - "collection_scope.yaml", - "collection_size.yaml", - "collection_type.yaml", - "collection_type_description.yaml", - "collection_type_id.yaml", - "collection_type_name.yaml", - "collection_type_ref.yaml", - "collection_web_address.yaml", - "collections_under_responsibility.yaml", - "collector.yaml", - "colonial.yaml", - "comment_author.yaml", - "comment_author_channel_id.yaml", - "comment_count.yaml", - "comment_id.yaml", - "comment_like_count.yaml", - "comment_published_at.yaml", - "comment_reply_count.yaml", - "comment_text.yaml", - "comment_updated_at.yaml", - "comments_fetched.yaml", - "commercial_activity.yaml", - "commercial_custodian_subtype.yaml", - "commercial_operation.yaml", - "commission_rate.yaml", - "common_name.yaml", - "common_name_language.yaml", - "common_variant.yaml", - "community_engagement.yaml", - "community_significance.yaml", - "completion_token.yaml", - "complex_name.yaml", - "compliance_status.yaml", - "component_type.yaml", - "condition.yaml", - "condition_after.yaml", - "condition_before.yaml", - "condition_description.yaml", - "condition_id.yaml", - "condition_on_return.yaml", - "condition_policy.yaml", - "condition_status.yaml", - "confidence.yaml", - "confidence_method.yaml", - "confidence_score.yaml", - "confidence_value.yaml", - "conflict_status.yaml", - "connection.yaml", - "connection_degree.yaml", - "connection_headline.yaml", - "connection_heritage_relevant.yaml", - "connection_heritage_type.yaml", - "connection_id.yaml", - "connection_linkedin_url.yaml", - "connection_location.yaml", - "connection_name.yaml", - "connection_organization.yaml", - "connections_by_heritage_type.yaml", - "connections_extracted.yaml", - "connections_text.yaml", - "connectivity_type.yaml", - "conservation_breeding.yaml", - "conservation_history.yaml", - "conservation_lab.yaml", - "conservation_note.yaml", - "conservation_specialization.yaml", - "conservation_status.yaml", - "conservator.yaml", - "conservator_affiliation.yaml", - "constituent_type.yaml", - "construction_date.yaml", - "construction_date_precision.yaml", - "contact.yaml", - "contact_email.yaml", - "contact_point.yaml", - "contains_or_contained_collection.yaml", - "contains_or_contained_contains_unit.yaml", - "contains_or_contained_covers_settlement.yaml", - "contains_storage.yaml", - "content.yaml", - "content_block.yaml", - "content_category.yaml", - "content_changed.yaml", - "content_hash.yaml", - "content_id.yaml", - "content_language.yaml", - "content_origin.yaml", - "content_summary.yaml", - "content_title.yaml", - "content_type.yaml", - "content_url.yaml", - "contents_description.yaml", - "contributes_to.yaml", - "contribution_start_date.yaml", - "contributor.yaml", - "contributor_code.yaml", - "coordinate_reference_system.yaml", - "copy_note.yaml", - "copy_number.yaml", - "corporate_integration.yaml", - "cost.yaml", - "cost_currency.yaml", - "cost_usd.yaml", - "count.yaml", - "country.yaml", - "country_name.yaml", - "courier_detail.yaml", - "courier_required.yaml", - "court_types_covered.yaml", - "cover_image_url.yaml", - "cover_material.yaml", - "cover_or_covered_subregion.yaml", - "coverage_area.yaml", - "covers_country.yaml", - "covers_full_video.yaml", - "crawler_version.yaml", - "created.yaml", - "created_by_project.yaml", - "created_date.yaml", - "creating_agency.yaml", - "creating_function.yaml", - "creating_organization.yaml", - "creation_place.yaml", - "creation_timespan.yaml", - "creator.yaml", - "creator_role.yaml", - "credentials_required.yaml", - "css_selector.yaml", - "cuisine_type.yaml", - "cultural_context.yaml", - "cultural_focus_area.yaml", - "cultural_protocol_url.yaml", - "curated_by.yaml", - "curated_holding.yaml", - "currency.yaml", - "current_exhibition.yaml", - "current_item_count.yaml", - "current_keeper.yaml", - "current_location.yaml", - "current_use.yaml", - "current_utilization_percent.yaml", - "custodial_history.yaml", - "custodian.yaml", - "custodian_only.yaml", - "custodian_type_broader.yaml", - "custodian_type_narrower.yaml", - "custodian_type_related.yaml", - "custody_history.yaml", - "cut_count.yaml", - "data_format.yaml", - "data_license_policy.yaml", - "data_repository.yaml", - "data_sensitivity.yaml", - "data_source_whatsapp.yaml", - "data_tier.yaml", - "dataset_description.yaml", - "dataset_identifier.yaml", - "dataset_title.yaml", - "date.yaml", - "date_created.yaml", - "date_identified.yaml", - "date_of_death.yaml", - "date_of_publication.yaml", - "date_precision.yaml", - "date_retrieved.yaml", - "de.yaml", - "dealer_name.yaml", - "death_place.yaml", - "deceased.yaml", - "decommission_date.yaml", - "default_access_policy.yaml", - "default_audio_language.yaml", - "default_language.yaml", - "default_position.yaml", - "defined_by_standard.yaml", - "definition.yaml", - "degree_name.yaml", - "deliverable.yaml", - "departement_code.yaml", - "departement_name.yaml", - "department_code.yaml", - "department_description.yaml", - "department_head.yaml", - "department_id.yaml", - "department_name.yaml", - "deployment_date.yaml", - "derived_from_entity.yaml", - "derived_from_observation.yaml", - "description.yaml", - "description_section.yaml", - "description_text.yaml", - "description_type.yaml", - "detection_count.yaml", - "detection_level.yaml", - "detection_threshold.yaml", - "device_count.yaml", - "device_id.yaml", - "device_manufacturer.yaml", - "device_model.yaml", - "device_name.yaml", - "device_type.yaml", - "diarization_confidence.yaml", - "diarization_enabled.yaml", - "diarization_end_seconds.yaml", - "diarization_speaker_id.yaml", - "diarization_speaker_label.yaml", - "diarization_start_seconds.yaml", - "digital_confidence.yaml", - "digital_indicator.yaml", - "digital_platform.yaml", - "digital_platform_score.yaml", - "digital_presence_type.yaml", - "digital_professional.yaml", - "digital_surrogate.yaml", - "digital_surrogate_url.yaml", - "digitization_budget.yaml", - "digitization_status.yaml", - "dimension.yaml", - "diocese_name.yaml", - "dislike_count.yaml", - "display_location.yaml", - "disposition_service.yaml", - "dissolution_date.yaml", - "dissolve_count.yaml", - "dissolved_date.yaml", - "document_description.yaml", - "document_title.yaml", - "document_type.yaml", - "documentation.yaml", - "documentation_produced.yaml", - "documentation_source.yaml", - "documentation_url.yaml", - "documented_by.yaml", - "documents_budget.yaml", - "doi.yaml", - "domain_context.yaml", - "download_endpoint.yaml", - "drawer_number.yaml", - "dual_class_link.yaml", - "dual_class_role.yaml", - "duration.yaml", - "ead_id.yaml", - "ebook_url.yaml", - "ecclesiastical_province.yaml", - "edition_number.yaml", - "edition_statement.yaml", - "editor.yaml", - "education.yaml", - "education_center_description.yaml", - "education_center_id.yaml", - "education_center_name.yaml", - "education_contact_email.yaml", - "education_description.yaml", - "education_end_year.yaml", - "education_level.yaml", - "education_provider_subtype.yaml", - "education_start_year.yaml", - "education_type_classification.yaml", - "education_years_raw.yaml", - "effective_date.yaml", - "eligible_applicant.yaml", - "eligible_country.yaml", - "embargo_end_date.yaml", - "embargo_reason.yaml", - "emic_name.yaml", - "employer_linkedin_url.yaml", - "employer_name.yaml", - "employment_dates_raw.yaml", - "employment_end_date.yaml", - "employment_start_date.yaml", - "en.yaml", - "encompasses_or_encompassed.yaml", - "encompassing_body.yaml", - "end.yaml", - "end_date.yaml", - "end_of_the_begin.yaml", - "end_of_the_end.yaml", - "end_seconds.yaml", - "end_time.yaml", - "ended_at_time.yaml", - "endorsement_source.yaml", - "endowment_draw.yaml", - "ends_or_ended_at_location.yaml", - "engagement_rate.yaml", - "enriched_date.yaml", - "enrichment_metadata_whatsapp.yaml", - "enrichment_method_whatsapp.yaml", - "entity_types_covered.yaml", - "entry_count.yaml", - "environmental_control.yaml", - "environmental_requirement.yaml", - "environmental_zone_type_code.yaml", - "environmental_zone_type_description.yaml", - "environmental_zone_type_id.yaml", - "environmental_zone_type_label.yaml", - "equipment_type.yaml", - "established_date.yaml", - "estimated_extent.yaml", - "estimated_volume.yaml", - "etag.yaml", - "event.yaml", - "event_cancelled_reason.yaml", - "event_date.yaml", - "event_date_end.yaml", - "event_date_start.yaml", - "event_date_text.yaml", - "event_description.yaml", - "event_documentation.yaml", - "event_en.yaml", - "event_id.yaml", - "event_label.yaml", - "event_location.yaml", - "event_name.yaml", - "event_note.yaml", - "event_status.yaml", - "event_timespan.yaml", - "event_type.yaml", - "event_url.yaml", - "event_venue.yaml", - "evidence_documentation.yaml", - "evidence_gap.yaml", - "example_instance.yaml", - "example_platform.yaml", - "example_portal.yaml", - "execution_date.yaml", - "exhibited_in.yaml", - "exhibition_capacity.yaml", - "exhibition_catalog_url.yaml", - "exhibition_description.yaml", - "exhibition_documentation.yaml", - "exhibition_floor_area_sqm.yaml", - "exhibition_focus.yaml", - "exhibition_id.yaml", - "exhibition_location.yaml", - "exhibition_model.yaml", - "exhibition_name.yaml", - "exhibition_program.yaml", - "exhibition_ref.yaml", - "exhibition_schedule.yaml", - "exhibition_space_description.yaml", - "exhibition_space_id.yaml", - "exhibition_space_name.yaml", - "exhibition_status.yaml", - "exhibition_subtitle.yaml", - "exhibition_timespan.yaml", - "exhibition_type.yaml", - "exhibition_url.yaml", - "exhibition_venue.yaml", - "expected_transfer_date.yaml", - "experience.yaml", - "expertise_area.yaml", - "exposed_via_portal.yaml", - "extension_count.yaml", - "extent.yaml", - "extent_item.yaml", - "extent_text.yaml", - "external_funding.yaml", - "external_identifier.yaml", - "external_link.yaml", - "extraction_agent.yaml", - "extraction_confidence.yaml", - "extraction_date.yaml", - "extraction_metadata.yaml", - "extraction_method.yaml", - "extraction_note.yaml", - "extraction_timestamp.yaml", - "face_bbox.yaml", - "face_confidence.yaml", - "face_segment.yaml", - "facility_design.yaml", - "fade_count.yaml", - "favorite_count.yaml", - "feature_class.yaml", - "feature_code.yaml", - "feature_description.yaml", - "feature_language.yaml", - "feature_name.yaml", - "feature_note.yaml", - "feature_type.yaml", - "feature_type_classification.yaml", - "featured_work.yaml", - "fee_amount.yaml", - "fee_required.yaml", - "feeds_portal.yaml", - "fellows_count.yaml", - "field_number.yaml", - "field_of_study.yaml", - "file_number.yaml", - "filing_id.yaml", - "filing_type.yaml", - "financial_archival_stage.yaml", - "financial_document_format.yaml", - "financial_document_url.yaml", - "finding_aid_access_restriction.yaml", - "finding_aid_description.yaml", - "finding_aid_note.yaml", - "finding_aid_scope_note.yaml", - "finding_aid_temporal_coverage.yaml", - "finding_aid_type.yaml", - "finding_aid_type_definition.yaml", - "finding_aid_type_id.yaml", - "finding_aid_type_name.yaml", - "finding_aids_format.yaml", - "finish_reason.yaml", - "fire_suppression_type.yaml", - "fiscal_year_end.yaml", - "fiscal_year_start.yaml", - "fixity_check_date.yaml", - "fixity_info.yaml", - "flood_protection_required.yaml", - "folio_count.yaml", - "follow_up_date.yaml", - "follower_count.yaml", - "following_activity.yaml", - "following_count.yaml", - "footnote.yaml", - "format.yaml", - "founded_year.yaml", - "founding_date.yaml", - "founding_date_diocese.yaml", - "fr.yaml", - "frame_rate.yaml", - "frame_sample_rate.yaml", - "from_location.yaml", - "from_owner.yaml", - "from_owner_text.yaml", - "full_extracted_text.yaml", - "full_name.yaml", - "full_text.yaml", - "functional_integration.yaml", - "funded_project.yaml", - "funding_amount.yaml", - "funding_call.yaml", - "funding_focus.yaml", - "funding_program.yaml", - "funding_rate.yaml", - "funding_scheme.yaml", - "funding_source.yaml", - "gallery_subtype.yaml", - "gallery_type_classification.yaml", - "gbif_id.yaml", - "gdpr_relevant.yaml", - "genbank_accession.yaml", - "gender_identity.yaml", - "general_heritage_score.yaml", - "generated_by.yaml", - "generation_method.yaml", - "generation_timestamp.yaml", - "geographic_coverage.yaml", - "geographic_restriction.yaml", - "geographic_scope.yaml", - "geometry_type.yaml", - "geometry_wkt.yaml", - "geonames_id.yaml", - "geospatial_id.yaml", - "geospatial_source.yaml", - "ghcid.yaml", - "gift_shop.yaml", - "giftshop_price_range.yaml", - "given_name.yaml", - "glamorcubesfixphdnt_code.yaml", - "gleif_jurisdiction_code.yaml", - "gleif_ra_code.yaml", - "governance_authority.yaml", - "governance_clause.yaml", - "governance_representative.yaml", - "governance_role.yaml", - "governance_structure.yaml", - "governing_body.yaml", - "growth_rate.yaml", - "habitat.yaml", - "halc_adm1_code.yaml", - "halc_adm2_name.yaml", - "handwriting_confidence.yaml", - "has_access_application_url.yaml", - "has_access_interface_url.yaml", - "has_accession_date.yaml", - "has_accession_number.yaml", - "has_accumulation_end_date.yaml", - "has_accumulation_start_date.yaml", - "has_accuracy_in_meters.yaml", - "has_acquisition_date.yaml", - "has_acquisition_history.yaml", - "has_acquisition_method.yaml", - "has_acquisition_source.yaml", - "has_activity_description.yaml", - "has_activity_identifier.yaml", - "has_activity_name.yaml", - "has_activity_timespan.yaml", - "has_activity_type.yaml", - "has_actual_return_date.yaml", - "has_address.yaml", - "has_admin_office_description.yaml", - "has_admin_office_identifier.yaml", - "has_admin_office_name.yaml", - "has_administration.yaml", - "has_administration_description.yaml", - "has_administration_name.yaml", - "has_administrative_level.yaml", - "has_adoption_context.yaml", - "has_age.yaml", - "has_agenda_description.yaml", - "has_agenda_document_url.yaml", - "has_agenda_short_name.yaml", - "has_agenda_title.yaml", - "has_agenda_url.yaml", - "has_agent_name.yaml", - "has_agent_type.yaml", - "has_agreement_signed_date.yaml", - "has_air_changes_per_hour.yaml", - "has_allocation_date.yaml", - "has_alpha_2_code.yaml", - "has_alpha_3_code.yaml", - "has_altitude.yaml", - "has_amendment_history.yaml", - "has_annex_description.yaml", - "has_annex_name.yaml", - "has_annex_reason.yaml", - "has_annotation_by.yaml", - "has_annotation_motivation.yaml", - "has_annotation_segment.yaml", - "has_annotation_type.yaml", - "has_api_available_flag.yaml", - "has_api_documentation_url.yaml", - "has_api_version.yaml", - "has_appellation_language.yaml", - "has_appellation_type.yaml", - "has_appellation_value.yaml", - "has_applicable_country.yaml", - "has_application_deadline.yaml", - "has_application_opening_date.yaml", - "has_appraisal_note.yaml", - "has_approval_date.yaml", - "has_archdiocese_name.yaml", - "has_architectural_style.yaml", - "has_archival_reference.yaml", - "has_archive_description.yaml", - "has_archive_memento_uri.yaml", - "has_archive_name.yaml", - "has_archive_path.yaml", - "has_archive_search_score.yaml", - "has_archive_subtype.yaml", - "has_area_in_hectare.yaml", - "has_arrangement.yaml", - "has_arrangement_level.yaml", - "has_arrangement_note.yaml", - "has_articles_archival_stage.yaml", - "has_articles_document_format.yaml", - "has_articles_document_url.yaml", - "has_articles_of_association.yaml", - "has_aspect_ratio.yaml", - "has_assertion_date.yaml", - "has_assertion_rationale.yaml", - "has_assertion_value.yaml", - "has_assessment_category.yaml", - "has_assessment_date.yaml", - "has_associated_taxon.yaml", - "has_auction_house.yaml", - "has_auction_sale_name.yaml", - "has_audience_type.yaml", - "has_audio_event_segment.yaml", - "has_audio_quality_score.yaml", - "has_audit_date.yaml", - "has_audit_opinion.yaml", - "has_auditor_name.yaml", - "has_authentication_required_flag.yaml", - "has_author.yaml", - "has_authority_file_abbreviation.yaml", - "has_authority_file_name.yaml", - "has_authority_file_url.yaml", - "has_auxiliary_place.yaml", - "has_auxiliary_place_type.yaml", - "has_auxiliary_platform.yaml", - "has_auxiliary_platform_identifier.yaml", - "has_auxiliary_platform_type.yaml", - "has_av_equipment.yaml", - "has_availability_timespan.yaml", - "has_available_caption_language.yaml", - "has_average_entry_duration_seconds.yaml", - "has_average_scene_duration_seconds.yaml", - "has_boundary.yaml", - "has_budget.yaml", - "has_climate_control.yaml", - "has_clipping.yaml", - "has_collection.yaml", - "has_computer_terminal.yaml", - "has_deacidification_facility.yaml", - "has_derived_observation.yaml", - "has_feature_type.yaml", - "has_fellows_program.yaml", - "has_forklift_access.yaml", - "has_fume_hood.yaml", - "has_geospatial_location.yaml", - "has_hands_on_facility.yaml", - "has_imaging_equipment.yaml", - "has_iso_3166_1_alpha_2_code.yaml", - "has_iso_3166_1_alpha_3_code.yaml", - "has_link.yaml", - "has_loading_dock.yaml", - "has_local_collection.yaml", - "has_locker.yaml", - "has_member.yaml", - "has_michelin_star.yaml", - "has_microfilm_reader.yaml", - "has_narrower_instance.yaml", - "has_observation.yaml", - "has_operational_archive.yaml", - "has_operational_unit.yaml", - "has_or_had_abbreviation.yaml", - "has_or_had_about_text.yaml", - "has_or_had_academic_affiliation.yaml", - "has_or_had_academic_program.yaml", - "has_or_had_access_condition.yaml", - "has_or_had_access_control.yaml", - "has_or_had_access_description.yaml", - "has_or_had_access_frequency.yaml", - "has_or_had_access_level.yaml", - "has_or_had_access_management.yaml", - "has_or_had_access_policy.yaml", - "has_or_had_access_policy_reference.yaml", - "has_or_had_access_restriction.yaml", - "has_or_had_access_right.yaml", - "has_or_had_access_trigger_event.yaml", - "has_or_had_accessibility_feature.yaml", - "has_or_had_account_identifier.yaml", - "has_or_had_account_name.yaml", - "has_or_had_account_status.yaml", - "has_or_had_accreditation.yaml", - "has_or_had_accreditation_body.yaml", - "has_or_had_acquisition_budget.yaml", - "has_or_had_activity.yaml", - "has_or_had_activity_or_society_membership.yaml", - "has_or_had_activity_type.yaml", - "has_or_had_address.yaml", - "has_or_had_admin_staff_count.yaml", - "has_or_had_admission_fee.yaml", - "has_or_had_affected_territory.yaml", - "has_or_had_affected_unit.yaml", - "has_or_had_affiliated_university.yaml", - "has_or_had_affiliation.yaml", - "has_or_had_alternative_name.yaml", - "has_or_had_alternative_observed_name.yaml", - "has_or_had_animal_species_count.yaml", - "has_or_had_annual_participant_count.yaml", - "has_or_had_annual_revenue.yaml", - "has_or_had_api_endpoint.yaml", - "has_or_had_appellation.yaml", - "has_or_had_appraisal_policy.yaml", - "has_or_had_architect.yaml", - "has_or_had_archival_status.yaml", - "has_or_had_archive_branch.yaml", - "has_or_had_archive_scope.yaml", - "has_or_had_area.yaml", - "has_or_had_area_served.yaml", - "has_or_had_arrangement_system.yaml", - "has_or_had_artist_representation.yaml", - "has_or_had_artwork_count.yaml", - "has_or_had_assigned_processor.yaml", - "has_or_had_associated_auxiliary_platform.yaml", - "has_or_had_associated_custodian.yaml", - "has_or_had_associated_digital_platform.yaml", - "has_or_had_audience_size.yaml", - "has_or_had_audit_status.yaml", - "has_or_had_author.yaml", - "has_or_had_auxiliary_entities.yaml", - "has_or_had_based_on_observation.yaml", - "has_or_had_beneficiary.yaml", - "has_or_had_category_assessment.yaml", - "has_or_had_chapter.yaml", - "has_or_had_code.yaml", - "has_or_had_collection.yaml", - "has_or_had_collection_narrower_type.yaml", - "has_or_had_comment.yaml", - "has_or_had_comment_reply.yaml", - "has_or_had_comprehensive_overview.yaml", - "has_or_had_condition.yaml", - "has_or_had_condition_note.yaml", - "has_or_had_conservation_activity.yaml", - "has_or_had_conservation_record.yaml", - "has_or_had_conversion_rate.yaml", - "has_or_had_curation_activity.yaml", - "has_or_had_currency.yaml", - "has_or_had_custodian.yaml", - "has_or_had_custodian_name.yaml", - "has_or_had_custodian_observation.yaml", - "has_or_had_custodian_type.yaml", - "has_or_had_data_quality_flag.yaml", - "has_or_had_data_service_endpoint.yaml", - "has_or_had_date_of_birth.yaml", - "has_or_had_depositing_organization.yaml", - "has_or_had_description.yaml", - "has_or_had_detected.yaml", - "has_or_had_detected_face.yaml", - "has_or_had_detected_landmark.yaml", - "has_or_had_detected_logo.yaml", - "has_or_had_detected_object.yaml", - "has_or_had_diarization_segment.yaml", - "has_or_had_digital_platform.yaml", - "has_or_had_documentation.yaml", - "has_or_had_documentation_source.yaml", - "has_or_had_domain.yaml", - "has_or_had_encompass.yaml", - "has_or_had_environmental_condition.yaml", - "has_or_had_environmental_zone.yaml", - "has_or_had_essay.yaml", - "has_or_had_examination_method.yaml", - "has_or_had_exhibition.yaml", - "has_or_had_exhibition_catalog.yaml", - "has_or_had_expenses.yaml", - "has_or_had_exposed_collection.yaml", - "has_or_had_external_resource.yaml", - "has_or_had_facility.yaml", - "has_or_had_feature.yaml", - "has_or_had_featured_item.yaml", - "has_or_had_featured_object.yaml", - "has_or_had_finding_aid.yaml", - "has_or_had_fond.yaml", - "has_or_had_format.yaml", - "has_or_had_frequency.yaml", - "has_or_had_function.yaml", - "has_or_had_generate.yaml", - "has_or_had_head.yaml", - "has_or_had_holds_record_set_type.yaml", - "has_or_had_hypernym.yaml", - "has_or_had_hyponym.yaml", - "has_or_had_ich_safeguarding_measure.yaml", - "has_or_had_identifier.yaml", - "has_or_had_identify.yaml", - "has_or_had_implementing_organisation.yaml", - "has_or_had_involved_actor.yaml", - "has_or_had_iot_device.yaml", - "has_or_had_key_archive.yaml", - "has_or_had_key_date.yaml", - "has_or_had_key_period.yaml", - "has_or_had_label.yaml", - "has_or_had_language.yaml", - "has_or_had_linked_data_endpoint.yaml", - "has_or_had_loaned_object.yaml", - "has_or_had_managed_by_cm.yaml", - "has_or_had_managed_collection.yaml", - "has_or_had_manages_collection.yaml", - "has_or_had_measurement_unit.yaml", - "has_or_had_member.yaml", - "has_or_had_member_custodian.yaml", - "has_or_had_membership.yaml", - "has_or_had_method.yaml", - "has_or_had_methodology.yaml", - "has_or_had_music_segment.yaml", - "has_or_had_note.yaml", - "has_or_had_notes.yaml", - "has_or_had_open_access_endpoint.yaml", - "has_or_had_opening_hour.yaml", - "has_or_had_operate.yaml", - "has_or_had_operates_platform_type.yaml", - "has_or_had_operates_storage_type.yaml", - "has_or_had_organizational_change_event.yaml", - "has_or_had_organizational_structure.yaml", - "has_or_had_page_section.yaml", - "has_or_had_participated_in_event.yaml", - "has_or_had_participated_in_project.yaml", - "has_or_had_period.yaml", - "has_or_had_place_of_birth.yaml", - "has_or_had_policy.yaml", - "has_or_had_portal_data_source.yaml", - "has_or_had_post_type.yaml", - "has_or_had_powered_by_cm.yaml", - "has_or_had_previous_owner.yaml", - "has_or_had_primary_presence_assertion.yaml", - "has_or_had_product_category.yaml", - "has_or_had_program.yaml", - "has_or_had_project.yaml", - "has_or_had_provenance.yaml", - "has_or_had_provenance_event.yaml", - "has_or_had_provenance_path.yaml", - "has_or_had_quantity.yaml", - "has_or_had_range.yaml", - "has_or_had_rationale.yaml", - "has_or_had_registered_dataset.yaml", - "has_or_had_registration_number.yaml", - "has_or_had_related_activity.yaml", - "has_or_had_related_archive.yaml", - "has_or_had_related_event.yaml", - "has_or_had_related_exhibition.yaml", - "has_or_had_related_guide.yaml", - "has_or_had_related_heritage_form.yaml", - "has_or_had_requirement.yaml", - "has_or_had_research_attempt.yaml", - "has_or_had_responsibility.yaml", - "has_or_had_restriction.yaml", - "has_or_had_resulting_unit.yaml", - "has_or_had_revenue.yaml", - "has_or_had_safeguard.yaml", - "has_or_had_scene_segment.yaml", - "has_or_had_scope.yaml", - "has_or_had_score.yaml", - "has_or_had_secondary_label.yaml", - "has_or_had_secondary_system.yaml", - "has_or_had_section_link.yaml", - "has_or_had_security_level.yaml", - "has_or_had_segment.yaml", - "has_or_had_series.yaml", - "has_or_had_service.yaml", - "has_or_had_service_area.yaml", - "has_or_had_short_code.yaml", - "has_or_had_silence_segment.yaml", - "has_or_had_social_media_profile.yaml", - "has_or_had_sound_event_type.yaml", - "has_or_had_speech_segment.yaml", - "has_or_had_staff_member.yaml", - "has_or_had_standard.yaml", - "has_or_had_status.yaml", - "has_or_had_storage_condition.yaml", - "has_or_had_storage_facility.yaml", - "has_or_had_storage_unit.yaml", - "has_or_had_stores_collection.yaml", - "has_or_had_strategic_objective.yaml", - "has_or_had_sub_collection.yaml", - "has_or_had_sub_department.yaml", - "has_or_had_sub_guide.yaml", - "has_or_had_sub_section.yaml", - "has_or_had_suborganization.yaml", - "has_or_had_text.yaml", - "has_or_had_text_region.yaml", - "has_or_had_text_segment.yaml", - "has_or_had_thematic_route.yaml", - "has_or_had_time_interval.yaml", - "has_or_had_tracked_in_cm.yaml", - "has_or_had_transmission_method.yaml", - "has_or_had_treatment.yaml", - "has_or_had_type.yaml", - "has_or_had_unit.yaml", - "has_or_had_url.yaml", - "has_or_had_used_source.yaml", - "has_or_had_venue.yaml", - "has_or_had_verification_status.yaml", - "has_or_had_version.yaml", - "has_or_had_web_claim.yaml", - "has_or_had_writing_system.yaml", - "has_outdoor_seating.yaml", - "has_person_name.yaml", - "has_person_observation.yaml", - "has_publication_series.yaml", - "has_research_library.yaml", - "has_security_system.yaml", - "has_sub_branch.yaml", - "has_suborganization.yaml", - "has_supervised_handling.yaml", - "has_timespan.yaml", - "has_unit.yaml", - "has_wifi.yaml", - "hazard.yaml", - "hc_id.yaml", - "hc_preset_uri.yaml", - "heading_level.yaml", - "heading_text.yaml", - "heading_text_en.yaml", - "headline.yaml", - "heritage_designation_date.yaml", - "heritage_education.yaml", - "heritage_employer.yaml", - "heritage_form_description.yaml", - "heritage_form_id.yaml", - "heritage_form_name.yaml", - "heritage_holding.yaml", - "heritage_mandate.yaml", - "heritage_practice.yaml", - "heritage_relevance.yaml", - "heritage_relevance_score.yaml", - "heritage_relevant_count.yaml", - "heritage_relevant_percentage.yaml", - "heritage_society_subtype.yaml", - "heritage_status.yaml", - "heritage_type.yaml", - "heritage_type_classification.yaml", - "heritage_type_code.yaml", - "higher_classification.yaml", - "historic_building_description.yaml", - "historic_building_id.yaml", - "historic_building_name.yaml", - "historic_garden_designation.yaml", - "historical_region.yaml", - "holy_site_subtype.yaml", - "homepage_web_address.yaml", - "hosts_branch.yaml", - "house_number.yaml", - "html_file.yaml", - "html_snapshot_path.yaml", - "http_status_code.yaml", - "humidity_max.yaml", - "humidity_min.yaml", - "humidity_target.yaml", - "humidity_tolerance.yaml", - "hypernym_event_type.yaml", - "ich_domain.yaml", - "ich_transmission_method.yaml", - "iconography.yaml", - "id.yaml", - "identification_qualifier.yaml", - "identified_by.yaml", - "identifier.yaml", - "identifier_format.yaml", - "identifier_format_used.yaml", - "identifier_lookup_score.yaml", - "identifier_scheme.yaml", - "identifier_value.yaml", - "identifies_custodian.yaml", - "iiif_compatible.yaml", - "iiif_support.yaml", - "illustration.yaml", - "image_url.yaml", - "impact_measurement.yaml", - "implements_agenda.yaml", - "implements_auxiliary_platform.yaml", - "implements_digital_platform.yaml", - "inbound_from.yaml", - "includes_bounding_box.yaml", - "includes_handwriting.yaml", - "includes_music_description.yaml", - "includes_object_tracking.yaml", - "includes_or_included.yaml", - "includes_segmentation_mask.yaml", - "includes_sound_description.yaml", - "includes_speaker.yaml", - "includes_speaker_identification.yaml", - "includes_timestamp.yaml", - "info_session_date.yaml", - "initial.yaml", - "innovation_budget.yaml", - "inscription.yaml", - "installation_date.yaml", - "installed_at_place.yaml", - "instance_of.yaml", - "institution_function.yaml", - "institution_linkedin_url.yaml", - "institution_name.yaml", - "insurance_currency.yaml", - "insurance_provider.yaml", - "insurance_value.yaml", - "intangible_heritage_subtype.yaml", - "interlibrary_loan.yaml", - "internal_funding.yaml", - "international.yaml", - "inventory_number.yaml", - "inventory_web_address.yaml", - "is_accessible.yaml", - "is_accredited.yaml", - "is_active.yaml", - "is_annex_of_reading_room.yaml", - "is_approximate.yaml", - "is_auto_generated.yaml", - "is_auxiliary_of_place.yaml", - "is_auxiliary_of_platform.yaml", - "is_background.yaml", - "is_branch_of.yaml", - "is_closed_caption.yaml", - "is_current_position.yaml", - "is_current_version.yaml", - "is_embeddable.yaml", - "is_heritage_relevant.yaml", - "is_historical_boundary.yaml", - "is_leased.yaml", - "is_legal_status_of.yaml", - "is_licensed_content.yaml", - "is_made_for_kid.yaml", - "is_mandatory.yaml", - "is_member_of.yaml", - "is_official_assessment.yaml", - "is_official_content.yaml", - "is_open_to_public.yaml", - "is_or_was_about_digital_presence.yaml", - "is_or_was_access_restricted.yaml", - "is_or_was_active_since.yaml", - "is_or_was_affected_by_event.yaml", - "is_or_was_aggregated_by.yaml", - "is_or_was_allocated_budget.yaml", - "is_or_was_allocated_by.yaml", - "is_or_was_also_allocation_agency.yaml", - "is_or_was_approved_by.yaml", - "is_or_was_approximate.yaml", - "is_or_was_archive_department_of.yaml", - "is_or_was_archived_at.yaml", - "is_or_was_archived_in.yaml", - "is_or_was_asserted_by.yaml", - "is_or_was_associated_with.yaml", - "is_or_was_available.yaml", - "is_or_was_collection_of.yaml", - "is_or_was_created_through.yaml", - "is_or_was_derived_from.yaml", - "is_or_was_encompassed_by.yaml", - "is_or_was_equivalent_to.yaml", - "is_or_was_generated_by.yaml", - "is_or_was_instance_of.yaml", - "is_or_was_located_within.yaml", - "is_or_was_managed_by.yaml", - "is_or_was_member_of.yaml", - "is_or_was_part_of_archive_series.yaml", - "is_or_was_platform_of.yaml", - "is_or_was_real.yaml", - "is_or_was_related_to.yaml", - "is_or_was_required.yaml", - "is_or_was_revision_of.yaml", - "is_or_was_sub_collection_of.yaml", - "is_or_was_suborganization_of.yaml", - "is_or_was_succeeded_by.yaml", - "is_or_was_transferred.yaml", - "is_or_was_verified_by.yaml", - "is_or_was_webarchived_at.yaml", - "is_overlapping.yaml", - "is_part_of_complex.yaml", - "is_permanent.yaml", - "is_primary_digital_presence.yaml", - "is_public_facing.yaml", - "is_rebuilding.yaml", - "is_recognized.yaml", - "is_recurring.yaml", - "is_sdh.yaml", - "is_sub_guide.yaml", - "is_temporary.yaml", - "is_type_specimen.yaml", - "is_verified.yaml", - "isbn.yaml", - "isbn_13.yaml", - "isil.yaml", - "iso_3166_2_code.yaml", - "iso_standard.yaml", - "issn.yaml", - "issued_call.yaml", - "issuing_organisation.yaml", - "item.yaml", - "iucn_status.yaml", - "job_description.yaml", - "job_title.yaml", - "jurisdiction.yaml", - "jurisdiction_id.yaml", - "jurisdiction_level.yaml", - "jurisdiction_type.yaml", - "justification.yaml", - "keyframe_extraction.yaml", - "keyword.yaml", - "kien_registration_date.yaml", - "kien_url.yaml", - "knowledge_transmission.yaml", - "lab_description.yaml", - "lab_id.yaml", - "lab_name.yaml", - "label_de.yaml", - "label_es.yaml", - "label_fr.yaml", - "label_it.yaml", - "label_nl.yaml", - "label_pt.yaml", - "landmark_confidence.yaml", - "landmark_geonames_id.yaml", - "landmark_label.yaml", - "landmark_segment.yaml", - "landmark_wikidata_id.yaml", - "language.yaml", - "language_code.yaml", - "language_name.yaml", - "language_raw.yaml", - "languages_detected.yaml", - "languages_raw.yaml", - "last_modified.yaml", - "latency_ms.yaml", - "latitude.yaml", - "launch_date.yaml", - "lease_expiry.yaml", - "legacy_planning.yaml", - "legal_basis.yaml", - "legal_entity_type.yaml", - "legal_form.yaml", - "legal_jurisdiction.yaml", - "legal_name.yaml", - "legal_note.yaml", - "legal_provenance_note.yaml", - "legal_responsibility_basis.yaml", - "legal_responsibility_end_date.yaml", - "legal_responsibility_start_date.yaml", - "legal_status.yaml", - "legal_system_type.yaml", - "lender.yaml", - "lender_contact.yaml", - "lending_policy.yaml", - "library_catalog_url.yaml", - "library_search_score.yaml", - "library_subtype.yaml", - "license.yaml", - "life_stage.yaml", - "lifecycle_phase_type.yaml", - "light_max_lux.yaml", - "like_count.yaml", - "likelihood_confidence.yaml", - "likelihood_factor.yaml", - "likelihood_level.yaml", - "likelihood_score.yaml", - "likely_whatsapp_proficient.yaml", - "link_context.yaml", - "link_rationale.yaml", - "link_text.yaml", - "link_type.yaml", - "link_url.yaml", - "linked_class_name.yaml", - "linked_data.yaml", - "linked_data_access.yaml", - "linked_data_export.yaml", - "linked_to_collection.yaml", - "linkedin_profile_path.yaml", - "linkedin_profile_url.yaml", - "linkedin_url.yaml", - "list_item.yaml", - "literal_name.yaml", - "live_broadcast_content.yaml", - "living_collection.yaml", - "llm_response.yaml", - "loan_agreement_url.yaml", - "loan_end_date.yaml", - "loan_history.yaml", - "loan_id.yaml", - "loan_note.yaml", - "loan_number.yaml", - "loan_purpose.yaml", - "loan_start_date.yaml", - "loan_status.yaml", - "loan_timespan.yaml", - "loan_type.yaml", - "locality.yaml", - "located_at.yaml", - "location.yaml", - "location_browse_score.yaml", - "location_name.yaml", - "logo_bbox.yaml", - "logo_confidence.yaml", - "logo_label.yaml", - "logo_organization.yaml", - "logo_segment.yaml", - "long_name.yaml", - "longitude.yaml", - "lot_number.yaml", - "maintained_by.yaml", - "maintenance_schedule.yaml", - "major_city.yaml", - "major_research_project.yaml", - "managed_by.yaml", - "manages_collection.yaml", - "managing_unit.yaml", - "mandate.yaml", - "marginalia.yaml", - "martyred.yaml", - "material_composition.yaml", - "material_specialization.yaml", - "materials_used.yaml", - "max_annual_light_exposure.yaml", - "max_group_size.yaml", - "max_light_lux.yaml", - "max_likelihood_score.yaml", - "maximal_of_maximal.yaml", - "maximum_amount.yaml", - "measurement_data.yaml", - "medium.yaml", - "member_of.yaml", - "membership_criteria.yaml", - "membership_required.yaml", - "membership_size.yaml", - "metadata_standard.yaml", - "method.yaml", - "metrics_observed_at.yaml", - "metrics_observed_date.yaml", - "michelin_star.yaml", - "minimal_of_minimal.yaml", - "minimum_amount.yaml", - "minimum_partner.yaml", - "mission_statement.yaml", - "mixed_governance_structure.yaml", - "model.yaml", - "model_architecture.yaml", - "model_provider.yaml", - "model_task.yaml", - "model_version.yaml", - "modified.yaml", - "monitoring_platform.yaml", - "monitoring_platform_url.yaml", - "monument_number.yaml", - "motivation_type_description.yaml", - "motivation_type_id.yaml", - "motivation_type_name.yaml", - "multilingual_label.yaml", - "museum_search_score.yaml", - "museum_subtype.yaml", - "museum_type_classification.yaml", - "music_confidence.yaml", - "music_detected.yaml", - "music_end_seconds.yaml", - "music_genre.yaml", - "music_genres_detected.yaml", - "music_segment_confidence.yaml", - "music_start_seconds.yaml", - "music_type.yaml", - "mutual_connections_text.yaml", - "name.yaml", - "name_authority.yaml", - "name_language.yaml", - "name_local.yaml", - "name_specification.yaml", - "name_type.yaml", - "name_validity_period.yaml", - "narrower_concept.yaml", - "narrower_type.yaml", - "nazi_era_flag.yaml", - "nesting_level.yaml", - "network_analysis.yaml", - "nl.yaml", - "no_fabrication.yaml", - "noise_floor_db.yaml", - "nonprofit_subtype.yaml", - "notarial_deed_number.yaml", - "notary_name.yaml", - "notary_office.yaml", - "note.yaml", - "note_content.yaml", - "note_date.yaml", - "note_type.yaml", - "oai_pmh_endpoint.yaml", - "object_alternate_name.yaml", - "object_bbox.yaml", - "object_classes_detected.yaml", - "object_collection_id.yaml", - "object_confidence.yaml", - "object_description.yaml", - "object_id.yaml", - "object_label.yaml", - "object_name.yaml", - "object_ref.yaml", - "object_segment.yaml", - "object_type.yaml", - "object_wikidata_id.yaml", - "objective.yaml", - "objects_added.yaml", - "objects_affected.yaml", - "objects_count.yaml", - "objects_removed.yaml", - "observation.yaml", - "observation_context.yaml", - "observation_date.yaml", - "observation_id.yaml", - "observation_note.yaml", - "observation_period.yaml", - "observation_ref.yaml", - "observation_source.yaml", - "observed_entity.yaml", - "observed_in.yaml", - "observed_name.yaml", - "observer_affiliation.yaml", - "observer_name.yaml", - "observer_type.yaml", - "occupation.yaml", - "oclc_number.yaml", - "offered_by.yaml", - "offers_donation_scheme.yaml", - "official_institution_subtype.yaml", - "online_shop.yaml", - "open_source.yaml", - "opening_hour.yaml", - "operated_by.yaml", - "operating_budget.yaml", - "operating_hour.yaml", - "operational_status.yaml", - "operator.yaml", - "organization_legal_form.yaml", - "organization_name.yaml", - "organization_type.yaml", - "organizational_change_score.yaml", - "organizational_level.yaml", - "organizational_mission.yaml", - "organizational_principle.yaml", - "organizational_principle_uri.yaml", - "organizational_structure.yaml", - "organized_by.yaml", - "organizing_body.yaml", - "origin_location.yaml", - "origin_period.yaml", - "original_end_date.yaml", - "osm_id.yaml", - "outbound_condition_report_url.yaml", - "outbound_to.yaml", - "outdoor_seating_capacity.yaml", - "outdoor_site_description.yaml", - "outdoor_site_id.yaml", - "outdoor_site_name.yaml", - "outdoor_site_type.yaml", - "overall_confidence.yaml", - "overall_status.yaml", - "oversight_jurisdiction.yaml", - "ownership_stamp.yaml", - "page.yaml", - "page_count.yaml", - "page_section.yaml", - "page_title.yaml", - "paragraph_count.yaml", - "parallel_title.yaml", - "parent_chapter_id.yaml", - "parent_collection.yaml", - "parent_corporation.yaml", - "parent_custodian.yaml", - "parent_department.yaml", - "parent_programme.yaml", - "parent_society.yaml", - "parent_unit.yaml", - "part_of_collection.yaml", - "part_of_custodian_collection.yaml", - "part_of_event.yaml", - "part_of_facility.yaml", - "part_of_storage.yaml", - "part_of_zone.yaml", - "part_type.yaml", - "participant_count.yaml", - "participating_custodian.yaml", - "participating_institution.yaml", - "particulate_max.yaml", - "partner_institution.yaml", - "partnership_model.yaml", - "partnership_required.yaml", - "patronym.yaml", - "payment_frequency.yaml", - "pdf_url.yaml", - "performance_datetime.yaml", - "performance_description.yaml", - "performance_duration.yaml", - "performance_id.yaml", - "performance_location.yaml", - "performance_name.yaml", - "performance_note.yaml", - "performance_of.yaml", - "performance_repertoire.yaml", - "performance_venue.yaml", - "performed_by.yaml", - "performer.yaml", - "period.yaml", - "period_covered.yaml", - "period_description.yaml", - "period_end.yaml", - "period_name.yaml", - "period_start.yaml", - "permanent_location.yaml", - "permission_required.yaml", - "person_claim_id.yaml", - "person_claim_note.yaml", - "person_claim_type.yaml", - "person_claim_value.yaml", - "person_html_file.yaml", - "person_id.yaml", - "person_name.yaml", - "person_research_score.yaml", - "person_xpath.yaml", - "person_xpath_match_score.yaml", - "personal_collection_subtype.yaml", - "personnel_budget.yaml", - "pest_management_required.yaml", - "photograph.yaml", - "physical_location.yaml", - "pipeline_stage.yaml", - "place_custodian_ref.yaml", - "place_description.yaml", - "place_designation.yaml", - "place_language.yaml", - "place_name.yaml", - "place_note.yaml", - "place_of_publication.yaml", - "place_specificity.yaml", - "planned_closure_date.yaml", - "planned_end.yaml", - "planned_start.yaml", - "plant_species_count.yaml", - "platform_description.yaml", - "platform_id.yaml", - "platform_name.yaml", - "platform_of.yaml", - "platform_purpose.yaml", - "platform_type.yaml", - "platform_type_category.yaml", - "platform_type_description.yaml", - "platform_type_id.yaml", - "platform_type_name.yaml", - "platform_url.yaml", - "policy_approved_by.yaml", - "policy_authority.yaml", - "policy_description.yaml", - "policy_effective_from.yaml", - "policy_effective_to.yaml", - "policy_id.yaml", - "policy_name.yaml", - "policy_review_date.yaml", - "policy_text.yaml", - "portal_description.yaml", - "portal_id.yaml", - "portal_language.yaml", - "portal_name.yaml", - "portal_status.yaml", - "portal_type.yaml", - "portal_type_category.yaml", - "portal_type_description.yaml", - "portal_type_id.yaml", - "portal_type_name.yaml", - "portal_typical_domain.yaml", - "portal_url.yaml", - "post_count.yaml", - "post_id.yaml", - "post_type_activity_streams_type.yaml", - "post_type_category.yaml", - "post_type_description.yaml", - "post_type_ephemeral.yaml", - "post_type_heritage_use_case.yaml", - "post_type_id.yaml", - "post_type_max_duration.yaml", - "post_type_media_format.yaml", - "post_type_name.yaml", - "post_type_schema_org_type.yaml", - "post_type_supported_platform.yaml", - "post_url.yaml", - "postal_code.yaml", - "posted_by_profile.yaml", - "power_source.yaml", - "powers_platform.yaml", - "practitioner_community.yaml", - "preceding_activity.yaml", - "preferred_label.yaml", - "preferred_name.yaml", - "preparation_date.yaml", - "prepared_by.yaml", - "preservation_approach.yaml", - "preservation_budget.yaml", - "preservation_event_type.yaml", - "preservation_level.yaml", - "preservation_method.yaml", - "preservation_note.yaml", - "preservation_purpose.yaml", - "preservation_requirement.yaml", - "preservation_standard.yaml", - "preservative_detail.yaml", - "previous_observation.yaml", - "price.yaml", - "price_currency.yaml", - "price_text.yaml", - "primary.yaml", - "primary_audio_event_type.yaml", - "primary_heritage_type.yaml", - "primary_register.yaml", - "primary_speaker.yaml", - "primary_system.yaml", - "printer_publisher.yaml", - "priority.yaml", - "privacy_note.yaml", - "processing_completed_date.yaml", - "processing_duration_seconds.yaml", - "processing_priority.yaml", - "processing_started_date.yaml", - "processing_status.yaml", - "production_method.yaml", - "proficiency_level.yaml", - "profile_data.yaml", - "profile_description.yaml", - "profile_image_url.yaml", - "profile_linkedin_url.yaml", - "profile_location.yaml", - "profile_name.yaml", - "profile_url.yaml", - "program_activity.yaml", - "programme_period.yaml", - "programme_year.yaml", - "programming_language.yaml", - "programs_offered.yaml", - "project_description.yaml", - "project_id.yaml", - "project_identifier.yaml", - "project_name.yaml", - "project_short_name.yaml", - "project_status.yaml", - "project_url.yaml", - "prompt_token.yaml", - "pronoun.yaml", - "protocol.yaml", - "protocol_name.yaml", - "protocol_version.yaml", - "provenance.yaml", - "provenance_note.yaml", - "provenance_statement.yaml", - "provenance_text.yaml", - "provider.yaml", - "provides_access_to.yaml", - "provides_or_provided_provenance_to.yaml", - "public_access.yaml", - "public_education.yaml", - "publication_activity.yaml", - "publication_date.yaml", - "publication_output.yaml", - "publication_place.yaml", - "publication_series_name.yaml", - "published_at.yaml", - "published_by.yaml", - "publisher.yaml", - "publishes_to.yaml", - "purpose.yaml", - "purpose_clause.yaml", - "rationale.yaml", - "raw_subtitle_content.yaml", - "reading_room_description.yaml", - "reading_room_id.yaml", - "reading_room_name.yaml", - "reading_room_type.yaml", - "reason_description.yaml", - "reasoning_content.yaml", - "recognized_person_name.yaml", - "recommendation.yaml", - "reconstruction_method.yaml", - "record_count.yaml", - "record_date.yaml", - "record_equivalent.yaml", - "record_format.yaml", - "record_holder.yaml", - "record_holder_note.yaml", - "record_id.yaml", - "record_note.yaml", - "record_set_type.yaml", - "record_timespan.yaml", - "record_type.yaml", - "recording_available.yaml", - "recording_url.yaml", - "recurrence_pattern.yaml", - "refers_to_access_policy.yaml", - "refers_to_custodian.yaml", - "refers_to_legal_status.yaml", - "refers_to_person.yaml", - "refers_to_storage.yaml", - "region.yaml", - "region_bbox.yaml", - "region_confidence.yaml", - "region_language.yaml", - "region_text.yaml", - "region_type.yaml", - "register_abbreviation.yaml", - "register_id.yaml", - "register_name.yaml", - "register_name_local.yaml", - "register_type.yaml", - "registered_office_clause.yaml", - "registration_authority.yaml", - "registration_date.yaml", - "registration_required.yaml", - "regulatory_authority.yaml", - "related.yaml", - "related_agenda.yaml", - "related_call.yaml", - "related_concept.yaml", - "related_loan.yaml", - "related_project.yaml", - "relationship.yaml", - "religion.yaml", - "religious_function.yaml", - "religious_tradition.yaml", - "remediation_note.yaml", - "remediation_required.yaml", - "repertoire.yaml", - "replaces_primary_location.yaml", - "report_document.yaml", - "report_url.yaml", - "reported_date.yaml", - "reporting_period_end.yaml", - "reporting_period_start.yaml", - "repository_software.yaml", - "repository_url.yaml", - "request_date.yaml", - "request_id.yaml", - "requirement_id.yaml", - "requirement_text.yaml", - "requirement_type.yaml", - "requirement_unit.yaml", - "requirement_value.yaml", - "requires_appointment.yaml", - "requires_articles_at_registration.yaml", - "requires_dark_storage.yaml", - "requires_dust_free.yaml", - "requires_esd_protection.yaml", - "requires_qualification.yaml", - "requires_registration.yaml", - "requires_research.yaml", - "requires_separate_registration.yaml", - "requires_uv_filter.yaml", - "research_center_description.yaml", - "research_center_id.yaml", - "research_center_name.yaml", - "research_center_subtype.yaml", - "research_center_type.yaml", - "research_department.yaml", - "research_focus.yaml", - "research_focus_area.yaml", - "research_infrastructure.yaml", - "research_program.yaml", - "research_project.yaml", - "reservation_required.yaml", - "resource_description.yaml", - "response_format.yaml", - "responsible_actor.yaml", - "responsible_agent.yaml", - "responsible_department.yaml", - "responsible_legal_entity.yaml", - "restriction_category.yaml", - "restriction_description.yaml", - "restriction_reason.yaml", - "restriction_type.yaml", - "results_expected_date.yaml", - "retention_period_year.yaml", - "retention_schedule.yaml", - "retention_tracking.yaml", - "retrieval_agent.yaml", - "retrieval_method.yaml", - "retrieval_timestamp.yaml", - "retrieved_by.yaml", - "retrieved_on.yaml", - "return_condition_report_url.yaml", - "review_date.yaml", - "review_status.yaml", - "revision_date.yaml", - "revision_number.yaml", - "rights_statement.yaml", - "rights_statement_url.yaml", - "role_category.yaml", - "role_end_date.yaml", - "role_id.yaml", - "role_name.yaml", - "role_name_local.yaml", - "role_start_date.yaml", - "role_title.yaml", - "route_description.yaml", - "route_id.yaml", - "route_keyword.yaml", - "route_relevance_to_heritage.yaml", - "route_title.yaml", - "row_number.yaml", - "safeguarded_by.yaml", - "safeguarding_measure.yaml", - "safety_certification.yaml", - "sales_activity.yaml", - "scene_count.yaml", - "scene_types_detected.yaml", - "scheme_description.yaml", - "scheme_id.yaml", - "scheme_name.yaml", - "scheme_type.yaml", - "scheme_url.yaml", - "scope.yaml", - "scope_exclude.yaml", - "scope_include.yaml", - "scrape_method.yaml", - "scraped_timestamp.yaml", - "script_type.yaml", - "seasonal_hour.yaml", - "seating_capacity.yaml", - "secondary.yaml", - "section_id.yaml", - "secularization_status.yaml", - "security_level.yaml", - "segment_confidence.yaml", - "segment_end_seconds.yaml", - "segment_index.yaml", - "segment_language.yaml", - "segment_start_seconds.yaml", - "segment_text.yaml", - "sensory_heritage_domain.yaml", - "sentence_count.yaml", - "served_by.yaml", - "serves_finding_aid.yaml", - "serves_function_of.yaml", - "serves_or_served.yaml", - "serves_staff.yaml", - "serves_visitors_only.yaml", - "service_area.yaml", - "service_area_description.yaml", - "service_area_id.yaml", - "service_area_name.yaml", - "service_area_type.yaml", - "service_offering.yaml", - "service_portfolio.yaml", - "services_offered.yaml", - "settlement.yaml", - "settlement_name.yaml", - "sex.yaml", - "shares_catalog_with_main.yaml", - "shelf_mark.yaml", - "shelf_number.yaml", - "shipping_method.yaml", - "shop_description.yaml", - "shop_id.yaml", - "shop_name.yaml", - "shop_type.yaml", - "short_name.yaml", - "silence_total_seconds.yaml", - "site_portfolio.yaml", - "skill.yaml", - "slug.yaml", - "snr_db.yaml", - "social_media_example_profile.yaml", - "social_media_feature.yaml", - "social_media_heritage_use_case.yaml", - "social_media_platform_category.yaml", - "social_media_platform_description.yaml", - "social_media_platform_name.yaml", - "social_media_platform_type_id.yaml", - "social_media_profile_id.yaml", - "social_media_url_pattern.yaml", - "social_media_wikidata_id.yaml", - "society_focus.yaml", - "sound_events_detected.yaml", - "source.yaml", - "source_creator.yaml", - "source_dataset.yaml", - "source_date.yaml", - "source_file.yaml", - "source_language_auto_detected.yaml", - "source_metadata.yaml", - "source_organization.yaml", - "source_section.yaml", - "source_type.yaml", - "source_uri.yaml", - "source_url.yaml", - "source_video.yaml", - "source_video_url.yaml", - "space_description.yaml", - "space_name.yaml", - "sparql_endpoint.yaml", - "spatial_resolution.yaml", - "speaker_count.yaml", - "speaker_id.yaml", - "speaker_label.yaml", - "special_collection.yaml", - "special_requirement.yaml", - "specialized_place.yaml", - "specification_url.yaml", - "specificity_agent.yaml", - "specificity_annotation.yaml", - "specificity_rationale.yaml", - "specificity_score.yaml", - "specificity_timestamp.yaml", - "specimen_count.yaml", - "specimen_type.yaml", - "spectrum_procedure.yaml", - "speech_detected.yaml", - "speech_language.yaml", - "speech_language_confidence.yaml", - "speech_text.yaml", - "square_meters.yaml", - "staff_count.yaml", - "staff_id.yaml", - "staff_impact.yaml", - "staff_role.yaml", - "standardized_name.yaml", - "standards_applied.yaml", - "standards_compliance.yaml", - "start.yaml", - "start_date.yaml", - "start_seconds.yaml", - "start_time.yaml", - "started_at_time.yaml", - "starts_or_started_at_location.yaml", - "statement_currency.yaml", - "statement_description.yaml", - "statement_id.yaml", - "statement_language.yaml", - "statement_name.yaml", - "statement_summary.yaml", - "statement_text.yaml", - "statement_type.yaml", - "status.yaml", - "stewardship_model.yaml", - "stewardship_responsibility.yaml", - "storage_description.yaml", - "storage_id.yaml", - "storage_location.yaml", - "storage_name.yaml", - "storage_security_level.yaml", - "storage_type.yaml", - "storage_type_broader.yaml", - "storage_type_code.yaml", - "storage_type_description.yaml", - "storage_type_id.yaml", - "storage_type_label.yaml", - "storage_type_narrower.yaml", - "storage_type_related.yaml", - "stores_object.yaml", - "street_address.yaml", - "street_name.yaml", - "student_service.yaml", - "sub_guide_description.yaml", - "sub_guide_temporal_coverage.yaml", - "sub_guide_type.yaml", - "subdivision_name.yaml", - "subject_area.yaml", - "subject_depicted.yaml", - "subregion.yaml", - "subtitle_format.yaml", - "succeeded_by.yaml", - "successor_collection.yaml", - "successor_portal.yaml", - "supersede.yaml", - "superseded_by.yaml", - "supplier_relationship.yaml", - "supported_format.yaml", - "supported_metadata_standard.yaml", - "supranational_code.yaml", - "surname_prefix.yaml", - "table_of_content.yaml", - "tag.yaml", - "target_audience.yaml", - "target_material.yaml", - "target_name.yaml", - "target_profile.yaml", - "target_relative_humidity.yaml", - "target_temperature_celsius.yaml", - "taste_scent_subtype.yaml", - "tax_deductible.yaml", - "tax_scheme.yaml", - "taxon_name.yaml", - "taxon_remark.yaml", - "taxonomic_authority.yaml", - "taxonomic_rank.yaml", - "teaching_collection.yaml", - "technical_specification.yaml", - "techniques_used.yaml", - "technology_stack.yaml", - "temp_location_description.yaml", - "temp_location_id.yaml", - "temp_location_name.yaml", - "temp_location_reason.yaml", - "temperature_max.yaml", - "temperature_min.yaml", - "temperature_target.yaml", - "temperature_tolerance.yaml", - "template_specificity.yaml", - "temporal_coverage.yaml", - "temporal_extent.yaml", - "terminal_count.yaml", - "text_direction.yaml", - "text_fragment.yaml", - "text_languages_detected.yaml", - "text_region_count.yaml", - "text_types_detected.yaml", - "thematic_area.yaml", - "thematic_scope.yaml", - "thinking_mode.yaml", - "threat.yaml", - "thumbnail_url.yaml", - "time_of_destruction.yaml", - "timestamp_precision.yaml", - "timestamp_value.yaml", - "title.yaml", - "title_en.yaml", - "title_nl.yaml", - "title_proper.yaml", - "to_location.yaml", - "to_owner.yaml", - "to_owner_text.yaml", - "took_place_at.yaml", - "topic.yaml", - "total_annual_budget.yaml", - "total_asset.yaml", - "total_budget.yaml", - "total_budget_amount.yaml", - "total_chapter.yaml", - "total_characters_extracted.yaml", - "total_connections_extracted.yaml", - "total_expense.yaml", - "total_frames_analyzed.yaml", - "total_investment.yaml", - "total_liability.yaml", - "total_net_asset.yaml", - "total_revenue.yaml", - "total_token.yaml", - "track_id.yaml", - "track_name.yaml", - "tracking_ids_assigned.yaml", - "traditional_product.yaml", - "transcript_format.yaml", - "transfer_location.yaml", - "transfer_location_text.yaml", - "transfer_policy.yaml", - "transfer_to_collection_date.yaml", - "transition_types_detected.yaml", - "traveling_venue.yaml", - "treatment_description.yaml", - "treatment_type.yaml", - "type.yaml", - "type_description.yaml", - "type_hypothesis.yaml", - "type_id.yaml", - "type_label.yaml", - "type_scope.yaml", - "type_status.yaml", - "typical_approval_time.yaml", - "typical_condition.yaml", - "typical_domain.yaml", - "typical_grant_range.yaml", - "typical_http_methods.yaml", - "typical_metadata_standard.yaml", - "typical_response_formats.yaml", - "typical_responsibility.yaml", - "typical_scope.yaml", - "typical_technical_feature.yaml", - "unesco_domain.yaml", - "unesco_inscription_year.yaml", - "unesco_list_status.yaml", - "uniform_title.yaml", - "unique_face_count.yaml", - "unique_object_count.yaml", - "unit_affiliation.yaml", - "unit_description.yaml", - "unit_id.yaml", - "unit_identifier.yaml", - "unit_name.yaml", - "unit_type.yaml", - "update_frequency.yaml", - "updated_at.yaml", - "url.yaml", - "url_type.yaml", - "url_value.yaml", - "used.yaml", - "used_by.yaml", - "used_by_custodian.yaml", - "user_community.yaml", - "uv_filtered_required.yaml", - "valid_from.yaml", - "valid_from_geo.yaml", - "valid_to.yaml", - "valid_to_geo.yaml", - "validation_status.yaml", - "validity_period.yaml", - "variant_of_name.yaml", - "vendor_name.yaml", - "vendor_url.yaml", - "verification_date.yaml", - "verified.yaml", - "verified_by.yaml", - "version_number.yaml", - "viability_status.yaml", - "video_category_id.yaml", - "video_comment.yaml", - "video_id.yaml", - "view_count.yaml", - "visiting_hour.yaml", - "visitor_conversion_rate.yaml", - "visitor_count.yaml", - "visitor_facility.yaml", - "visitor_service.yaml", - "volunteer_program.yaml", - "warehouse_description.yaml", - "warehouse_floor_area_sqm.yaml", - "warehouse_id.yaml", - "warehouse_managed_by.yaml", - "warehouse_name.yaml", - "warehouse_security_level.yaml", - "warehouse_type.yaml", - "was_approved_by.yaml", - "was_archived_at.yaml", - "was_asserted_by.yaml", - "was_derived_from.yaml", - "was_generated_by.yaml", - "was_revision_of.yaml", - "web_observation.yaml", - "website.yaml", - "whatsapp_business_likelihood.yaml", - "whatsapp_enrichment.yaml", - "wikidata.yaml", - "wikidata_alignment.yaml", - "wikidata_class.yaml", - "wikidata_description.yaml", - "wikidata_entity.yaml", - "wikidata_entity_id.yaml", - "wikidata_entity_label.yaml", - "wikidata_equivalent.yaml", - "wikidata_id.yaml", - "wikidata_label.yaml", - "wikidata_mapping.yaml", - "wikidata_mapping_rationale.yaml", - "wikidata_mapping_type.yaml", - "wikidata_qid.yaml", - "within_auxiliary_place.yaml", - "within_place.yaml", - "word_count.yaml", - "work_location.yaml", - "workshop_space.yaml", - "worldcat_id.yaml", - "writing_system.yaml", - "xpath.yaml", - "xpath_match_score.yaml", - "xpath_matched_text.yaml", - "years_restricted.yaml", - "zone_description.yaml", - "zone_id.yaml", - "zone_name.yaml", - "zone_type.yaml" - ], - "total_count": 2162 + "files": [ + "accepts_or_accepted.yaml", + "activity_id.yaml", + "affects_or_affected.yaml", + "aggregates_or_aggregated_from.yaml", + "allocates_or_allocated.yaml", + "allows_or_allowed.yaml", + "applies_or_applied_to_call.yaml", + "approved_by.yaml", + "approximate.yaml", + "approximation_level.yaml", + "archive_branches.yaml", + "archive_series.yaml", + "asserted_by.yaml", + "asserts_or_asserted.yaml", + "audio_event_segments.yaml", + "authors.yaml", + "auxiliary_places.yaml", + "auxiliary_platform_id.yaml", + "auxiliary_platforms.yaml", + "base_surname.yaml", + "bay_number.yaml", + "begin_of_the_begin.yaml", + "begin_of_the_end.yaml", + "benefit.yaml", + "bio_custodian_subtype.yaml", + "bio_type_classification.yaml", + "birth_date.yaml", + "birth_place.yaml", + "borrower.yaml", + "borrower_contact.yaml", + "bounding_box.yaml", + "box_number.yaml", + "branch_id.yaml", + "branch_office_id.yaml", + "branch_office_name.yaml", + "branch_service_area.yaml", + "branch_staff_count.yaml", + "budget_currency.yaml", + "budget_status.yaml", + "business_criticality.yaml", + "business_model.yaml", + "cached_token.yaml", + "cadastral_id.yaml", + "calendar_system.yaml", + "call_description.yaml", + "call_id.yaml", + "call_identifier.yaml", + "call_number.yaml", + "call_short_name.yaml", + "call_status.yaml", + "call_title.yaml", + "call_url.yaml", + "canonical_access_rule.yaml", + "canonical_value.yaml", + "capacity.yaml", + "capacity_cubic_meters.yaml", + "capacity_description.yaml", + "capacity_item.yaml", + "capacity_linear_meters.yaml", + "capital_budget.yaml", + "caption_available.yaml", + "card_description.yaml", + "card_description_en.yaml", + "card_image_url.yaml", + "card_title.yaml", + "card_title_en.yaml", + "card_url.yaml", + "carrier_type.yaml", + "carries_information.yaml", + "catalog_description.yaml", + "catalog_entries_count.yaml", + "catalog_for.yaml", + "catalog_id.yaml", + "catalog_raisonne_number.yaml", + "catalog_subtitle.yaml", + "catalog_system.yaml", + "catalog_title.yaml", + "catalog_type.yaml", + "catalog_url.yaml", + "cataloging_standard.yaml", + "category_measurement.yaml", + "category_note.yaml", + "category_status.yaml", + "catering_place_description.yaml", + "catering_place_id.yaml", + "catering_place_name.yaml", + "catering_price_range.yaml", + "catering_type.yaml", + "certainty_level.yaml", + "certainty_note.yaml", + "cessation_observed_in.yaml", + "change_in_net_asset.yaml", + "change_rationale.yaml", + "chapter_description.yaml", + "chapter_end_seconds.yaml", + "chapter_end_time.yaml", + "chapter_id.yaml", + "chapter_index.yaml", + "chapter_source.yaml", + "chapter_start_seconds.yaml", + "chapter_start_time.yaml", + "chapter_thumbnail_timestamp.yaml", + "chapter_thumbnail_url.yaml", + "chapter_title.yaml", + "chapters_generated_at.yaml", + "chapters_source.yaml", + "character_count.yaml", + "circumstances_of_death.yaml", + "cites_appendix.yaml", + "city.yaml", + "claim.yaml", + "claim_extraction_method.yaml", + "claim_id.yaml", + "claim_note.yaml", + "claim_source_url.yaml", + "claim_type.yaml", + "claim_value.yaml", + "claims_count.yaml", + "classification_status.yaml", + "classifies_place.yaml", + "classroom_count.yaml", + "clear_thinking.yaml", + "climate_control_type.yaml", + "closed_space_id.yaml", + "cms_category.yaml", + "cms_detected.yaml", + "cms_id.yaml", + "cms_product_name.yaml", + "cms_product_version.yaml", + "co_funding_required.yaml", + "co_organized_by.yaml", + "collected_in.yaml", + "collecting_scope.yaml", + "collection_access.yaml", + "collection_broader_type.yaml", + "collection_date.yaml", + "collection_description.yaml", + "collection_discovery_score.yaml", + "collection_focus.yaml", + "collection_id.yaml", + "collection_locality_text.yaml", + "collection_location.yaml", + "collection_name.yaml", + "collection_of.yaml", + "collection_purpose.yaml", + "collection_scope.yaml", + "collection_size.yaml", + "collection_type.yaml", + "collection_type_description.yaml", + "collection_type_id.yaml", + "collection_type_name.yaml", + "collection_type_ref.yaml", + "collection_web_address.yaml", + "collections_under_responsibility.yaml", + "collector.yaml", + "colonial.yaml", + "comment_author.yaml", + "comment_author_channel_id.yaml", + "comment_count.yaml", + "comment_id.yaml", + "comment_like_count.yaml", + "comment_published_at.yaml", + "comment_reply_count.yaml", + "comment_text.yaml", + "comment_updated_at.yaml", + "comments_fetched.yaml", + "commercial_activity.yaml", + "commercial_custodian_subtype.yaml", + "commercial_operation.yaml", + "commission_rate.yaml", + "common_name.yaml", + "common_name_language.yaml", + "common_variant.yaml", + "community_engagement.yaml", + "community_significance.yaml", + "completion_token.yaml", + "complex_name.yaml", + "compliance_status.yaml", + "component_type.yaml", + "condition.yaml", + "condition_after.yaml", + "condition_before.yaml", + "condition_description.yaml", + "condition_id.yaml", + "condition_on_return.yaml", + "condition_policy.yaml", + "condition_status.yaml", + "confidence.yaml", + "confidence_method.yaml", + "confidence_score.yaml", + "confidence_value.yaml", + "conflict_status.yaml", + "connection.yaml", + "connection_degree.yaml", + "connection_headline.yaml", + "connection_heritage_relevant.yaml", + "connection_heritage_type.yaml", + "connection_id.yaml", + "connection_linkedin_url.yaml", + "connection_location.yaml", + "connection_name.yaml", + "connection_organization.yaml", + "connections_by_heritage_type.yaml", + "connections_extracted.yaml", + "connections_text.yaml", + "connectivity_type.yaml", + "conservation_breeding.yaml", + "conservation_history.yaml", + "conservation_lab.yaml", + "conservation_note.yaml", + "conservation_specialization.yaml", + "conservation_status.yaml", + "conservator.yaml", + "conservator_affiliation.yaml", + "constituent_type.yaml", + "construction_date.yaml", + "construction_date_precision.yaml", + "contact.yaml", + "contact_email.yaml", + "contact_point.yaml", + "contains_or_contained_collection.yaml", + "contains_or_contained_contains_unit.yaml", + "contains_or_contained_covers_settlement.yaml", + "contains_storage.yaml", + "content.yaml", + "content_block.yaml", + "content_category.yaml", + "content_changed.yaml", + "content_hash.yaml", + "content_id.yaml", + "content_language.yaml", + "content_origin.yaml", + "content_summary.yaml", + "content_title.yaml", + "content_type.yaml", + "content_url.yaml", + "contents_description.yaml", + "contributes_to.yaml", + "contribution_start_date.yaml", + "contributor.yaml", + "contributor_code.yaml", + "coordinate_reference_system.yaml", + "copy_note.yaml", + "copy_number.yaml", + "corporate_integration.yaml", + "cost.yaml", + "cost_currency.yaml", + "cost_usd.yaml", + "count.yaml", + "country.yaml", + "country_name.yaml", + "courier_detail.yaml", + "courier_required.yaml", + "court_types_covered.yaml", + "cover_image_url.yaml", + "cover_material.yaml", + "cover_or_covered_subregion.yaml", + "coverage_area.yaml", + "covers_country.yaml", + "covers_full_video.yaml", + "crawler_version.yaml", + "created.yaml", + "created_by_project.yaml", + "created_date.yaml", + "creating_agency.yaml", + "creating_function.yaml", + "creating_organization.yaml", + "creation_place.yaml", + "creation_timespan.yaml", + "creator.yaml", + "creator_role.yaml", + "credentials_required.yaml", + "css_selector.yaml", + "cuisine_type.yaml", + "cultural_context.yaml", + "cultural_focus_area.yaml", + "cultural_protocol_url.yaml", + "curated_by.yaml", + "curated_holding.yaml", + "currency.yaml", + "current_exhibition.yaml", + "current_item_count.yaml", + "current_keeper.yaml", + "current_location.yaml", + "current_use.yaml", + "current_utilization_percent.yaml", + "custodial_history.yaml", + "custodian.yaml", + "custodian_only.yaml", + "custodian_type_broader.yaml", + "custodian_type_narrower.yaml", + "custodian_type_related.yaml", + "custody_history.yaml", + "cut_count.yaml", + "data_format.yaml", + "data_license_policy.yaml", + "data_repository.yaml", + "data_sensitivity.yaml", + "data_source_whatsapp.yaml", + "data_tier.yaml", + "dataset_description.yaml", + "dataset_identifier.yaml", + "dataset_title.yaml", + "date.yaml", + "date_created.yaml", + "date_identified.yaml", + "date_of_death.yaml", + "date_of_publication.yaml", + "date_precision.yaml", + "date_retrieved.yaml", + "de.yaml", + "dealer_name.yaml", + "death_place.yaml", + "deceased.yaml", + "decommission_date.yaml", + "default_access_policy.yaml", + "default_audio_language.yaml", + "default_language.yaml", + "default_position.yaml", + "defined_by_standard.yaml", + "definition.yaml", + "degree_name.yaml", + "deliverable.yaml", + "departement_code.yaml", + "departement_name.yaml", + "department_code.yaml", + "department_description.yaml", + "department_head.yaml", + "department_id.yaml", + "department_name.yaml", + "deployment_date.yaml", + "derived_from_entity.yaml", + "derived_from_observation.yaml", + "description.yaml", + "description_section.yaml", + "description_text.yaml", + "description_type.yaml", + "detection_count.yaml", + "detection_level.yaml", + "detection_threshold.yaml", + "device_count.yaml", + "device_id.yaml", + "device_manufacturer.yaml", + "device_model.yaml", + "device_name.yaml", + "device_type.yaml", + "diarization_confidence.yaml", + "diarization_enabled.yaml", + "diarization_end_seconds.yaml", + "diarization_speaker_id.yaml", + "diarization_speaker_label.yaml", + "diarization_start_seconds.yaml", + "digital_confidence.yaml", + "digital_indicator.yaml", + "digital_platform.yaml", + "digital_platform_score.yaml", + "digital_presence_type.yaml", + "digital_professional.yaml", + "digital_surrogate.yaml", + "digital_surrogate_url.yaml", + "digitization_budget.yaml", + "digitization_status.yaml", + "dimension.yaml", + "diocese_name.yaml", + "dislike_count.yaml", + "display_location.yaml", + "disposition_service.yaml", + "dissolution_date.yaml", + "dissolve_count.yaml", + "dissolved_date.yaml", + "document_description.yaml", + "document_title.yaml", + "document_type.yaml", + "documentation.yaml", + "documentation_produced.yaml", + "documentation_source.yaml", + "documentation_url.yaml", + "documented_by.yaml", + "documents_budget.yaml", + "doi.yaml", + "domain_context.yaml", + "download_endpoint.yaml", + "drawer_number.yaml", + "dual_class_link.yaml", + "dual_class_role.yaml", + "duration.yaml", + "ead_id.yaml", + "ebook_url.yaml", + "ecclesiastical_province.yaml", + "edition_number.yaml", + "edition_statement.yaml", + "editor.yaml", + "education.yaml", + "education_center_description.yaml", + "education_center_id.yaml", + "education_center_name.yaml", + "education_contact_email.yaml", + "education_description.yaml", + "education_end_year.yaml", + "education_level.yaml", + "education_provider_subtype.yaml", + "education_start_year.yaml", + "education_type_classification.yaml", + "education_years_raw.yaml", + "effective_date.yaml", + "eligible_applicant.yaml", + "eligible_country.yaml", + "embargo_end_date.yaml", + "embargo_reason.yaml", + "emic_name.yaml", + "employer_linkedin_url.yaml", + "employer_name.yaml", + "employment_dates_raw.yaml", + "employment_end_date.yaml", + "employment_start_date.yaml", + "en.yaml", + "encompasses_or_encompassed.yaml", + "encompassing_body.yaml", + "end.yaml", + "end_date.yaml", + "end_of_the_begin.yaml", + "end_of_the_end.yaml", + "end_seconds.yaml", + "end_time.yaml", + "ended_at_time.yaml", + "endorsement_source.yaml", + "endowment_draw.yaml", + "ends_or_ended_at_location.yaml", + "engagement_rate.yaml", + "enriched_date.yaml", + "enrichment_metadata_whatsapp.yaml", + "enrichment_method_whatsapp.yaml", + "entity_types_covered.yaml", + "entry_count.yaml", + "environmental_control.yaml", + "environmental_requirement.yaml", + "environmental_zone_type_code.yaml", + "environmental_zone_type_description.yaml", + "environmental_zone_type_id.yaml", + "environmental_zone_type_label.yaml", + "equipment_type.yaml", + "established_date.yaml", + "estimated_extent.yaml", + "estimated_volume.yaml", + "etag.yaml", + "event.yaml", + "event_cancelled_reason.yaml", + "event_date.yaml", + "event_date_end.yaml", + "event_date_start.yaml", + "event_date_text.yaml", + "event_description.yaml", + "event_documentation.yaml", + "event_en.yaml", + "event_id.yaml", + "event_label.yaml", + "event_location.yaml", + "event_name.yaml", + "event_note.yaml", + "event_status.yaml", + "event_timespan.yaml", + "event_type.yaml", + "event_url.yaml", + "event_venue.yaml", + "evidence_documentation.yaml", + "evidence_gap.yaml", + "example_instance.yaml", + "example_platform.yaml", + "example_portal.yaml", + "execution_date.yaml", + "exhibited_in.yaml", + "exhibition_capacity.yaml", + "exhibition_catalog_url.yaml", + "exhibition_description.yaml", + "exhibition_documentation.yaml", + "exhibition_floor_area_sqm.yaml", + "exhibition_focus.yaml", + "exhibition_id.yaml", + "exhibition_location.yaml", + "exhibition_model.yaml", + "exhibition_name.yaml", + "exhibition_program.yaml", + "exhibition_ref.yaml", + "exhibition_schedule.yaml", + "exhibition_space_description.yaml", + "exhibition_space_id.yaml", + "exhibition_space_name.yaml", + "exhibition_status.yaml", + "exhibition_subtitle.yaml", + "exhibition_timespan.yaml", + "exhibition_type.yaml", + "exhibition_url.yaml", + "exhibition_venue.yaml", + "expected_transfer_date.yaml", + "experience.yaml", + "expertise_area.yaml", + "exposed_via_portal.yaml", + "extension_count.yaml", + "extent.yaml", + "extent_item.yaml", + "extent_text.yaml", + "external_funding.yaml", + "external_identifier.yaml", + "external_link.yaml", + "extraction_agent.yaml", + "extraction_confidence.yaml", + "extraction_date.yaml", + "extraction_metadata.yaml", + "extraction_method.yaml", + "extraction_note.yaml", + "extraction_timestamp.yaml", + "face_bbox.yaml", + "face_confidence.yaml", + "face_segment.yaml", + "facility_design.yaml", + "fade_count.yaml", + "favorite_count.yaml", + "feature_class.yaml", + "feature_code.yaml", + "feature_description.yaml", + "feature_language.yaml", + "feature_name.yaml", + "feature_note.yaml", + "feature_type.yaml", + "feature_type_classification.yaml", + "featured_work.yaml", + "fee_amount.yaml", + "fee_required.yaml", + "feeds_portal.yaml", + "fellows_count.yaml", + "field_number.yaml", + "field_of_study.yaml", + "file_number.yaml", + "filing_id.yaml", + "filing_type.yaml", + "financial_archival_stage.yaml", + "financial_document_format.yaml", + "financial_document_url.yaml", + "finding_aid_access_restriction.yaml", + "finding_aid_description.yaml", + "finding_aid_note.yaml", + "finding_aid_scope_note.yaml", + "finding_aid_temporal_coverage.yaml", + "finding_aid_type.yaml", + "finding_aid_type_definition.yaml", + "finding_aid_type_id.yaml", + "finding_aid_type_name.yaml", + "finding_aids_format.yaml", + "finish_reason.yaml", + "fire_suppression_type.yaml", + "fiscal_year_end.yaml", + "fiscal_year_start.yaml", + "fixity_check_date.yaml", + "fixity_info.yaml", + "flood_protection_required.yaml", + "folio_count.yaml", + "follow_up_date.yaml", + "follower_count.yaml", + "following_activity.yaml", + "following_count.yaml", + "footnote.yaml", + "format.yaml", + "founded_year.yaml", + "founding_date.yaml", + "founding_date_diocese.yaml", + "fr.yaml", + "frame_rate.yaml", + "frame_sample_rate.yaml", + "from_location.yaml", + "from_owner.yaml", + "from_owner_text.yaml", + "full_extracted_text.yaml", + "full_name.yaml", + "full_text.yaml", + "functional_integration.yaml", + "funded_project.yaml", + "funding_amount.yaml", + "funding_call.yaml", + "funding_focus.yaml", + "funding_program.yaml", + "funding_rate.yaml", + "funding_scheme.yaml", + "funding_source.yaml", + "gallery_subtype.yaml", + "gallery_type_classification.yaml", + "gbif_id.yaml", + "gdpr_relevant.yaml", + "genbank_accession.yaml", + "gender_identity.yaml", + "general_heritage_score.yaml", + "generated_by.yaml", + "generation_method.yaml", + "generation_timestamp.yaml", + "geographic_coverage.yaml", + "geographic_restriction.yaml", + "geographic_scope.yaml", + "geometry_type.yaml", + "geometry_wkt.yaml", + "geonames_id.yaml", + "geospatial_id.yaml", + "geospatial_source.yaml", + "ghcid.yaml", + "gift_shop.yaml", + "giftshop_price_range.yaml", + "given_name.yaml", + "glamorcubesfixphdnt_code.yaml", + "gleif_jurisdiction_code.yaml", + "gleif_ra_code.yaml", + "governance_authority.yaml", + "governance_clause.yaml", + "governance_representative.yaml", + "governance_role.yaml", + "governance_structure.yaml", + "governing_body.yaml", + "growth_rate.yaml", + "habitat.yaml", + "halc_adm1_code.yaml", + "halc_adm2_name.yaml", + "handwriting_confidence.yaml", + "has_access_application_url.yaml", + "has_access_interface_url.yaml", + "has_accession_date.yaml", + "has_accession_number.yaml", + "has_accumulation_end_date.yaml", + "has_accumulation_start_date.yaml", + "has_accuracy_in_meters.yaml", + "has_acquisition_date.yaml", + "has_acquisition_history.yaml", + "has_acquisition_method.yaml", + "has_acquisition_source.yaml", + "has_activity_description.yaml", + "has_activity_identifier.yaml", + "has_activity_name.yaml", + "has_activity_timespan.yaml", + "has_activity_type.yaml", + "has_actual_return_date.yaml", + "has_address.yaml", + "has_admin_office_description.yaml", + "has_admin_office_identifier.yaml", + "has_admin_office_name.yaml", + "has_administration.yaml", + "has_administration_description.yaml", + "has_administration_name.yaml", + "has_administrative_level.yaml", + "has_adoption_context.yaml", + "has_age.yaml", + "has_agenda_description.yaml", + "has_agenda_document_url.yaml", + "has_agenda_short_name.yaml", + "has_agenda_title.yaml", + "has_agenda_url.yaml", + "has_agent_name.yaml", + "has_agent_type.yaml", + "has_agreement_signed_date.yaml", + "has_air_changes_per_hour.yaml", + "has_allocation_date.yaml", + "has_alpha_2_code.yaml", + "has_alpha_3_code.yaml", + "has_altitude.yaml", + "has_amendment_history.yaml", + "has_annex_description.yaml", + "has_annex_name.yaml", + "has_annex_reason.yaml", + "has_annotation_by.yaml", + "has_annotation_motivation.yaml", + "has_annotation_segment.yaml", + "has_annotation_type.yaml", + "has_api_version.yaml", + "has_appellation_language.yaml", + "has_appellation_type.yaml", + "has_appellation_value.yaml", + "has_applicable_country.yaml", + "has_application_deadline.yaml", + "has_application_opening_date.yaml", + "has_appraisal_note.yaml", + "has_approval_date.yaml", + "has_archdiocese_name.yaml", + "has_architectural_style.yaml", + "has_archival_reference.yaml", + "has_archive_description.yaml", + "has_archive_memento_uri.yaml", + "has_archive_name.yaml", + "has_archive_path.yaml", + "has_archive_search_score.yaml", + "has_archive_subtype.yaml", + "has_arrangement.yaml", + "has_arrangement_level.yaml", + "has_arrangement_note.yaml", + "has_articles_archival_stage.yaml", + "has_articles_document_format.yaml", + "has_articles_document_url.yaml", + "has_articles_of_association.yaml", + "has_aspect_ratio.yaml", + "has_assertion_date.yaml", + "has_assertion_rationale.yaml", + "has_assertion_value.yaml", + "has_assessment_category.yaml", + "has_assessment_date.yaml", + "has_associated_taxon.yaml", + "has_auction_house.yaml", + "has_auction_sale_name.yaml", + "has_audience_type.yaml", + "has_audio_event_segment.yaml", + "has_audio_quality_score.yaml", + "has_audit_date.yaml", + "has_audit_opinion.yaml", + "has_auditor_name.yaml", + "has_authentication_required_flag.yaml", + "has_author.yaml", + "has_authority_file_abbreviation.yaml", + "has_authority_file_name.yaml", + "has_authority_file_url.yaml", + "has_auxiliary_place.yaml", + "has_auxiliary_place_type.yaml", + "has_auxiliary_platform.yaml", + "has_auxiliary_platform_identifier.yaml", + "has_auxiliary_platform_type.yaml", + "has_av_equipment.yaml", + "has_availability_timespan.yaml", + "has_available_caption_language.yaml", + "has_average_entry_duration_seconds.yaml", + "has_average_scene_duration_seconds.yaml", + "has_boundary.yaml", + "has_budget.yaml", + "has_climate_control.yaml", + "has_clipping.yaml", + "has_collection.yaml", + "has_computer_terminal.yaml", + "has_deacidification_facility.yaml", + "has_derived_observation.yaml", + "has_feature_type.yaml", + "has_fellows_program.yaml", + "has_forklift_access.yaml", + "has_fume_hood.yaml", + "has_geospatial_location.yaml", + "has_hands_on_facility.yaml", + "has_imaging_equipment.yaml", + "has_iso_3166_1_alpha_2_code.yaml", + "has_iso_3166_1_alpha_3_code.yaml", + "has_link.yaml", + "has_loading_dock.yaml", + "has_local_collection.yaml", + "has_locker.yaml", + "has_member.yaml", + "has_michelin_star.yaml", + "has_microfilm_reader.yaml", + "has_narrower_instance.yaml", + "has_observation.yaml", + "has_operational_archive.yaml", + "has_operational_unit.yaml", + "has_or_had_abbreviation.yaml", + "has_or_had_about_text.yaml", + "has_or_had_academic_affiliation.yaml", + "has_or_had_academic_program.yaml", + "has_or_had_access_condition.yaml", + "has_or_had_access_control.yaml", + "has_or_had_access_description.yaml", + "has_or_had_access_frequency.yaml", + "has_or_had_access_level.yaml", + "has_or_had_access_management.yaml", + "has_or_had_access_policy.yaml", + "has_or_had_access_policy_reference.yaml", + "has_or_had_access_restriction.yaml", + "has_or_had_access_right.yaml", + "has_or_had_access_trigger_event.yaml", + "has_or_had_accessibility_feature.yaml", + "has_or_had_account_identifier.yaml", + "has_or_had_account_name.yaml", + "has_or_had_account_status.yaml", + "has_or_had_accreditation.yaml", + "has_or_had_accreditation_body.yaml", + "has_or_had_acquisition_budget.yaml", + "has_or_had_activity.yaml", + "has_or_had_activity_or_society_membership.yaml", + "has_or_had_activity_type.yaml", + "has_or_had_address.yaml", + "has_or_had_admin_staff_count.yaml", + "has_or_had_admission_fee.yaml", + "has_or_had_affected_territory.yaml", + "has_or_had_affected_unit.yaml", + "has_or_had_affiliated_university.yaml", + "has_or_had_affiliation.yaml", + "has_or_had_alternative_name.yaml", + "has_or_had_alternative_observed_name.yaml", + "has_or_had_animal_species_count.yaml", + "has_or_had_annual_participant_count.yaml", + "has_or_had_annual_revenue.yaml", + "has_or_had_api_endpoint.yaml", + "has_or_had_appellation.yaml", + "has_or_had_appraisal_policy.yaml", + "has_or_had_architect.yaml", + "has_or_had_archival_status.yaml", + "has_or_had_archive_branch.yaml", + "has_or_had_archive_scope.yaml", + "has_or_had_area.yaml", + "has_or_had_area_served.yaml", + "has_or_had_arrangement_system.yaml", + "has_or_had_artist_representation.yaml", + "has_or_had_artwork_count.yaml", + "has_or_had_assigned_processor.yaml", + "has_or_had_associated_auxiliary_platform.yaml", + "has_or_had_associated_custodian.yaml", + "has_or_had_associated_digital_platform.yaml", + "has_or_had_audience_size.yaml", + "has_or_had_audit_status.yaml", + "has_or_had_author.yaml", + "has_or_had_auxiliary_entities.yaml", + "has_or_had_based_on_observation.yaml", + "has_or_had_beneficiary.yaml", + "has_or_had_category_assessment.yaml", + "has_or_had_chapter.yaml", + "has_or_had_code.yaml", + "has_or_had_collection.yaml", + "has_or_had_collection_narrower_type.yaml", + "has_or_had_comment.yaml", + "has_or_had_comment_reply.yaml", + "has_or_had_comprehensive_overview.yaml", + "has_or_had_condition.yaml", + "has_or_had_condition_note.yaml", + "has_or_had_conservation_activity.yaml", + "has_or_had_conservation_record.yaml", + "has_or_had_conversion_rate.yaml", + "has_or_had_curation_activity.yaml", + "has_or_had_currency.yaml", + "has_or_had_custodian.yaml", + "has_or_had_custodian_name.yaml", + "has_or_had_custodian_observation.yaml", + "has_or_had_custodian_type.yaml", + "has_or_had_data_quality_flag.yaml", + "has_or_had_data_service_endpoint.yaml", + "has_or_had_date_of_birth.yaml", + "has_or_had_depositing_organization.yaml", + "has_or_had_description.yaml", + "has_or_had_detected.yaml", + "has_or_had_detected_face.yaml", + "has_or_had_detected_landmark.yaml", + "has_or_had_detected_logo.yaml", + "has_or_had_detected_object.yaml", + "has_or_had_diarization_segment.yaml", + "has_or_had_digital_platform.yaml", + "has_or_had_documentation.yaml", + "has_or_had_documentation_source.yaml", + "has_or_had_domain.yaml", + "has_or_had_encompass.yaml", + "has_or_had_environmental_condition.yaml", + "has_or_had_environmental_zone.yaml", + "has_or_had_essay.yaml", + "has_or_had_examination_method.yaml", + "has_or_had_exhibition.yaml", + "has_or_had_exhibition_catalog.yaml", + "has_or_had_expenses.yaml", + "has_or_had_exposed_collection.yaml", + "has_or_had_external_resource.yaml", + "has_or_had_facility.yaml", + "has_or_had_feature.yaml", + "has_or_had_featured_item.yaml", + "has_or_had_featured_object.yaml", + "has_or_had_finding_aid.yaml", + "has_or_had_fond.yaml", + "has_or_had_format.yaml", + "has_or_had_frequency.yaml", + "has_or_had_function.yaml", + "has_or_had_generate.yaml", + "has_or_had_head.yaml", + "has_or_had_holds_record_set_type.yaml", + "has_or_had_hypernym.yaml", + "has_or_had_hyponym.yaml", + "has_or_had_ich_safeguarding_measure.yaml", + "has_or_had_identifier.yaml", + "has_or_had_identify.yaml", + "has_or_had_implementing_organisation.yaml", + "has_or_had_involved_actor.yaml", + "has_or_had_iot_device.yaml", + "has_or_had_key_archive.yaml", + "has_or_had_key_date.yaml", + "has_or_had_key_period.yaml", + "has_or_had_label.yaml", + "has_or_had_language.yaml", + "has_or_had_linked_data_endpoint.yaml", + "has_or_had_loaned_object.yaml", + "has_or_had_managed_by_cm.yaml", + "has_or_had_managed_collection.yaml", + "has_or_had_manages_collection.yaml", + "has_or_had_measurement_unit.yaml", + "has_or_had_member.yaml", + "has_or_had_member_custodian.yaml", + "has_or_had_membership.yaml", + "has_or_had_method.yaml", + "has_or_had_methodology.yaml", + "has_or_had_music_segment.yaml", + "has_or_had_note.yaml", + "has_or_had_notes.yaml", + "has_or_had_open_access_endpoint.yaml", + "has_or_had_opening_hour.yaml", + "has_or_had_operate.yaml", + "has_or_had_operates_platform_type.yaml", + "has_or_had_operates_storage_type.yaml", + "has_or_had_organizational_change_event.yaml", + "has_or_had_organizational_structure.yaml", + "has_or_had_page_section.yaml", + "has_or_had_participated_in_event.yaml", + "has_or_had_participated_in_project.yaml", + "has_or_had_period.yaml", + "has_or_had_place_of_birth.yaml", + "has_or_had_policy.yaml", + "has_or_had_portal_data_source.yaml", + "has_or_had_post_type.yaml", + "has_or_had_powered_by_cm.yaml", + "has_or_had_previous_owner.yaml", + "has_or_had_primary_presence_assertion.yaml", + "has_or_had_product_category.yaml", + "has_or_had_program.yaml", + "has_or_had_project.yaml", + "has_or_had_provenance.yaml", + "has_or_had_provenance_event.yaml", + "has_or_had_provenance_path.yaml", + "has_or_had_quantity.yaml", + "has_or_had_range.yaml", + "has_or_had_rationale.yaml", + "has_or_had_registered_dataset.yaml", + "has_or_had_registration_number.yaml", + "has_or_had_related_activity.yaml", + "has_or_had_related_archive.yaml", + "has_or_had_related_event.yaml", + "has_or_had_related_exhibition.yaml", + "has_or_had_related_guide.yaml", + "has_or_had_related_heritage_form.yaml", + "has_or_had_requirement.yaml", + "has_or_had_research_attempt.yaml", + "has_or_had_responsibility.yaml", + "has_or_had_restriction.yaml", + "has_or_had_resulting_unit.yaml", + "has_or_had_revenue.yaml", + "has_or_had_safeguard.yaml", + "has_or_had_scene_segment.yaml", + "has_or_had_scope.yaml", + "has_or_had_score.yaml", + "has_or_had_secondary_label.yaml", + "has_or_had_secondary_system.yaml", + "has_or_had_section_link.yaml", + "has_or_had_security_level.yaml", + "has_or_had_segment.yaml", + "has_or_had_series.yaml", + "has_or_had_service.yaml", + "has_or_had_service_area.yaml", + "has_or_had_short_code.yaml", + "has_or_had_silence_segment.yaml", + "has_or_had_social_media_profile.yaml", + "has_or_had_sound_event_type.yaml", + "has_or_had_speech_segment.yaml", + "has_or_had_staff_member.yaml", + "has_or_had_standard.yaml", + "has_or_had_status.yaml", + "has_or_had_storage_condition.yaml", + "has_or_had_storage_facility.yaml", + "has_or_had_storage_unit.yaml", + "has_or_had_stores_collection.yaml", + "has_or_had_strategic_objective.yaml", + "has_or_had_sub_collection.yaml", + "has_or_had_sub_department.yaml", + "has_or_had_sub_guide.yaml", + "has_or_had_sub_section.yaml", + "has_or_had_suborganization.yaml", + "has_or_had_text.yaml", + "has_or_had_text_region.yaml", + "has_or_had_text_segment.yaml", + "has_or_had_thematic_route.yaml", + "has_or_had_time_interval.yaml", + "has_or_had_tracked_in_cm.yaml", + "has_or_had_transmission_method.yaml", + "has_or_had_treatment.yaml", + "has_or_had_type.yaml", + "has_or_had_unit.yaml", + "has_or_had_url.yaml", + "has_or_had_used_source.yaml", + "has_or_had_venue.yaml", + "has_or_had_verification_status.yaml", + "has_or_had_version.yaml", + "has_or_had_web_claim.yaml", + "has_or_had_writing_system.yaml", + "has_outdoor_seating.yaml", + "has_person_name.yaml", + "has_person_observation.yaml", + "has_publication_series.yaml", + "has_research_library.yaml", + "has_security_system.yaml", + "has_sub_branch.yaml", + "has_suborganization.yaml", + "has_supervised_handling.yaml", + "has_timespan.yaml", + "has_unit.yaml", + "has_wifi.yaml", + "hazard.yaml", + "hc_id.yaml", + "hc_preset_uri.yaml", + "heading_level.yaml", + "heading_text.yaml", + "heading_text_en.yaml", + "headline.yaml", + "heritage_designation_date.yaml", + "heritage_education.yaml", + "heritage_employer.yaml", + "heritage_form_description.yaml", + "heritage_form_id.yaml", + "heritage_form_name.yaml", + "heritage_holding.yaml", + "heritage_mandate.yaml", + "heritage_practice.yaml", + "heritage_relevance.yaml", + "heritage_relevance_score.yaml", + "heritage_relevant_count.yaml", + "heritage_relevant_percentage.yaml", + "heritage_society_subtype.yaml", + "heritage_status.yaml", + "heritage_type.yaml", + "heritage_type_classification.yaml", + "heritage_type_code.yaml", + "higher_classification.yaml", + "historic_building_description.yaml", + "historic_building_id.yaml", + "historic_building_name.yaml", + "historic_garden_designation.yaml", + "historical_region.yaml", + "holy_site_subtype.yaml", + "homepage_web_address.yaml", + "hosts_branch.yaml", + "house_number.yaml", + "html_file.yaml", + "html_snapshot_path.yaml", + "http_status_code.yaml", + "humidity_max.yaml", + "humidity_min.yaml", + "humidity_target.yaml", + "humidity_tolerance.yaml", + "hypernym_event_type.yaml", + "ich_domain.yaml", + "ich_transmission_method.yaml", + "iconography.yaml", + "id.yaml", + "identification_qualifier.yaml", + "identified_by.yaml", + "identifier.yaml", + "identifier_format.yaml", + "identifier_format_used.yaml", + "identifier_lookup_score.yaml", + "identifier_scheme.yaml", + "identifier_value.yaml", + "identifies_custodian.yaml", + "iiif_compatible.yaml", + "iiif_support.yaml", + "illustration.yaml", + "image_url.yaml", + "impact_measurement.yaml", + "implements_agenda.yaml", + "implements_auxiliary_platform.yaml", + "implements_digital_platform.yaml", + "inbound_from.yaml", + "includes_bounding_box.yaml", + "includes_handwriting.yaml", + "includes_music_description.yaml", + "includes_object_tracking.yaml", + "includes_or_included.yaml", + "includes_segmentation_mask.yaml", + "includes_sound_description.yaml", + "includes_speaker.yaml", + "includes_speaker_identification.yaml", + "includes_timestamp.yaml", + "info_session_date.yaml", + "initial.yaml", + "innovation_budget.yaml", + "inscription.yaml", + "installation_date.yaml", + "installed_at_place.yaml", + "instance_of.yaml", + "institution_function.yaml", + "institution_linkedin_url.yaml", + "institution_name.yaml", + "insurance_currency.yaml", + "insurance_provider.yaml", + "insurance_value.yaml", + "intangible_heritage_subtype.yaml", + "interlibrary_loan.yaml", + "internal_funding.yaml", + "international.yaml", + "inventory_number.yaml", + "inventory_web_address.yaml", + "is_accessible.yaml", + "is_accredited.yaml", + "is_active.yaml", + "is_annex_of_reading_room.yaml", + "is_approximate.yaml", + "is_auxiliary_of_place.yaml", + "is_auxiliary_of_platform.yaml", + "is_background.yaml", + "is_branch_of.yaml", + "is_closed_caption.yaml", + "is_current_position.yaml", + "is_current_version.yaml", + "is_embeddable.yaml", + "is_heritage_relevant.yaml", + "is_historical_boundary.yaml", + "is_leased.yaml", + "is_legal_status_of.yaml", + "is_licensed_content.yaml", + "is_made_for_kid.yaml", + "is_mandatory.yaml", + "is_member_of.yaml", + "is_official_assessment.yaml", + "is_official_content.yaml", + "is_open_to_public.yaml", + "is_or_was_about_digital_presence.yaml", + "is_or_was_access_restricted.yaml", + "is_or_was_active_since.yaml", + "is_or_was_affected_by_event.yaml", + "is_or_was_aggregated_by.yaml", + "is_or_was_allocated_budget.yaml", + "is_or_was_allocated_by.yaml", + "is_or_was_also_allocation_agency.yaml", + "is_or_was_approved_by.yaml", + "is_or_was_approximate.yaml", + "is_or_was_archive_department_of.yaml", + "is_or_was_archived_at.yaml", + "is_or_was_archived_in.yaml", + "is_or_was_asserted_by.yaml", + "is_or_was_associated_with.yaml", + "is_or_was_available.yaml", + "is_or_was_collection_of.yaml", + "is_or_was_created_through.yaml", + "is_or_was_derived_from.yaml", + "is_or_was_encompassed_by.yaml", + "is_or_was_equivalent_to.yaml", + "is_or_was_generated_by.yaml", + "is_or_was_instance_of.yaml", + "is_or_was_located_within.yaml", + "is_or_was_managed_by.yaml", + "is_or_was_member_of.yaml", + "is_or_was_part_of_archive_series.yaml", + "is_or_was_platform_of.yaml", + "is_or_was_real.yaml", + "is_or_was_related_to.yaml", + "is_or_was_required.yaml", + "is_or_was_revision_of.yaml", + "is_or_was_sub_collection_of.yaml", + "is_or_was_suborganization_of.yaml", + "is_or_was_succeeded_by.yaml", + "is_or_was_transferred.yaml", + "is_or_was_verified_by.yaml", + "is_or_was_webarchived_at.yaml", + "is_overlapping.yaml", + "is_part_of_complex.yaml", + "is_permanent.yaml", + "is_primary_digital_presence.yaml", + "is_public_facing.yaml", + "is_rebuilding.yaml", + "is_recognized.yaml", + "is_recurring.yaml", + "is_sdh.yaml", + "is_sub_guide.yaml", + "is_temporary.yaml", + "is_type_specimen.yaml", + "is_verified.yaml", + "isbn.yaml", + "isbn_13.yaml", + "isil.yaml", + "iso_3166_2_code.yaml", + "iso_standard.yaml", + "issn.yaml", + "issued_call.yaml", + "issuing_organisation.yaml", + "item.yaml", + "iucn_status.yaml", + "job_description.yaml", + "job_title.yaml", + "jurisdiction.yaml", + "jurisdiction_id.yaml", + "jurisdiction_level.yaml", + "jurisdiction_type.yaml", + "justification.yaml", + "keyframe_extraction.yaml", + "keyword.yaml", + "kien_registration_date.yaml", + "kien_url.yaml", + "knowledge_transmission.yaml", + "lab_description.yaml", + "lab_id.yaml", + "lab_name.yaml", + "label_de.yaml", + "label_es.yaml", + "label_fr.yaml", + "label_it.yaml", + "label_nl.yaml", + "label_pt.yaml", + "landmark_confidence.yaml", + "landmark_geonames_id.yaml", + "landmark_label.yaml", + "landmark_segment.yaml", + "landmark_wikidata_id.yaml", + "language.yaml", + "language_code.yaml", + "language_name.yaml", + "language_raw.yaml", + "languages_detected.yaml", + "languages_raw.yaml", + "last_modified.yaml", + "latency_ms.yaml", + "latitude.yaml", + "launch_date.yaml", + "lease_expiry.yaml", + "legacy_planning.yaml", + "legal_basis.yaml", + "legal_entity_type.yaml", + "legal_form.yaml", + "legal_jurisdiction.yaml", + "legal_name.yaml", + "legal_note.yaml", + "legal_provenance_note.yaml", + "legal_responsibility_basis.yaml", + "legal_responsibility_end_date.yaml", + "legal_responsibility_start_date.yaml", + "legal_status.yaml", + "legal_system_type.yaml", + "lender.yaml", + "lender_contact.yaml", + "lending_policy.yaml", + "library_catalog_url.yaml", + "library_search_score.yaml", + "library_subtype.yaml", + "license.yaml", + "life_stage.yaml", + "lifecycle_phase_type.yaml", + "light_max_lux.yaml", + "like_count.yaml", + "likelihood_confidence.yaml", + "likelihood_factor.yaml", + "likelihood_level.yaml", + "likelihood_score.yaml", + "likely_whatsapp_proficient.yaml", + "link_context.yaml", + "link_rationale.yaml", + "link_text.yaml", + "link_type.yaml", + "link_url.yaml", + "linked_class_name.yaml", + "linked_data.yaml", + "linked_data_access.yaml", + "linked_data_export.yaml", + "linked_to_collection.yaml", + "linkedin_profile_path.yaml", + "linkedin_profile_url.yaml", + "linkedin_url.yaml", + "list_item.yaml", + "literal_name.yaml", + "live_broadcast_content.yaml", + "living_collection.yaml", + "llm_response.yaml", + "loan_agreement_url.yaml", + "loan_end_date.yaml", + "loan_history.yaml", + "loan_id.yaml", + "loan_note.yaml", + "loan_number.yaml", + "loan_purpose.yaml", + "loan_start_date.yaml", + "loan_status.yaml", + "loan_timespan.yaml", + "loan_type.yaml", + "locality.yaml", + "located_at.yaml", + "location.yaml", + "location_browse_score.yaml", + "location_name.yaml", + "logo_bbox.yaml", + "logo_confidence.yaml", + "logo_label.yaml", + "logo_organization.yaml", + "logo_segment.yaml", + "long_name.yaml", + "longitude.yaml", + "lot_number.yaml", + "maintained_by.yaml", + "maintenance_schedule.yaml", + "major_city.yaml", + "major_research_project.yaml", + "managed_by.yaml", + "manages_collection.yaml", + "managing_unit.yaml", + "mandate.yaml", + "marginalia.yaml", + "martyred.yaml", + "material_composition.yaml", + "material_specialization.yaml", + "materials_used.yaml", + "max_annual_light_exposure.yaml", + "max_group_size.yaml", + "max_light_lux.yaml", + "max_likelihood_score.yaml", + "maximal_of_maximal.yaml", + "maximum_amount.yaml", + "measurement_data.yaml", + "medium.yaml", + "member_of.yaml", + "membership_criteria.yaml", + "membership_required.yaml", + "membership_size.yaml", + "metadata_standard.yaml", + "method.yaml", + "metrics_observed_at.yaml", + "metrics_observed_date.yaml", + "michelin_star.yaml", + "minimal_of_minimal.yaml", + "minimum_amount.yaml", + "minimum_partner.yaml", + "mission_statement.yaml", + "mixed_governance_structure.yaml", + "model.yaml", + "model_architecture.yaml", + "model_provider.yaml", + "model_task.yaml", + "model_version.yaml", + "modified.yaml", + "monitoring_platform.yaml", + "monitoring_platform_url.yaml", + "monument_number.yaml", + "motivation_type_description.yaml", + "motivation_type_id.yaml", + "motivation_type_name.yaml", + "multilingual_label.yaml", + "museum_search_score.yaml", + "museum_subtype.yaml", + "museum_type_classification.yaml", + "music_confidence.yaml", + "music_detected.yaml", + "music_end_seconds.yaml", + "music_genre.yaml", + "music_genres_detected.yaml", + "music_segment_confidence.yaml", + "music_start_seconds.yaml", + "music_type.yaml", + "mutual_connections_text.yaml", + "name.yaml", + "name_authority.yaml", + "name_language.yaml", + "name_local.yaml", + "name_specification.yaml", + "name_type.yaml", + "name_validity_period.yaml", + "narrower_concept.yaml", + "narrower_type.yaml", + "nazi_era_flag.yaml", + "nesting_level.yaml", + "network_analysis.yaml", + "nl.yaml", + "no_fabrication.yaml", + "noise_floor_db.yaml", + "nonprofit_subtype.yaml", + "notarial_deed_number.yaml", + "notary_name.yaml", + "notary_office.yaml", + "note.yaml", + "note_content.yaml", + "note_date.yaml", + "note_type.yaml", + "oai_pmh_endpoint.yaml", + "object_alternate_name.yaml", + "object_bbox.yaml", + "object_classes_detected.yaml", + "object_collection_id.yaml", + "object_confidence.yaml", + "object_description.yaml", + "object_id.yaml", + "object_label.yaml", + "object_name.yaml", + "object_ref.yaml", + "object_segment.yaml", + "object_type.yaml", + "object_wikidata_id.yaml", + "objective.yaml", + "objects_added.yaml", + "objects_affected.yaml", + "objects_count.yaml", + "objects_removed.yaml", + "observation.yaml", + "observation_context.yaml", + "observation_date.yaml", + "observation_id.yaml", + "observation_note.yaml", + "observation_period.yaml", + "observation_ref.yaml", + "observation_source.yaml", + "observed_entity.yaml", + "observed_in.yaml", + "observed_name.yaml", + "observer_affiliation.yaml", + "observer_name.yaml", + "observer_type.yaml", + "occupation.yaml", + "oclc_number.yaml", + "offered_by.yaml", + "offers_donation_scheme.yaml", + "official_institution_subtype.yaml", + "online_shop.yaml", + "open_source.yaml", + "opening_hour.yaml", + "operated_by.yaml", + "operating_budget.yaml", + "operating_hour.yaml", + "operational_status.yaml", + "operator.yaml", + "organization_legal_form.yaml", + "organization_name.yaml", + "organization_type.yaml", + "organizational_change_score.yaml", + "organizational_level.yaml", + "organizational_mission.yaml", + "organizational_principle.yaml", + "organizational_principle_uri.yaml", + "organizational_structure.yaml", + "organized_by.yaml", + "organizing_body.yaml", + "origin_location.yaml", + "origin_period.yaml", + "original_end_date.yaml", + "osm_id.yaml", + "outbound_condition_report_url.yaml", + "outbound_to.yaml", + "outdoor_seating_capacity.yaml", + "outdoor_site_description.yaml", + "outdoor_site_id.yaml", + "outdoor_site_name.yaml", + "outdoor_site_type.yaml", + "overall_confidence.yaml", + "overall_status.yaml", + "oversight_jurisdiction.yaml", + "ownership_stamp.yaml", + "page.yaml", + "page_count.yaml", + "page_section.yaml", + "page_title.yaml", + "paragraph_count.yaml", + "parallel_title.yaml", + "parent_chapter_id.yaml", + "parent_collection.yaml", + "parent_corporation.yaml", + "parent_custodian.yaml", + "parent_department.yaml", + "parent_programme.yaml", + "parent_society.yaml", + "parent_unit.yaml", + "part_of_collection.yaml", + "part_of_custodian_collection.yaml", + "part_of_event.yaml", + "part_of_facility.yaml", + "part_of_storage.yaml", + "part_of_zone.yaml", + "part_type.yaml", + "participant_count.yaml", + "participating_custodian.yaml", + "participating_institution.yaml", + "particulate_max.yaml", + "partner_institution.yaml", + "partnership_model.yaml", + "partnership_required.yaml", + "patronym.yaml", + "payment_frequency.yaml", + "pdf_url.yaml", + "performance_datetime.yaml", + "performance_description.yaml", + "performance_duration.yaml", + "performance_id.yaml", + "performance_location.yaml", + "performance_name.yaml", + "performance_note.yaml", + "performance_of.yaml", + "performance_repertoire.yaml", + "performance_venue.yaml", + "performed_by.yaml", + "performer.yaml", + "period.yaml", + "period_covered.yaml", + "period_description.yaml", + "period_end.yaml", + "period_name.yaml", + "period_start.yaml", + "permanent_location.yaml", + "permission_required.yaml", + "person_claim_id.yaml", + "person_claim_note.yaml", + "person_claim_type.yaml", + "person_claim_value.yaml", + "person_html_file.yaml", + "person_id.yaml", + "person_name.yaml", + "person_research_score.yaml", + "personal_collection_subtype.yaml", + "personnel_budget.yaml", + "pest_management_required.yaml", + "photograph.yaml", + "physical_location.yaml", + "pipeline_stage.yaml", + "place_custodian_ref.yaml", + "place_description.yaml", + "place_designation.yaml", + "place_language.yaml", + "place_name.yaml", + "place_note.yaml", + "place_of_publication.yaml", + "place_specificity.yaml", + "planned_closure_date.yaml", + "planned_end.yaml", + "planned_start.yaml", + "plant_species_count.yaml", + "platform_description.yaml", + "platform_id.yaml", + "platform_name.yaml", + "platform_of.yaml", + "platform_purpose.yaml", + "platform_type.yaml", + "platform_type_category.yaml", + "platform_type_description.yaml", + "platform_type_id.yaml", + "platform_type_name.yaml", + "platform_url.yaml", + "policy_authority.yaml", + "policy_description.yaml", + "policy_effective_from.yaml", + "policy_effective_to.yaml", + "policy_id.yaml", + "policy_name.yaml", + "policy_review_date.yaml", + "policy_text.yaml", + "portal_description.yaml", + "portal_id.yaml", + "portal_language.yaml", + "portal_name.yaml", + "portal_status.yaml", + "portal_type.yaml", + "portal_type_category.yaml", + "portal_type_description.yaml", + "portal_type_id.yaml", + "portal_type_name.yaml", + "portal_typical_domain.yaml", + "portal_url.yaml", + "post_count.yaml", + "post_id.yaml", + "post_type_activity_streams_type.yaml", + "post_type_category.yaml", + "post_type_description.yaml", + "post_type_ephemeral.yaml", + "post_type_heritage_use_case.yaml", + "post_type_id.yaml", + "post_type_max_duration.yaml", + "post_type_media_format.yaml", + "post_type_name.yaml", + "post_type_schema_org_type.yaml", + "post_type_supported_platform.yaml", + "post_url.yaml", + "postal_code.yaml", + "posted_by_profile.yaml", + "power_source.yaml", + "powers_platform.yaml", + "practitioner_community.yaml", + "preceding_activity.yaml", + "preferred_label.yaml", + "preferred_name.yaml", + "preparation_date.yaml", + "prepared_by.yaml", + "preservation_approach.yaml", + "preservation_budget.yaml", + "preservation_event_type.yaml", + "preservation_level.yaml", + "preservation_method.yaml", + "preservation_note.yaml", + "preservation_purpose.yaml", + "preservation_requirement.yaml", + "preservation_standard.yaml", + "preservative_detail.yaml", + "previous_observation.yaml", + "price.yaml", + "price_currency.yaml", + "price_text.yaml", + "primary.yaml", + "primary_audio_event_type.yaml", + "primary_heritage_type.yaml", + "primary_register.yaml", + "primary_speaker.yaml", + "primary_system.yaml", + "printer_publisher.yaml", + "priority.yaml", + "privacy_note.yaml", + "processing_completed_date.yaml", + "processing_duration_seconds.yaml", + "processing_priority.yaml", + "processing_started_date.yaml", + "processing_status.yaml", + "production_method.yaml", + "proficiency_level.yaml", + "profile_data.yaml", + "profile_description.yaml", + "profile_image_url.yaml", + "profile_linkedin_url.yaml", + "profile_location.yaml", + "profile_name.yaml", + "profile_url.yaml", + "program_activity.yaml", + "programme_period.yaml", + "programme_year.yaml", + "programming_language.yaml", + "programs_offered.yaml", + "project_description.yaml", + "project_id.yaml", + "project_identifier.yaml", + "project_name.yaml", + "project_short_name.yaml", + "project_status.yaml", + "project_url.yaml", + "prompt_token.yaml", + "pronoun.yaml", + "protocol.yaml", + "protocol_name.yaml", + "protocol_version.yaml", + "provenance.yaml", + "provenance_note.yaml", + "provenance_statement.yaml", + "provenance_text.yaml", + "provider.yaml", + "provides_access_to.yaml", + "provides_or_provided_provenance_to.yaml", + "public_access.yaml", + "public_education.yaml", + "publication_activity.yaml", + "publication_date.yaml", + "publication_output.yaml", + "publication_place.yaml", + "publication_series_name.yaml", + "published_at.yaml", + "published_by.yaml", + "publisher.yaml", + "publishes_to.yaml", + "purpose.yaml", + "purpose_clause.yaml", + "rationale.yaml", + "raw_subtitle_content.yaml", + "reading_room_description.yaml", + "reading_room_id.yaml", + "reading_room_name.yaml", + "reading_room_type.yaml", + "reason_description.yaml", + "reasoning_content.yaml", + "recognized_person_name.yaml", + "recommendation.yaml", + "reconstruction_method.yaml", + "record_count.yaml", + "record_date.yaml", + "record_equivalent.yaml", + "record_format.yaml", + "record_holder.yaml", + "record_holder_note.yaml", + "record_id.yaml", + "record_note.yaml", + "record_set_type.yaml", + "record_timespan.yaml", + "record_type.yaml", + "recording_available.yaml", + "recording_url.yaml", + "recurrence_pattern.yaml", + "refers_to_access_policy.yaml", + "refers_to_custodian.yaml", + "refers_to_legal_status.yaml", + "refers_to_person.yaml", + "refers_to_storage.yaml", + "region.yaml", + "region_bbox.yaml", + "region_confidence.yaml", + "region_language.yaml", + "region_text.yaml", + "region_type.yaml", + "register_abbreviation.yaml", + "register_id.yaml", + "register_name.yaml", + "register_name_local.yaml", + "register_type.yaml", + "registered_office_clause.yaml", + "registration_authority.yaml", + "registration_date.yaml", + "registration_required.yaml", + "regulatory_authority.yaml", + "related.yaml", + "related_agenda.yaml", + "related_call.yaml", + "related_concept.yaml", + "related_loan.yaml", + "related_project.yaml", + "relationship.yaml", + "religion.yaml", + "religious_function.yaml", + "religious_tradition.yaml", + "remediation_note.yaml", + "remediation_required.yaml", + "repertoire.yaml", + "replaces_primary_location.yaml", + "report_document.yaml", + "report_url.yaml", + "reported_date.yaml", + "reporting_period_end.yaml", + "reporting_period_start.yaml", + "repository_software.yaml", + "repository_url.yaml", + "request_date.yaml", + "request_id.yaml", + "requirement_id.yaml", + "requirement_text.yaml", + "requirement_type.yaml", + "requirement_unit.yaml", + "requirement_value.yaml", + "requires_appointment.yaml", + "requires_articles_at_registration.yaml", + "requires_dark_storage.yaml", + "requires_dust_free.yaml", + "requires_esd_protection.yaml", + "requires_qualification.yaml", + "requires_registration.yaml", + "requires_research.yaml", + "requires_separate_registration.yaml", + "requires_uv_filter.yaml", + "research_center_description.yaml", + "research_center_id.yaml", + "research_center_name.yaml", + "research_center_subtype.yaml", + "research_center_type.yaml", + "research_department.yaml", + "research_focus.yaml", + "research_focus_area.yaml", + "research_infrastructure.yaml", + "research_program.yaml", + "research_project.yaml", + "reservation_required.yaml", + "resource_description.yaml", + "response_format.yaml", + "responsible_actor.yaml", + "responsible_agent.yaml", + "responsible_department.yaml", + "responsible_legal_entity.yaml", + "restriction_category.yaml", + "restriction_description.yaml", + "restriction_reason.yaml", + "restriction_type.yaml", + "results_expected_date.yaml", + "retention_period_year.yaml", + "retention_schedule.yaml", + "retention_tracking.yaml", + "retrieval_agent.yaml", + "retrieval_method.yaml", + "retrieval_timestamp.yaml", + "retrieved_by.yaml", + "retrieved_on.yaml", + "return_condition_report_url.yaml", + "review_date.yaml", + "review_status.yaml", + "revision_date.yaml", + "revision_number.yaml", + "rights_statement.yaml", + "rights_statement_url.yaml", + "role_category.yaml", + "role_end_date.yaml", + "role_id.yaml", + "role_name.yaml", + "role_name_local.yaml", + "role_start_date.yaml", + "role_title.yaml", + "route_description.yaml", + "route_id.yaml", + "route_keyword.yaml", + "route_relevance_to_heritage.yaml", + "route_title.yaml", + "row_number.yaml", + "safeguarded_by.yaml", + "safeguarding_measure.yaml", + "safety_certification.yaml", + "sales_activity.yaml", + "scene_count.yaml", + "scene_types_detected.yaml", + "scheme_description.yaml", + "scheme_id.yaml", + "scheme_name.yaml", + "scheme_type.yaml", + "scheme_url.yaml", + "scope.yaml", + "scope_exclude.yaml", + "scope_include.yaml", + "scrape_method.yaml", + "scraped_timestamp.yaml", + "script_type.yaml", + "seasonal_hour.yaml", + "seating_capacity.yaml", + "secondary.yaml", + "section_id.yaml", + "secularization_status.yaml", + "security_level.yaml", + "segment_confidence.yaml", + "segment_end_seconds.yaml", + "segment_index.yaml", + "segment_language.yaml", + "segment_start_seconds.yaml", + "segment_text.yaml", + "sensory_heritage_domain.yaml", + "sentence_count.yaml", + "served_by.yaml", + "serves_finding_aid.yaml", + "serves_function_of.yaml", + "serves_or_served.yaml", + "serves_staff.yaml", + "serves_visitors_only.yaml", + "service_area.yaml", + "service_area_description.yaml", + "service_area_id.yaml", + "service_area_name.yaml", + "service_area_type.yaml", + "service_offering.yaml", + "service_portfolio.yaml", + "services_offered.yaml", + "settlement.yaml", + "settlement_name.yaml", + "sex.yaml", + "shares_catalog_with_main.yaml", + "shelf_mark.yaml", + "shelf_number.yaml", + "shipping_method.yaml", + "shop_description.yaml", + "shop_id.yaml", + "shop_name.yaml", + "shop_type.yaml", + "short_name.yaml", + "silence_total_seconds.yaml", + "site_portfolio.yaml", + "skill.yaml", + "slug.yaml", + "snr_db.yaml", + "social_media_example_profile.yaml", + "social_media_feature.yaml", + "social_media_heritage_use_case.yaml", + "social_media_platform_category.yaml", + "social_media_platform_description.yaml", + "social_media_platform_name.yaml", + "social_media_platform_type_id.yaml", + "social_media_profile_id.yaml", + "social_media_url_pattern.yaml", + "social_media_wikidata_id.yaml", + "society_focus.yaml", + "sound_events_detected.yaml", + "source.yaml", + "source_creator.yaml", + "source_dataset.yaml", + "source_date.yaml", + "source_file.yaml", + "source_language_auto_detected.yaml", + "source_metadata.yaml", + "source_organization.yaml", + "source_section.yaml", + "source_type.yaml", + "source_uri.yaml", + "source_url.yaml", + "source_video.yaml", + "source_video_url.yaml", + "space_description.yaml", + "space_name.yaml", + "sparql_endpoint.yaml", + "spatial_resolution.yaml", + "speaker_count.yaml", + "speaker_id.yaml", + "speaker_label.yaml", + "special_collection.yaml", + "special_requirement.yaml", + "specialized_place.yaml", + "specification_url.yaml", + "specificity_agent.yaml", + "specificity_annotation.yaml", + "specificity_rationale.yaml", + "specificity_score.yaml", + "specificity_timestamp.yaml", + "specimen_count.yaml", + "specimen_type.yaml", + "spectrum_procedure.yaml", + "speech_detected.yaml", + "speech_language.yaml", + "speech_language_confidence.yaml", + "speech_text.yaml", + "square_meters.yaml", + "staff_count.yaml", + "staff_id.yaml", + "staff_impact.yaml", + "staff_role.yaml", + "standardized_name.yaml", + "standards_applied.yaml", + "standards_compliance.yaml", + "start.yaml", + "start_date.yaml", + "start_seconds.yaml", + "start_time.yaml", + "started_at_time.yaml", + "starts_or_started_at_location.yaml", + "statement_currency.yaml", + "statement_description.yaml", + "statement_id.yaml", + "statement_language.yaml", + "statement_name.yaml", + "statement_summary.yaml", + "statement_text.yaml", + "statement_type.yaml", + "status.yaml", + "stewardship_model.yaml", + "stewardship_responsibility.yaml", + "storage_id.yaml", + "storage_location.yaml", + "storage_name.yaml", + "storage_security_level.yaml", + "storage_type.yaml", + "storage_type_broader.yaml", + "storage_type_code.yaml", + "storage_type_id.yaml", + "storage_type_label.yaml", + "storage_type_narrower.yaml", + "storage_type_related.yaml", + "stores_object.yaml", + "street_address.yaml", + "street_name.yaml", + "student_service.yaml", + "sub_guide_temporal_coverage.yaml", + "sub_guide_type.yaml", + "subdivision_name.yaml", + "subject_area.yaml", + "subject_depicted.yaml", + "subregion.yaml", + "subtitle_format.yaml", + "succeeded_by.yaml", + "successor_collection.yaml", + "successor_portal.yaml", + "supersede.yaml", + "superseded_by.yaml", + "supplier_relationship.yaml", + "supported_format.yaml", + "supported_metadata_standard.yaml", + "supranational_code.yaml", + "surname_prefix.yaml", + "table_of_content.yaml", + "tag.yaml", + "target_audience.yaml", + "target_material.yaml", + "target_name.yaml", + "target_profile.yaml", + "taste_scent_subtype.yaml", + "tax_deductible.yaml", + "tax_scheme.yaml", + "taxon_name.yaml", + "taxon_remark.yaml", + "taxonomic_authority.yaml", + "taxonomic_rank.yaml", + "teaching_collection.yaml", + "technical_specification.yaml", + "techniques_used.yaml", + "technology_stack.yaml", + "temperature_tolerance.yaml", + "template_specificity.yaml", + "temporal_coverage.yaml", + "temporal_extent.yaml", + "terminal_count.yaml", + "text_direction.yaml", + "text_fragment.yaml", + "text_languages_detected.yaml", + "text_region_count.yaml", + "text_types_detected.yaml", + "thematic_area.yaml", + "thematic_scope.yaml", + "thinking_mode.yaml", + "threat.yaml", + "thumbnail_url.yaml", + "time_of_destruction.yaml", + "timestamp_precision.yaml", + "timestamp_value.yaml", + "title.yaml", + "title_en.yaml", + "title_nl.yaml", + "title_proper.yaml", + "to_location.yaml", + "to_owner.yaml", + "to_owner_text.yaml", + "took_place_at.yaml", + "topic.yaml", + "total_annual_budget.yaml", + "total_asset.yaml", + "total_budget.yaml", + "total_budget_amount.yaml", + "total_chapter.yaml", + "total_characters_extracted.yaml", + "total_connections_extracted.yaml", + "total_expense.yaml", + "total_frames_analyzed.yaml", + "total_investment.yaml", + "total_liability.yaml", + "total_net_asset.yaml", + "total_revenue.yaml", + "total_token.yaml", + "track_id.yaml", + "track_name.yaml", + "tracking_ids_assigned.yaml", + "traditional_product.yaml", + "transcript_format.yaml", + "transition_types_detected.yaml", + "traveling_venue.yaml", + "treatment_description.yaml", + "treatment_type.yaml", + "type.yaml", + "type_description.yaml", + "type_hypothesis.yaml", + "type_id.yaml", + "type_label.yaml", + "type_scope.yaml", + "type_status.yaml", + "typical_approval_time.yaml", + "typical_condition.yaml", + "typical_domain.yaml", + "typical_grant_range.yaml", + "typical_http_methods.yaml", + "typical_metadata_standard.yaml", + "typical_response_formats.yaml", + "typical_responsibility.yaml", + "typical_scope.yaml", + "typical_technical_feature.yaml", + "unesco_domain.yaml", + "unesco_inscription_year.yaml", + "unesco_list_status.yaml", + "uniform_title.yaml", + "unique_face_count.yaml", + "unique_object_count.yaml", + "unit_affiliation.yaml", + "unit_id.yaml", + "unit_identifier.yaml", + "unit_name.yaml", + "unit_type.yaml", + "update_frequency.yaml", + "updated_at.yaml", + "url.yaml", + "url_type.yaml", + "url_value.yaml", + "used.yaml", + "used_by.yaml", + "used_by_custodian.yaml", + "user_community.yaml", + "uv_filtered_required.yaml", + "valid_from.yaml", + "valid_from_geo.yaml", + "valid_to.yaml", + "valid_to_geo.yaml", + "validation_status.yaml", + "validity_period.yaml", + "variant_of_name.yaml", + "vendor_name.yaml", + "vendor_url.yaml", + "verification_date.yaml", + "verified.yaml", + "verified_by.yaml", + "version_number.yaml", + "viability_status.yaml", + "video_category_id.yaml", + "video_comment.yaml", + "video_id.yaml", + "visiting_hour.yaml", + "visitor_conversion_rate.yaml", + "visitor_facility.yaml", + "visitor_service.yaml", + "volunteer_program.yaml", + "warehouse_description.yaml", + "warehouse_floor_area_sqm.yaml", + "warehouse_id.yaml", + "warehouse_managed_by.yaml", + "warehouse_name.yaml", + "warehouse_security_level.yaml", + "warehouse_type.yaml", + "was_archived_at.yaml", + "was_derived_from.yaml", + "was_generated_by.yaml", + "web_observation.yaml", + "website.yaml", + "whatsapp_business_likelihood.yaml", + "whatsapp_enrichment.yaml", + "wikidata.yaml", + "wikidata_alignment.yaml", + "wikidata_class.yaml", + "wikidata_description.yaml", + "wikidata_entity.yaml", + "wikidata_entity_id.yaml", + "wikidata_entity_label.yaml", + "wikidata_equivalent.yaml", + "wikidata_id.yaml", + "wikidata_label.yaml", + "wikidata_mapping.yaml", + "wikidata_mapping_rationale.yaml", + "wikidata_mapping_type.yaml", + "wikidata_qid.yaml", + "within_auxiliary_place.yaml", + "within_place.yaml", + "word_count.yaml", + "work_location.yaml", + "workshop_space.yaml", + "worldcat_id.yaml", + "years_restricted.yaml", + "zone_description.yaml", + "zone_id.yaml", + "zone_name.yaml", + "zone_type.yaml" + ], + "total_count": 2162 } \ No newline at end of file diff --git a/schemas/20251121/linkml/modules/slots/slot_fixes.yaml b/schemas/20251121/linkml/modules/slots/slot_fixes.yaml index 39dd548934..4251f745f1 100644 --- a/schemas/20251121/linkml/modules/slots/slot_fixes.yaml +++ b/schemas/20251121/linkml/modules/slots/slot_fixes.yaml @@ -1553,6 +1553,13 @@ fixes: person_xpath and person_xpath_match_score slots also archived. Updated: WebClaim.yaml, PersonWebClaim.yaml, InvalidWebClaim.yaml, MissionStatement.yaml - original_slot_id: https://nde.nl/ontology/hc/slot/writing_system + processed: + status: true + timestamp: '2026-01-15T12:00:00Z' + session: session-2026-01-15-writing-revision-assertion-migration + notes: 'FULLY MIGRATED: InformationCarrier - writing_system REMOVED, using has_or_had_writing_system + with WritingSystem class. Examples updated to use structured object format with + ISO 15924 script codes. Slot archived to archive/writing_system_archived_20260115.yaml.' revision: - label: has_or_had_writing_system type: slot @@ -1755,6 +1762,12 @@ fixes: - label: WebObservation type: class - original_slot_id: https://nde.nl/ontology/hc/slot/was_revision_of + processed: + status: true + timestamp: '2026-01-15T12:05:00Z' + session: session-2026-01-15-writing-revision-assertion-migration + notes: 'FULLY MIGRATED: CustodianLegalStatus - was_revision_of REMOVED, using is_or_was_revision_of + per Rule 39 (RiC-O temporal naming). Slot archived to archive/was_revision_of_archived_20260115.yaml.' revision: - label: is_or_was_revision_of type: slot @@ -1773,6 +1786,14 @@ fixes: - label: SourceWork type: class - original_slot_id: https://nde.nl/ontology/hc/slot/was_asserted_by + processed: + status: true + timestamp: '2026-01-15T12:10:00Z' + session: session-2026-01-15-writing-revision-assertion-migration + notes: 'FULLY MIGRATED: PrimaryDigitalPresenceAssertion - was_asserted_by residual + import and slot_usage REMOVED (was partially migrated, now fully cleaned up). + Using is_or_was_asserted_by with Asserter class. + Slot archived to archive/was_asserted_by_archived_20260115.yaml.' revision: - label: is_or_was_asserted_by type: slot @@ -1785,6 +1806,13 @@ fixes: - label: URL type: class - original_slot_id: https://nde.nl/ontology/hc/slot/was_approved_by + processed: + status: true + timestamp: '2026-01-15T12:15:00Z' + session: session-2026-01-15-writing-revision-assertion-migration + notes: 'ALREADY FULLY MIGRATED: Budget.yaml already uses is_or_was_approved_by + with Approver class. No slot file to archive (already archived). + Marked as processed for tracking.' revision: - label: is_or_was_approved_by type: slot @@ -1916,6 +1944,11 @@ fixes: type: slot - label: ProgramTypes type: class + processed: + status: true + timestamp: "2026-01-15T16:00:00Z" + session: "session-0115-batch3" + notes: "Migrated inline attribute to has_or_had_program in HeritageSocietyType.yaml. Old slot archived." - original_slot_id: https://nde.nl/ontology/hc/slot/visitor_service revision: - label: has_or_had_service @@ -1930,6 +1963,11 @@ fixes: type: slot - label: ServiceTypes type: class + processed: + status: true + timestamp: "2026-01-15T16:00:00Z" + session: "session-0115-batch3" + notes: "Migrated to has_or_had_service in FeatureCustodianType.yaml. Old slot archived." - original_slot_id: https://nde.nl/ontology/hc/slot/visitor_facility revision: - label: has_or_had_facility @@ -1944,6 +1982,11 @@ fixes: type: slot - label: FacilityTypes type: class + processed: + status: true + timestamp: "2026-01-15T16:00:00Z" + session: "session-0115-batch3" + notes: "Migrated to has_or_had_facility in MuseumType.yaml. Old slot archived." - original_slot_id: https://nde.nl/ontology/hc/slot/visitor_count revision: - label: has_or_had_quantity @@ -2029,6 +2072,13 @@ fixes: type: slot - label: OpeningHour type: class + processed: + status: true + timestamp: '2026-01-15T15:00:00Z' + session: session-2026-01-15-version-visiting-migration + notes: 'FULLY MIGRATED: HistoricBuilding.yaml - visiting_hour replaced with has_or_had_opening_hour + using OpeningHour class with structured day_of_week/opens/closes fields. Slot + archived to archive/visiting_hour_archived_20260115.yaml.' - original_slot_id: https://nde.nl/ontology/hc/slot/view_count revision: - label: has_or_had_quantity @@ -2080,6 +2130,12 @@ fixes: - label: VideoIdentifier type: class - original_slot_id: https://nde.nl/ontology/hc/slot/video_comment + processed: + status: true + timestamp: '2025-01-15T00:00:00Z' + session: session-2025-01-15-slot-migration + notes: 'FULLY MIGRATED: VideoPost - video_comment replaced with has_or_had_comment + using Comment class. Slot archived to archive/video_comment_archived_20250115.yaml.' revision: - label: has_or_had_comment type: slot @@ -4354,4 +4410,83 @@ fixes: Files migrated: - Collection.yaml (parent_collection → is_or_was_sub_collection_of) - Archived: modules/slots/archive/parent_collection_archived_20250115.yaml \ No newline at end of file + Archived: modules/slots/archive/parent_collection_archived_20250115.yaml +- original_slot_id: https://nde.nl/ontology/hc/slot/has_collection + revision: + - label: has_or_had_collection + type: slot + - label: CustodianCollection + type: class + processed: + status: true + date: '2025-01-15' + notes: | + Migration completed for has_collection slot. + + has_collection → has_or_had_collection (RiC-O temporal pattern) + Range updated: uriorcurie → CustodianCollection (proper class) + + Files migrated: + - Custodian.yaml (has_collection → has_or_had_collection) + + Archived: modules/slots/archive/has_collection_archived_20250115.yaml +- original_slot_id: https://nde.nl/ontology/hc/slot/encompassing_body + revision: + - label: is_or_was_encompassed_by + type: slot + - label: EncompassingBody + type: class + processed: + status: true + date: '2025-01-15' + notes: | + Migration completed for encompassing_body slot. + + encompassing_body → is_or_was_encompassed_by (RiC-O temporal pattern) + Range updated: uriorcurie → EncompassingBody (proper class) + + Files migrated: + - Custodian.yaml (encompassing_body → is_or_was_encompassed_by) + + Archived: modules/slots/archive/encompassing_body_archived_20250115.yaml +- original_slot_id: https://nde.nl/ontology/hc/slot/stewardship_responsibility + revision: + - label: is_or_was_managed_by + type: slot + - label: StewardGroup + type: class + - label: has_or_had_responsibility + type: slot + link_branch: 1 + - label: StewardshipResponsibility + type: class + link_branch: 1 + - label: has_or_had_type + type: slot + link_branch: 2 + - label: StewardGroupType + type: class + link_branch: 2 + - label: includes_or_included + type: slot + link_branch: 2 + - label: StewardGroupTypes + type: class +- original_slot_id: https://nde.nl/ontology/hc/slot/stewardship_model + revision: + - label: is_or_was_managed_by + type: slot + - label: StewardGroup + type: class + - label: abides_or_abided_to + type: slot + - label: StewardshipModel + type: class + - label: has_or_had_type + type: slot + - label: StewardshipModelType + type: class + - label: includes_or_included + type: slot + - label: StewardshipModelTypes + type: class diff --git a/scripts/index_persons_qdrant.py b/scripts/index_persons_qdrant.py index 99a3d69479..53866a2e42 100644 --- a/scripts/index_persons_qdrant.py +++ b/scripts/index_persons_qdrant.py @@ -443,6 +443,16 @@ def extract_metadata(data: dict[str, Any], filepath: Path) -> dict[str, Any]: # Calculate richness score for search ranking metadata["richness_score"] = calculate_richness_score(data) + # WCMS registration - critical for filtering to show only registered users + # WCMS = Web Content Management System - the heritage sector user registry + wcms_identifiers = data.get("wcms_identifiers") + metadata["has_wcms"] = bool(wcms_identifiers and isinstance(wcms_identifiers, dict) and wcms_identifiers.get("user_id")) + + # Also track data sources for more granular filtering + data_sources = data.get("data_sources") or [] + if data_sources: + metadata["data_sources"] = data_sources + return metadata diff --git a/src/glam_extractor/api/hybrid_retriever.py b/src/glam_extractor/api/hybrid_retriever.py index cd644265bc..360baa14c3 100644 --- a/src/glam_extractor/api/hybrid_retriever.py +++ b/src/glam_extractor/api/hybrid_retriever.py @@ -738,6 +738,7 @@ def build_schema_aware_person_filter( heritage_type_code: str | None = None, heritage_relevant_only: bool = False, custodian_slug: str | None = None, + only_wcms: bool = False, ) -> dict[str, Any] | None: """Build Qdrant filter conditions for schema-aware person search. @@ -745,6 +746,7 @@ def build_schema_aware_person_filter( heritage_type_code: Single-letter heritage type code (M, A, L, etc.) heritage_relevant_only: Only return heritage-relevant staff custodian_slug: Filter by specific custodian + only_wcms: Only return WCMS-registered profiles (heritage sector users) Returns: Dict of filter conditions for Qdrant, or None if no filters @@ -760,6 +762,9 @@ def build_schema_aware_person_filter( if custodian_slug: filters["custodian_slug"] = custodian_slug + if only_wcms: + filters["has_wcms"] = True + return filters if filters else None @@ -2167,6 +2172,7 @@ class HybridRetriever: k: int | None = None, filter_custodian: str | None = None, only_heritage_relevant: bool = False, + only_wcms: bool = False, using: str | None = None, # Schema-aware filter parameters (from DSPy HeritageQueryRouter) target_role_category: str | None = None, @@ -2179,6 +2185,7 @@ class HybridRetriever: k: Number of results to return (default: k_final) filter_custodian: Optional custodian slug to filter by only_heritage_relevant: Only return heritage-relevant staff + only_wcms: Only return WCMS-registered profiles (heritage sector users) using: Optional embedding model name (for multi-embedding mode). One of: "openai_1536", "minilm_384", "bge_768" target_role_category: Role category from DSPy router (CURATORIAL, ARCHIVAL, etc.) @@ -2197,6 +2204,7 @@ class HybridRetriever: heritage_type_code=heritage_type_code, heritage_relevant_only=only_heritage_relevant, custodian_slug=filter_custodian, + only_wcms=only_wcms, ) logger.info(f"Person search for: {query[:50]}... (model: {using or 'auto'}, role_category: {target_role_category}, custodian_type: {target_custodian_type})") diff --git a/src/glam_extractor/api/multi_embedding_retriever.py b/src/glam_extractor/api/multi_embedding_retriever.py index 3334fe6852..b7ca264693 100644 --- a/src/glam_extractor/api/multi_embedding_retriever.py +++ b/src/glam_extractor/api/multi_embedding_retriever.py @@ -520,6 +520,7 @@ class MultiEmbeddingRetriever: using: EmbeddingModel | str | None = None, filter_custodian: str | None = None, only_heritage_relevant: bool = False, + only_wcms: bool = False, ) -> list[dict[str, Any]]: """Search for persons/staff in the heritage_persons collection. @@ -529,6 +530,7 @@ class MultiEmbeddingRetriever: using: Embedding model to use filter_custodian: Optional custodian slug to filter by only_heritage_relevant: Only return heritage-relevant staff + only_wcms: Only return WCMS-registered profiles (heritage sector users) Returns: List of person results with scores @@ -539,6 +541,8 @@ class MultiEmbeddingRetriever: filters = {} if filter_custodian: filters["custodian_slug"] = filter_custodian + if only_wcms: + filters["has_wcms"] = True # Search with over-fetch for post-filtering results = self.search(